[Ncep.list.nems.announce] nems r84790: Regression test and documentation updates:

Samuel.Trahan at noaa.gov Samuel.Trahan at noaa.gov
Wed Nov 23 01:28:09 UTC 2016


1. Bug
 fixe...
Message-ID: <5834f0a9./9Eri8NkcCLhLSDq%Samuel.Trahan at noaa.gov>
User-Agent: Heirloom mailx 12.4 7/29/08
MIME-Version: 1.0
Content-Type: multipart/mixed;
 boundary="=_5834f0a9.YdV8vLhZvEshq+4UOuOTezv/hcHKwtX8oyd7Ve2TCEzvOZ+4"

This is a multi-part message in MIME format.

--=_5834f0a9.YdV8vLhZvEshq+4UOuOTezv/hcHKwtX8oyd7Ve2TCEzvOZ+4
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Friendly NEMS developers,

This is an automated email about a NEMS commit.

Project: nems
URL: https://svnemc.ncep.noaa.gov/projects/nems/trunk
Revision: 84790
Author:   samuel.trahan at noaa.gov
Date:     2016-11-23T01:18:12.669953Z
Message:
Regression test and documentation updates:
1. Bug fixes to minor issues in rt.sh and supporting scripts.
2. Allow specifying of individual tests on rtgen command line.
3. Move the produtil external down from the app level to the NEMS/tests level
4. Delete the README files, and move the documentation to new *.md files
5. Add vast amounts of documentation on the new and old regression test systems and the build systems in doc/
6. Add a makefile in the doc directory that generates a webpage off of the various documentation files.


See attached file for full differences.


First 4000 bytes of differences:
Index: checkout/README
===================================================================
--- checkout/README	(revision 84674)
+++ checkout/README	(nonexistent)
@@ -1,130 +0,0 @@
-
-===========================================================
- National Environmental Modeling System (NEMS) Version 4.0
-===========================================================
-
- -Employs ESMF superstructure & utilities
- -Separate dynamics, physics, and coupler grid components & import/export states
- -Digital filtering capabilities added
- -Adiabatic (dynamics only) simulation capability
- -Enhanced postprocessing capability
-
-
-=====================
- Directory Structure
-=====================
-
-exe:  NEMS and makedepf90 executables
-
-inc:  KIND types and some #defines for the GFS
-
-job:  Examples of loadleveler runscripts;
-
-   -- regression_tests: The NEMS regression tests 
-
-src:  The Main program for NEMS.
-      The NEMS component code and its internal state.
-      The EARTH component code and its internal state.
-
-   -- atmos
-      - The ATM component code and its internal state.
-
-      - gfs
-	- All files directly related to the GFS.
-
-      - nmm
-	- All files directly related to the NMM-B.
-
-      - fim
-        - All files directly related to the FIM.
-
-      - gen
-        - All files directly related to the GEN.
-
-      - phys
-        - All physics science routines (nothing core-specific and no ESMF)
-          [Currently holds only NMM-B routines.  GFS routines under /gfs/phys.]
-
-      - share
-        - Assorted source shared by all model cores.
-
-      - ENS_Cpl
-        - The Ensemble coupler directory.
-
-      - post
-        - The post directory, only contains subroutines to conenct NEMS and POST, no unified post source code included 
-
-   -- chem 
-      - gocart
-        - The GOCART source files.
-
-   -- conf 
-      - Various compile specifications.
-
-util: ESMF source codes.
-      makedepf90-2.8.8: Source code for the makedepf90 executable used to create the "depend" text file
-                        which determines dependencies between modules. 
-
-
-=====================
- Configure and Build
-=====================
-
-To compile and load the model(s):
-
- (1) Go into /src .
-
- (2) Set special compile options in the appropiate configure file in /conf .
-
- (3) Based on which version of the ESMF library will be used, 
-     run "esmf_version ESMF_Version_Number", where:
-          ESMF_Version_Number = 3,  use ESMF 3.1.0rp2 library 
-          ESMF_Version_Number = 4,  use ESMF 4.0.0rp2 library
-          ESMF_Version_Number = 5,  use ESMF 5.1.0    library
-          ESMF_Version_Number = 5.2,use ESMF 5.2.0r_beta_snapshot_07 library
-
- (4) In /src execute one of the following commands indicating which cores are to be compiled:
-       gmake nmm                          --- for NMM core only
-       gmake gfs                          --- for GFS core only - without GOCART
-       gmake gfs GOCART_MODE=full         --- for GFS core only - with GOCART
-       gmake nmm_gfs                      --- for both NMM and GFS core - without GOCART
-       gmake nmm_gfs GOCART_MODE=full     --- for both NMM and GFS core - with GOCART
-       gmake fim                          --- for FIM core only
-       gmake fim_gfs                      --- for both FIM and GFS core only - without GOCART
-       gmake fim_gfs GOCART_MODE=full     --- for both FIM and GFS core only - with GOCART
-       gmake gen                          --- for GEN core only
-       gmake gen_nmm_gfs GOCART_MODE=full --- for GEN, NMM and GFS cores - with GOCART
-       gmake nmm_post                     --- for NMM core, run with post on quilt
-       gmake gfs_post                     --- for GFS core, run with post on quilt
-       gmake nmm_gfs_gen_post GOCART_MODE=full --- for GEN, NMM and GFS cores - with post
-
- (5) The executable NEMS.x will appear in /exe .
-
-
-===========
- Execution
-===========
-
- Once an executable 


... see attachment for the rest ...

--=_5834f0a9.YdV8vLhZvEshq+4UOuOTezv/hcHKwtX8oyd7Ve2TCEzvOZ+4
Content-Type: text/plain;
 charset=us-ascii
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
 filename="84790.diff"

Index: checkout/README
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/README=09(revision 84674)
+++ checkout/README=09(nonexistent)
@@ -1,130 +0,0 @@
-
-=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
- National Environmental Modeling System (NEMS) Version 4.0
-=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
-
- -Employs ESMF superstructure & utilities
- -Separate dynamics, physics, and coupler grid components & import/exp=
ort states
- -Digital filtering capabilities added
- -Adiabatic (dynamics only) simulation capability
- -Enhanced postprocessing capability
-
-
-=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
- Directory Structure
-=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
-
-exe:  NEMS and makedepf90 executables
-
-inc:  KIND types and some #defines for the GFS
-
-job:  Examples of loadleveler runscripts;
-
-   -- regression_tests: The NEMS regression tests=20
-
-src:  The Main program for NEMS.
-      The NEMS component code and its internal state.
-      The EARTH component code and its internal state.
-
-   -- atmos
-      - The ATM component code and its internal state.
-
-      - gfs
-=09- All files directly related to the GFS.
-
-      - nmm
-=09- All files directly related to the NMM-B.
-
-      - fim
-        - All files directly related to the FIM.
-
-      - gen
-        - All files directly related to the GEN.
-
-      - phys
-        - All physics science routines (nothing core-specific and no E=
SMF)
-          [Currently holds only NMM-B routines.  GFS routines under /g=
fs/phys.]
-
-      - share
-        - Assorted source shared by all model cores.
-
-      - ENS_Cpl
-        - The Ensemble coupler directory.
-
-      - post
-        - The post directory, only contains subroutines to conenct NEM=
S and POST, no unified post source code included=20
-
-   -- chem=20
-      - gocart
-        - The GOCART source files.
-
-   -- conf=20
-      - Various compile specifications.
-
-util: ESMF source codes.
-      makedepf90-2.8.8: Source code for the makedepf90 executable used=
 to create the "depend" text file
-                        which determines dependencies between modules.=
=20
-
-
-=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
- Configure and Build
-=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
-
-To compile and load the model(s):
-
- (1) Go into /src .
-
- (2) Set special compile options in the appropiate configure file in /=
conf .
-
- (3) Based on which version of the ESMF library will be used,=20
-     run "esmf_version ESMF_Version_Number", where:
-          ESMF_Version_Number =3D 3,  use ESMF 3.1.0rp2 library=20
-          ESMF_Version_Number =3D 4,  use ESMF 4.0.0rp2 library
-          ESMF_Version_Number =3D 5,  use ESMF 5.1.0    library
-          ESMF_Version_Number =3D 5.2,use ESMF 5.2.0r_beta_snapshot_07=
 library
-
- (4) In /src execute one of the following commands indicating which co=
res are to be compiled:
-       gmake nmm                          --- for NMM core only
-       gmake gfs                          --- for GFS core only - with=
out GOCART
-       gmake gfs GOCART_MODE=3Dfull         --- for GFS core only - wi=
th GOCART
-       gmake nmm_gfs                      --- for both NMM and GFS cor=
e - without GOCART
-       gmake nmm_gfs GOCART_MODE=3Dfull     --- for both NMM and GFS c=
ore - with GOCART
-       gmake fim                          --- for FIM core only
-       gmake fim_gfs                      --- for both FIM and GFS cor=
e only - without GOCART
-       gmake fim_gfs GOCART_MODE=3Dfull     --- for both FIM and GFS c=
ore only - with GOCART
-       gmake gen                          --- for GEN core only
-       gmake gen_nmm_gfs GOCART_MODE=3Dfull --- for GEN, NMM and GFS c=
ores - with GOCART
-       gmake nmm_post                     --- for NMM core, run with p=
ost on quilt
-       gmake gfs_post                     --- for GFS core, run with p=
ost on quilt
-       gmake nmm_gfs_gen_post GOCART_MODE=3Dfull --- for GEN, NMM and =
GFS cores - with post
-
- (5) The executable NEMS.x will appear in /exe .
-
-
-=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
- Execution
-=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
-
- Once an executable is created, one may go about running NEMS by merel=
y using one's own loadleveler submission script and accessing:
-
- trunk/exe/NEMS.x =20
-
- Sample loadleveler submission scripts are provided in the directory:
-
- trunk/job
-
- These may be used as templates from which user-specific submission sc=
ripts can be based. These include:
-
- trunk/job/runglobal_nmm - global nmmb experiment
- trunk/job/runregional_nmm - regional nmmb experiment=20
- trunk/job/gfs_prep_test - gfs prep
- trunk/job/gfs_run_test - gfs experiment
- trunk/job/gen_run_test - gen experiment
-
- The associated configure files which are read by this scripts are inc=
luded as well:
-
- trunk/job/configfile_global_nmm - global nmmb experiment configure fi=
le
- trunk/job/configfile_regional_nmm - regional nmmb experiment configur=
e file
- trunk/job/exglobal_fcst.sh.sms_nems - gfs experiment configure file
- trunk/job/gen_fcst.sh.sms_nems - gen experiment job script file.
-
Index: checkout/README.TESTS
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/README.TESTS=09(revision 84674)
+++ checkout/README.TESTS=09(nonexistent)
@@ -1,69 +0,0 @@
-#############################################
-How to run tests:
-#############################################
-
- - go to ~/trunk/job/regression_tests/ directory
-
- - run RT.sh script
-
- - wait about three hours (and growing)
-   progress should appear on the screen
-
- - look in RegressionTests.log for results
-
-#############################################
-How to create new baselines :
-#############################################
-
- - use RT.sh script with one argument: nmm, gfs or all
-   ./RT.sh nmm - will create baselines for NMMB
-   ./RT.sh gfs - will create baselines for GFS
-   ./RT.sh post- will create baselines for post
-   ./RT.sh all - will create baselines for both GFS & NMMB
-
- - results will be stored on /stmp/${LOGIN}/REGRESSION_TEST directory
-   (new /stmp/${LOGIN}/REGRESSION_TEST directory will be ready to
-    replace current REGRESSION_TEST directory)
-
-#############################################
-Tests performed:
-#############################################
-
-    NMMB, global, control version
-    NMMB, global, test NEMSIO input file
-    NMMB, global, test restart
-    NMMB, global, test restart with NEMSIO file
-    NMMB, global, test different decompostition
-    NMMB, global, test threads
-    NMMB, global, test with GFS physics
-
-    NMMB, regional, control version
-    NMMB, regional, test NEMSIO input file
-    NMMB, regional, test restart
-    NMMB, regional, test restart with NEMSIO file
-    NMMB, regional, test different decompostition
-    NMMB, regional, test threads
-    NMMB, regional, test with GFS physics
-    NMMB, regional, test nesting
-    NMMB, regional, test precipitation adjustment
-    NMMB, regional, test writing time series
-
-    GFS, control version (32 processors, 1 thread)
-    GFS, 2-copy option
-    GFS, different decompostition (48 processors, 1 thread)
-    GFS, test threading (16 processors, 2 threads)
-    GFS, test single processor version (1 processor)
-    GFS,  1 proc, 1 thread, no quilt, nsout=3D1
-    GFS, 16 proc, 2 threads,no quilt, output every 2 time steps
-    GFS, 48 proc, 1 thread, no quilt
-    GFS, 32 proc, 1 thread, no quilt, output every 4 timestep
-    GFS, 32 proc, 1 thread,    quilt, digital filter on reduced grid
-    GFS, 16 proc, 2 thread,    quilt, 2x2 wrt pe, digital filter on re=
duced grid
-    GFS,  1 proc,           no quilt, digital filter on reduced grid
-    GFS, use the OPAC climo scheme for SW and LW
-    GFS, 32tasks, 2threads, quilt, dfi3hr, reduced grid, NDSL
-    GFS, 16tasks, 2 thread, quilt,2x2 wrt pe, HYB 2loop digital filter=
 on reduced grid
-    GFS, 16tasks, 2 thread, quilt,2x2 wrt pe, HYB 2loop digital filter=
 on reduced grid with nst
-    GFS, 16tasks, 2 thread, quilt,2x2 wrt pe, HYB 1loop digital filter=
 on reduced grid
-    GFS, Concurrency GEFS, stochastic perturbations, 4 members, T190L2=
8
-
Index: checkout/README.NMM.md
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/README.NMM.md=09(nonexistent)
+++ checkout/README.NMM.md=09(revision 84790)
@@ -0,0 +1,354 @@
+NMM Instructions
+----------------
+
+### How to use restart:
+
+1. Keep same end time (nhours_fcst: in config file) like in original r=
un.
+
+2. Change restart: argument in config file from false to true
+   That's the only change in config file.
+
+3. The only difference from original run script is you don't use
+   main_input_filename.  Instead, you use restart_file_XX_nemsio which
+   you get from original restart output file
+   nmmb_rst_XX_nio_HHHHh_00m_00.00s where XX is the domain ID and HHHH
+   is the forecast hour of the restart time.
+
+Limitations:
+
+1. In order to keep bit-identical results, restart must be written
+   (used) on full hour
+
+2. Restart cannot be more frequent than history output and must be
+   multiplier of history output i.e. if history is written on 3 hours,
+   model can be restarted on 3, 6, 9, ... hours (need to be fixed
+   later)
+
+TODO:
+
+1. Allow writing restart file at any time in forecast
+
+
+### How to use time series output in NMMB:
+
+Time series output in NMMB is optional output that is turned on by
+providing appropriate namelist file in run directory. The name of that
+file must be ts_locations.nml, and the contents of the file is as
+follows:
+
+    &TS_LOCATIONS
+    NPOINTS=3D2,
+    POINTS_LON=3D-106.0, -110.0,
+    POINTS_LAT=3D54.0, 50.0
+    /
+
+where NPOINTS defines number of locations and POINTS_LON,POINTS_LAT
+are arrays of longitudes and latitudes of selected points in degrees
+(-180.0 to 180.0).
+
+The output filenames are ts_p01_d01.bin,ts_p02_d01.bin,
+ts_p01_d02.bin,ts_p02_d02.bin etc.  The p01 indicates the point number
+from 1 to NPOINTS and d01,d02 indicate domain number
+
+The ncarg program tsplot that can be used to plot time series is
+located in `/u/wx20du/plot_timeseries`.  It requires a control file as=
 a
+command line argument. For example if the control file is named
+tsplotsetup_nmm you will need to run:
+
+    $ ./tsplot tsplotsetup_nmm
+
+which will create gmeta file. Sample control file (tsplotsetup_nmm) is
+also located in `/u/wx20du/plot_timeseries` directory.
+
+
+Nesting
+-------
+
+The NMM-B has telescoping static and moving nest capability.  All
+domains, whether the uppermost parent or any nest, are functionally
+equivalent and thus each needs its own configure file.  Both 1-way and
+2-way interaction between parent and child domains are available.
+
+### For 1-way nesting:
+
+1. Set 'nest_mode' to '1-way' in all configure files.  The value of
+   'generation' is not relevant and can be ignored.
+=20
+2. The uppermost parent's configure file:
+
+    a. The variable 'num_domains_total' must be set in this domain's
+       configure file.  This is the total number of domains in the run
+       which includes the upper parent plus all nests.  This variable
+       does not need to be set in any other configure files (if it is
+       set in others it is not read).
+
+    b. Set the value for 'my_domain_id' which must always be 1 for the
+       uppermost parent.
+
+    c. Set the value for 'my_parent_id' to -999.
+
+    d. Set 'n_children' to the number of child nests associated with
+       the uppermost parent.  This does not include any nests inside
+       the first generation of child nests because all interactions
+       with nesting involve only a parent and its first generation of
+       children.
+
+    e. Set 'my_domain_moves' to false.
+
+3. Static nest configure files:
+
+    a. In each nest's configure file set 'my_domain_id' to a unique
+       integer greater than 1.  The user is free to choose these
+       integer identifiers in any way desired except that all domain
+       IDs must ultimately form a monotonic sequence.  In other words
+       if the run contains 2 first generation nests and one of those
+       nests contains a nest then the three nests may use any integer
+       value between 2 and 4 as their domain ID so that the final IDs
+       are 1,2,3, and 4 but never something like 1,2,4,5 which is not
+       a monotonic sequence.
+
+    b. Set the value for 'my_parent_id' to the integer ID that was
+       given to this nest's parent domain.
+
+    c. Set 'n_children' to the number of child nests inside of this
+       nest but not counting any deeper nests inside of those children=
.
+
+    d. Set 'i_parent_start' and 'j_parent_start' to the I and J
+       indices of the H point on the nest's parent's grid that
+       coincide with the nest's SW corner H point.  This implies that
+       any nest's SW corner must lie directly on a parent grid H
+       point.
+
+    e. Set 'parent_child_space_ratio' to the ratio of the size of the
+       parent's grid increment to the child's.  Make this an integer.
+
+    f. Set 'input_ready' to true if input data has already been
+       produced for this nest.  Set it to false if input data has not
+       been produced and the user wants the parent to generate the
+       nest's input data.  NPS-generated input data is naturally
+       preferable.
+
+    g. Set 'my_domain_moves' to false.
+
+4. Moving nest configure files.  See regrtession test examples: 1tests=
/nmm_conf/nmm_mnests*conf_*`
+
+    a. Follow all instructions in 3(a)-(f). =20
+
+    b. Set 'my_domain_moves' to true.
+
+    c. Set 'ratio_sfc_files' to the ratio of the uppermost parent's
+       grid increment to this moving nest's.  Again this should be an
+       integer.  The use of moving nests requires the user to generate
+       eight different surface-related static datafiles for each
+       different resolution of nest in the run.  If there are two
+       moving nests with parent_child_space_ratio=3D3 then a set of th=
e
+       following eight files must be pre-generated: ALBASE_ij_3,
+       FIS_ij_3, ISLTYP_ij_3, IVGTYP_ij_3, MXSNAL_ij_3, SM_ij_3,
+       TG_ij_3, and VEGFRC_ij_3.  These are the base albedo, sfc
+       geopotential, soil type, vegetation type, maximum snow albedo,
+       sea mask, deep underground temperature, and vegetation
+       fraction, respectively, at the 3x nests' resolution but which
+       span the entire upper parent domain.
+
+       This data must be present as the nests move across the parent's
+       domain.  Then assume one of the 3x moving nests contains a 3x
+       moving nest inside it.  In the configure file for the inner
+       nest the value of ratio_sfc_files would be 9 and the eight sfc
+       datafiles would contain 9x data that spans the entire upper
+       parent's domain.  Note that the final integer in these files'
+       names must be the value of ratio_sfc_files.
+
+    d. Set the values of 'nrows_p_upd_w', 'nrows_p_upd_e',
+       'nrows_p_upd_s', and 'nrows_p_upd_n' to 2.  This is the number
+       of rows around the edge of the nest domain that must be updated
+       by the parent after the nest moves.  The nest does not use its
+       own data in these rows for updating itself because V is not
+       present on the north or east sides and some variables needed in
+       the integration part of the domain are not computed in these
+       rows.
+
+    e. If a moving nest has a child moving nest then for the outer
+       nest set the value of 'centers_distance'.  This is the distance
+       in units of the outer nest's grid increments that the inner
+       nest's center can move from the outer nest's center before the
+       outer nest shifts so as to bring their centers very near to
+       each other again.
+
+    f. If the uppermost parent domain is global then set the value of
+       'latitude_limit'.  If a nest domain (or the outermost nest in a
+       telescoping complex of nests) reaches this latitude in either
+       hemisphere then the nest stops and never moves again.  Thus the
+       nest's delta X cannot become too small due to converging
+       meridians which would result in violation of the CFL criterion.
+
+    g. The file called nest.txt must be present in the working
+       directory.  The file's 2nd column holds critical specifications
+       regarding variables in the Solver internal state when nests
+       move.  An explanation is given at the beginning of that file.
+
+5. Task assignment: When 1-way nesting is used then the user assigns
+   forecast (compute) tasks and write (quilt) tasks uniquely for each
+   domain in that domain's configure file.  The I by J layout of
+   forecast tasks are specified with configure variables inpes and
+   jnpes, respectively.  Any number of groups of write tasks can be
+   assigned with the variable called write_groups.  More than one
+   write group should be used if the integration might move from one
+   output time to the next before write tasks have finished with the
+   earlier output.
+
+   The number of tasks in each write group is assigned with the
+   variable called write_tasks_per_group.  The sum of
+   `inpes*jnpes+write_groups*write_tasks_per_group` for all domains mu=
st
+   equal the number of tasks that are assigned to the run in the
+   runscript.  This task assignment lets the user fine-tune the
+   balance of work being done on all domains to minimize the time that
+   any parent or child waits for the other thus leading to all compute
+   tasks being busy virtually all the time as all domains integrate
+   their forecasts simultaneously.
+
+6. Configure file names: The run script will copy each configure file
+   to configure_file_01, configure_file_02, etc. where the final
+   integers on the filenames form a monotonic sequence.  The uppermost
+   parent's configure file must be used for configure_file_01 but the
+   user is not required to make the remaining files' names contain the
+   same integer as their corresponding configure files' domain IDs.
+
+### For 2-way nesting
+
+1. Set 'nest_mode' to '2-way' in all configure files.  The integer
+   value of each domain's generation must be given to the variable
+   called 'generation'.  The generation variable is ignored in 1-way
+   mode.
+
+2. The nests.txt file must be present in the working directory.  The
+   file's 3rd column specifies which of the Solver's internal state
+   variables will be used in the 2-way exchange from child to parent.
+   Currently 2-D and 3-D real variables may be selected.  As stated in
+   that file's instructions, an H is used to specify that the given
+   H-pt variable is to be part of the 2-way exchange while a V
+   indicates that the given V-pt variable is to be part of the 2-way
+   exchange.
+
+3. The same rules apply for running static or moving nests in 2-way
+   nesting as in 1-way nesting described above.
+=20
+4. Task assignments for 2-way interaction cannot be done in the same
+   way as they are for 1-way because that would leave too many
+   processors idle at any given time as children and parents wait on
+   each other to send internal update values and vice versa.
+   Therefore the integration in 2-way nesting will continually cycle
+   through the generations sequentially but within each generation all
+   domains will execute their forecasts concurrently.  To maximize
+   overall efficiency the user first decides which generation of
+   domains will be the most computationally expensive.  Then ALL
+   available compute and forecast tasks in the run are assigned unique=
ly
+   to the domains in that generation where they can be balanced so
+   that when this generation executes then all compute tasks will be
+   busy.
+
+   As many of the total number of available compute tasks are assigned
+   to each of the remaining generations as can be used efficiently,
+   i.e., assigning more compute tasks to the generation would not
+   decrease runtime or would increase it due to a large amount of halo
+   exchanges for task subdomains that are too small.  So that the
+   writing of history and restart output remains asynchronous all
+   write and quilt tasks must still be assigned uniquely to each
+   indiviual domain and cannot be shared among different domains as
+   the compute tasks are.  Therefore the sum of `inpes*jnpes` for all
+   domains in the most expensive generation plus the sum of
+   write_groups times write_tasks_per_group for all domains must equal
+   the total number of tasks assigned to the run in the runscript.
+
+### Specifying nest boundary variables
+
+The boundary variables in single-domain regional runs and for the
+(regional) upper parent in nested runs are hardwired to PD,T,Q,CW,U,V.
+However the user specifies which variables are desired for the nests'
+domain boundaries.  This is done through the external nests.txt file.
+A column labeled 'BC' in that file is used for this purpose.  The user
+places an 'H' or a 'V' in that column for the 2-D, 3-D, or 4-D Solver
+internal state H-pt or V-pt variables that will be updated by the
+parent(s) on the nest boundaries.  If the desired Solver internal
+state variable is not listed in nests.txt then simply add it.  If the
+desired variable is not yet in the Solver internal state then see the
+section below called 'How to add a new variable'.  The copy of
+nests.txt in job and regression_tests currently specifies PD,T,Q,CW,U,=
V as
+the nest boundary variables.
+
+### How to add a new variable:
+
+1. Go to `~/src/atmos/nmm` directory
+
+2. In file module_SOLVER_INTERNAL_STATE.F90 search for similar
+   variable; in this case let's use 2D variable ALBEDO as an example.
+
+    a. First command is declaration of the pointer, add your variable
+       to that command
+
+    b. Search further and next call is allocating size of your new var=
iable:
+
+            CALL SET_VAR_PTR(int_state%VARS,NV,AF,'ALBEDO',int_state%A=
LBEDO,(/IMS,JMS/),(/IME,JME/))
+
+    In most cases you'll need just to copy this line and change ALBEDO
+       to the name of your variable.
+
+3. Now, your variable is placed in internal state, allocated and given
+   initial value to NaN!!!  If you want to initialize a physics
+   variable with different number, in same directory open
+   module_SOLVER_GRID_COMP.F90, go to subroutine PHYSICS_INITIALIZE,
+   search for string "Initialize allocated arrays" and add your
+   variable to appropriate place or to the call to the appropriate
+   physics scheme's initialization subroutine and initialize with
+   desired value.
+
+Same procedure should be done with 3D and 4D arrays.
+
+
+### Adding variable to the history and/or restart file:
+
+1. If this is a new (non-existing) variable in internal state, go
+   through steps 1-3 in previous section.
+
+2. When you have existing variable in internal state, go to
+   `~/job/regression_tests` directory, and find the file called
+   solver_state.txt.
+
+3. Again let's use ALBEDO as an example, open file solver_state.txt an=
d
+   search for ALBEDO.
+
+    a. copy and paste line:
+
+            'ALBEDO'     H       R       O      -      -   T  'Dynamic=
 albedo'
+
+    b. rename ALBEDO to the name of the variable you used in step 2b
+      when you added the variable, then give short description in the
+      8th column.
+
+4. There are 8 columns in the file: Name History Restart Owned Import
+   eXport Time_series Description
+
+    a. If you want your variable in History file, leave letter H in
+       second column, if not, just leave dash.
+
+    b. If you want your variable in Restart file, leave letter R in
+       third column, if not, just leave dash.
+
+    c. If you want your variable as a part of Time series, leave
+       letter T in seventh column, if not, just leave dash.
+
+5. Columns 4, 5 and 6 are part of "ownership suite" and are intended
+   to be used for exchange between dynamics and physics without
+   necessary (duplicate) allocations.
+
+       - O is for owned
+       - X is for export
+       - I is for import
+
+   Designate 'O' for most new variables which will tell the code to
+   allocate memory for it.  Only if you know the variable will be used
+   as an unallocated pointer into another variable that has been
+   allocated will you designate a blank ('-').  X/I are used to
+   specify which variables must be exported/imported between the
+   Solver and the component that handles boundaries and motion of
+   nests.  Specify blanks ('-') unless you are certain the new
+   variable is required for nests' boundaries and/or motion.
Index: checkout/tests/gsm.input
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/tests/gsm.input=09(revision 84674)
+++ checkout/tests/gsm.input=09(nonexistent)
@@ -1,1617 +0,0 @@
-load 'platforms.input'
-load 'nemscommon.input'
-
-######################################################################=
##
-
-# Builds for the gsm:
-
-build gsm.x {
-    use plat
-    NEMS.x=3D"@[plat%EXECrt]/NEMS_gsm.x"
-    modules.nems=3D"@[plat%INCrt]/NEMS_gsm.x.modules"
-    target=3D"@[NEMS.x]"
-#    build=3Drt.sh_build(NEMS.x=3D"@[NEMS.x]",modules.nems=3D"@[module=
s.nems]",
-#        ESMF_VER=3D'gsm_intel',NEMS_VER=3D'gsm')
-    build=3DNEMSAppBuilder(NEMS.x=3D"@[NEMS.x]",modules.nems=3D"@[modu=
les.nems]",
-                         OPTS=3D"app=3DGSM")
-}
-
-build gsm_gocart.x {
-    use plat
-    NEMS.x=3D"@[plat%EXECrt]/NEMS_gocart.x"
-    modules.nems=3D"@[plat%INCrt]/NEMS_gocart.x.modules"
-    target=3D"@[NEMS.x]"
-#    build=3Drt.sh_build(NEMS.x=3D"@[NEMS.x]",modules.nems=3D"@[module=
s.nems]",
-#        ESMF_VER=3D'gsm_intel',NEMS_VER=3D'gsm GOCART_MODE=3Dfull')
-    build=3DNEMSAppBuilder(NEMS.x=3D"@[NEMS.x]",modules.nems=3D"@[modu=
les.nems]",
-                         OPTS=3D"app=3DGSM-GOCART")
-}
-
-######################################################################=
##
-
-# Common paths used by many tests and input files:
-
-gsm_paths =3D {
-    fix_gayno=3D"@[plat%INPUTS]/data_GFS/fix.gayno/"
-    fix_am=3D"@[plat%INPUTS]/data_GFS/fix.am/"
-    ngac_fix=3D"@[plat%INPUTS]/data_GOCART/ngac_fix/"
-    fix_am_2=3D"@[fix_gayno]"
-}
-
-######################################################################=
##
-
-test gfs_eulerian: gsm.x {
-    use gsm_paths
-
-    TEST_DESCR=3D"GFS eulerian dycore,32 total proc (tasks), 1 thread,=
 quilt, digital filter on reduced grid"
-    CNTL_NAME=3D'GFS_EULERIAN'
-
-    COM=3D"@[plat%COMrt]/@[TEST_NAME]"          # Test result area
-    RUNDIR_ROOT=3D"@[plat%TMPrt]"
-    RUNDIR=3D"@[RUNDIR_ROOT]/@[TEST_NAME]"      # Test work area
-    CNTL=3D"@[plat%BASELINE]/@[CNTL_NAME]"      # Control baseline are=
a
-    INPUTS=3D"@[plat%INPUTS]"                   # Test input data
-
-    FNALBC2=3D"@[fix_am]/global_albedo4.1x1.grb"
-    FNSMCC=3D"@[fix_am]/global_soilmgldas.t62.192.94.grb"
-    FNMSKH=3D"@[fix_am]/seaice_newland.grb"
-    FNVMNC=3D"@[fix_am]/global_shdmin.0.144x0.144.grb"
-    FNACNA=3D""
-    FNSOTC=3D"@[fix_gayno]/global_soiltype.1x1.grb"
-    FNVETC=3D"@[fix_am]/global_vegtype.1x1.grb"
-    FNVMXC=3D"@[fix_am]/global_shdmax.0.144x0.144.grb"
-    FNVEGC=3D"@[fix_am]/global_vegfrac.0.144.decpercent.grb"
-    FNABSC=3D"@[fix_am]/global_snoalb.1x1.grb"
-    FNZORC=3D"sib"
-    FNALBC=3D"@[fix_am]/global_albedo4.1x1.grb"
-    FNMXIC=3D"@[fix_am]/global_maxice.2x2.grb"
-    FNAISC=3D"@[fix_am]/CFSR.SEAICE.1982.2012.monthly.clim.grb"
-    FNTG3C=3D"@[fix_am]/global_tg3clim.2.6x1.5.grb"
-    FNTSFC=3D"@[fix_am]/RTGSST.1982.2012.monthly.clim.grb"
-    FNSLPC=3D"@[fix_am]/global_slope.1x1.grb"
-    FNTSFA=3D""
-    FNGLAC=3D"@[fix_am]/global_glacier.2x2.grb"
-    FNSNOA=3D""
-    FNSNOC=3D"@[fix_am]/global_snoclim.1.875.grb"
-
-    prep=3Dnems_regtest_prep(
-        RUNDIR=3D"@[RUNDIR]",modules=3D"@[gsm.x%modules.nems]",
-        CNTL=3D"@[CNTL]")
-
-    # Specify input files.
-    filters input {
-      #                       WORK FILE  .method.  SOURCE
-                 '*' .copydir. "@[INPUTS]/gfs_2012010100_common/"
-                 '*' .copydir. "@[INPUTS]/tests/@[TEST_NAME]/"
-      'atm_namelist' .atparse. "@[INPUTS]/tests/@[TEST_NAME]/atm_namel=
ist"
-           'sig_ini'   .link.  "siganl.2012010100"
-           'sfc_ini'   .link.  "sfcanl.2012010100"
-     'SIG.F00:15:00'   .link.  "sigf00"
-     'SFC.F00:15:00'   .link.  "sfcf00"
-     'FLX.F00:15:00'   .link.  "flxf00"
-           'SIG.F03'   .link.  "sigf03"
-           'SFC.F03'   .link.  "sfcf03"
-           'FLX.F03'   .link.  "flxf03"
-           'SIG.F06'   .link.  "sigf06"
-           'SFC.F06'   .link.  "sfcf06"
-           'FLX.F06'   .link.  "flxf06"
-           'SIG.F09'   .link.  "sigf09"
-           'SFC.F09'   .link.  "sfcf09"
-           'FLX.F09'   .link.  "flxf09"
-           'SIG.F12'   .link.  "sigf12"
-           'SFC.F12'   .link.  "sfcf12"
-           'FLX.F12'   .link.  "flxf12"
-           'SIG.F15'   .link.  "sigf15"
-           'SFC.F15'   .link.  "sfcf15"
-           'FLX.F15'   .link.  "flxf15"
-           'SIG.F18'   .link.  "sigf18"
-           'SFC.F18'   .link.  "sfcf18"
-           'FLX.F18'   .link.  "flxf18"
-           'SIG.F21'   .link.  "sigf21"
-           'SFC.F21'   .link.  "sfcf21"
-           'FLX.F21'   .link.  "flxf21"
-           'SIG.F24'   .link.  "sigf24"
-           'SFC.F24'   .link.  "sfcf24"
-           'FLX.F24'   .link.  "flxf24"
-           'SIG.F27'   .link.  "sigf27"
-           'SFC.F27'   .link.  "sfcf27"
-           'FLX.F27'   .link.  "flxf27"
-           'SIG.F30'   .link.  "sigf30"
-           'SFC.F30'   .link.  "sfcf30"
-           'FLX.F30'   .link.  "flxf30"
-           'SIG.F33'   .link.  "sigf33"
-           'SFC.F33'   .link.  "sfcf33"
-           'FLX.F33'   .link.  "flxf33"
-           'SIG.F36'   .link.  "sigf36"
-           'SFC.F36'   .link.  "sfcf36"
-           'FLX.F36'   .link.  "flxf36"
-           'SIG.F39'   .link.  "sigf39"
-           'SFC.F39'   .link.  "sfcf39"
-           'FLX.F39'   .link.  "flxf39"
-           'SIG.F42'   .link.  "sigf42"
-           'SFC.F42'   .link.  "sfcf42"
-           'FLX.F42'   .link.  "flxf42"
-           'SIG.F45'   .link.  "sigf45"
-           'SFC.F45'   .link.  "sfcf45"
-           'FLX.F45'   .link.  "flxf45"
-           'SIG.F48'   .link.  "sigf48"
-           'SFC.F48'   .link.  "sfcf48"
-           'FLX.F48'   .link.  "flxf48"
-   'model_configure'   .link.  "atm_namelist.rc"
-           'fort.48'   .link.  "@[fix_am]/global_o3clim.txt"
-      'orography_uf'   .link.  "@[fix_am]/global_orography_uf.t62.192.=
94.grb"
-         'orography'   .link.  "@[fix_am]/global_orography.t62.grb"
-           'fort.28'   .link.  "@[fix_am]/global_o3prdlos.f77"
-           'fort.29'   .link.  "@[fix_am]/global_h2o_pltc.f77"
-           'fort.15'   .link.  "@[fix_am]/global_co2con.l64.f77"
-           'fort.24'   .link.  "@[fix_am]/global_mtnvar.t62.f77"
-    }
-
-    # Specify output files:
-    criteria output {
-      # WORKFILE .comparison. TARGET
-            'sfcf03' .bitcmp. "@[CNTL]"
-            'flxf03' .bitcmp. "@[CNTL]"
-            'sigf03' .bitcmp. "@[CNTL]"
-            'sfcf06' .bitcmp. "@[CNTL]"
-            'flxf06' .bitcmp. "@[CNTL]"
-            'sigf06' .bitcmp. "@[CNTL]"
-            'sfcf12' .bitcmp. "@[CNTL]"
-            'flxf12' .bitcmp. "@[CNTL]"
-            'sigf12' .bitcmp. "@[CNTL]"
-            'sfcf24' .bitcmp. "@[CNTL]"
-            'flxf24' .bitcmp. "@[CNTL]"
-            'sigf24' .bitcmp. "@[CNTL]"
-            'sfcf48' .bitcmp. "@[CNTL]"
-            'flxf48' .bitcmp. "@[CNTL]"
-            'sigf48' .bitcmp. "@[CNTL]"
-    }
-
-    spawn execute {
-        {"@[gsm.x%target]", ranks=3D32, threads=3D1}
-    }
-}
-
-######################################################################=
##
-
-test wam_gh_l150: gsm.x {
-    use gsm_paths
-
-    TEST_DESCR=3D"WAM enthalpy on general hybrid 2loop 150levels,32 co=
mpute tasks / 1 thread ,no quilting"
-    CNTL_NAME=3D'WAM_gh_l150'
-
-    COM=3D"@[plat%COMrt]/@[TEST_NAME]"          # Test result area
-    RUNDIR_ROOT=3D"@[plat%TMPrt]"
-    RUNDIR=3D"@[RUNDIR_ROOT]/@[TEST_NAME]"      # Test work area
-    CNTL=3D"@[plat%BASELINE]/@[CNTL_NAME]"      # Control baseline are=
a
-    INPUTS=3D"@[plat%INPUTS]"                   # Test input data
-
-    FNALBC2=3D"@[fix_am]/global_albedo4.1x1.grb"
-    FNSMCC=3D"@[fix_am]/global_soilmgldas.t62.192.94.grb"
-    FNMSKH=3D"@[fix_am]/seaice_newland.grb"
-    FNVMNC=3D"@[fix_am]/global_shdmin.0.144x0.144.grb"
-    FNACNA=3D""
-    FNSOTC=3D"@[fix_gayno]/global_soiltype.1x1.grb"
-    FNVETC=3D"@[fix_am]/global_vegtype.1x1.grb"
-    FNVMXC=3D"@[fix_am]/global_shdmax.0.144x0.144.grb"
-    FNVEGC=3D"@[fix_am]/global_vegfrac.0.144.decpercent.grb"
-    FNABSC=3D"@[fix_am]/global_snoalb.1x1.grb"
-    FNZORC=3D"sib"
-    FNALBC=3D"@[fix_am]/global_albedo4.1x1.grb"
-    FNMXIC=3D"@[fix_am]/global_maxice.2x2.grb"
-    FNAISC=3D"@[fix_am]/CFSR.SEAICE.1982.2012.monthly.clim.grb"
-    FNTG3C=3D"@[fix_am]/global_tg3clim.2.6x1.5.grb"
-    FNTSFC=3D"@[fix_am]/RTGSST.1982.2012.monthly.clim.grb"
-    FNSLPC=3D"@[fix_am]/global_slope.1x1.grb"
-    FNTSFA=3D""
-    FNGLAC=3D"@[fix_am]/global_glacier.2x2.grb"
-    FNSNOA=3D""
-    FNSNOC=3D"@[fix_am]/global_snoclim.1.875.grb"
-
-    prep=3Dnems_regtest_prep(
-        RUNDIR=3D"@[RUNDIR]",modules=3D"@[gsm.x%modules.nems]",
-        CNTL=3D"@[CNTL]")
-
-    # Specify input files.
-    filters input {
-      #                       WORK FILE  .method.  SOURCE
-                 '*' .copydir. "@[INPUTS]/gfs_2012010100_common/"
-                 '*' .copydir. "@[INPUTS]/tests/@[TEST_NAME]/"
-      'atm_namelist' .atparse. "@[INPUTS]/tests/@[TEST_NAME]/atm_namel=
ist"
-           'sig_ini'   .link.  "siganl.2011092300"
-           'sfc_ini'   .link.  "sfcanl.2011092300"
-     'SIG.F00:03:00'   .link.  "sigf00"
-     'SFC.F00:03:00'   .link.  "sfcf00"
-     'FLX.F00:03:00'   .link.  "flxf00"
-           'SIG.F03'   .link.  "sigf03"
-           'SFC.F03'   .link.  "sfcf03"
-           'FLX.F03'   .link.  "flxf03"
-           'SIG.F06'   .link.  "sigf06"
-           'SFC.F06'   .link.  "sfcf06"
-           'FLX.F06'   .link.  "flxf06"
-           'SIG.F09'   .link.  "sigf09"
-           'SFC.F09'   .link.  "sfcf09"
-           'FLX.F09'   .link.  "flxf09"
-           'SIG.F12'   .link.  "sigf12"
-           'SFC.F12'   .link.  "sfcf12"
-           'FLX.F12'   .link.  "flxf12"
-           'SIG.F15'   .link.  "sigf15"
-           'SFC.F15'   .link.  "sfcf15"
-           'FLX.F15'   .link.  "flxf15"
-           'SIG.F18'   .link.  "sigf18"
-           'SFC.F18'   .link.  "sfcf18"
-           'FLX.F18'   .link.  "flxf18"
-           'SIG.F21'   .link.  "sigf21"
-           'SFC.F21'   .link.  "sfcf21"
-           'FLX.F21'   .link.  "flxf21"
-           'SIG.F24'   .link.  "sigf24"
-           'SFC.F24'   .link.  "sfcf24"
-           'FLX.F24'   .link.  "flxf24"
-   'model_configure'   .link.  "atm_namelist.rc"
-           'fort.48'   .link.  "@[fix_am]/global_o3clim.txt"
-      'orography_uf'   .link.  "@[fix_am]/global_orography_uf.t62.192.=
94.grb"
-         'orography'   .link.  "@[fix_am]/global_orography.t62.grb"
-           'fort.28'   .link.  "@[fix_am]/global_o3prdlos.f77"
-           'fort.29'   .link.  "@[fix_am]/global_h2o_pltc.f77"
-           'fort.15'   .link.  "@[fix_am]/global_co2con.l150.f77"
-           'fort.24'   .link.  "@[fix_am]/global_mtnvar.t62.f77"
-    }
-
-    # Specify output files:
-    criteria output {
-      # WORKFILE .comparison. TARGET
-            'sfcf00' .bitcmp. "@[CNTL]"
-            'flxf00' .bitcmp. "@[CNTL]"
-            'sigf00' .bitcmp. "@[CNTL]"
-            'sfcf03' .bitcmp. "@[CNTL]"
-            'flxf03' .bitcmp. "@[CNTL]"
-            'sigf03' .bitcmp. "@[CNTL]"
-            'sfcf06' .bitcmp. "@[CNTL]"
-            'flxf06' .bitcmp. "@[CNTL]"
-            'sigf06' .bitcmp. "@[CNTL]"
-            'sfcf12' .bitcmp. "@[CNTL]"
-            'flxf12' .bitcmp. "@[CNTL]"
-            'sigf12' .bitcmp. "@[CNTL]"
-            'sfcf24' .bitcmp. "@[CNTL]"
-            'flxf24' .bitcmp. "@[CNTL]"
-            'sigf24' .bitcmp. "@[CNTL]"
-    }
-
-    spawn execute {
-        {"@[gsm.x%target]", ranks=3D32, threads=3D1}
-    }
-}
-
-######################################################################=
##
-
-test wam_gh_l150_nemsio: gsm.x {
-    use gsm_paths
-
-    TEST_DESCR=3D"WAM enthalpy on general hybrid 2loop 150levels,32 co=
mpute tasks / 1 thread ,with quilting and NEMSIO I/O"
-    CNTL_NAME=3D'WAM_gh_l150_nemsio'
-
-    COM=3D"@[plat%COMrt]/@[TEST_NAME]"          # Test result area
-    RUNDIR_ROOT=3D"@[plat%TMPrt]"
-    RUNDIR=3D"@[RUNDIR_ROOT]/@[TEST_NAME]"      # Test work area
-    CNTL=3D"@[plat%BASELINE]/@[CNTL_NAME]"      # Control baseline are=
a
-    INPUTS=3D"@[plat%INPUTS]"                   # Test input data
-
-    FNALBC2=3D"@[fix_am]/global_albedo4.1x1.grb"
-    FNSMCC=3D"@[fix_am]/global_soilmgldas.t62.192.94.grb"
-    FNMSKH=3D"@[fix_am]/seaice_newland.grb"
-    FNVMNC=3D"@[fix_am]/global_shdmin.0.144x0.144.grb"
-    FNACNA=3D""
-    FNSOTC=3D"@[fix_gayno]/global_soiltype.1x1.grb"
-    FNVETC=3D"@[fix_am]/global_vegtype.1x1.grb"
-    FNVMXC=3D"@[fix_am]/global_shdmax.0.144x0.144.grb"
-    FNVEGC=3D"@[fix_am]/global_vegfrac.0.144.decpercent.grb"
-    FNABSC=3D"@[fix_am]/global_snoalb.1x1.grb"
-    FNZORC=3D"sib"
-    FNALBC=3D"@[fix_am]/global_albedo4.1x1.grb"
-    FNMXIC=3D"@[fix_am]/global_maxice.2x2.grb"
-    FNAISC=3D"@[fix_am]/CFSR.SEAICE.1982.2012.monthly.clim.grb"
-    FNTG3C=3D"@[fix_am]/global_tg3clim.2.6x1.5.grb"
-    FNTSFC=3D"@[fix_am]/RTGSST.1982.2012.monthly.clim.grb"
-    FNSLPC=3D"@[fix_am]/global_slope.1x1.grb"
-    FNTSFA=3D""
-    FNGLAC=3D"@[fix_am]/global_glacier.2x2.grb"
-    FNSNOA=3D""
-    FNSNOC=3D"@[fix_am]/global_snoclim.1.875.grb"
-
-    prep=3Dnems_regtest_prep(
-        RUNDIR=3D"@[RUNDIR]",modules=3D"@[gsm.x%modules.nems]",
-        CNTL=3D"@[CNTL]")
-
-    # Specify input files.
-    filters input {
-      #                       WORK FILE  .method.  SOURCE
-                 '*' .copydir. "@[INPUTS]/gfs_2012010100_common/"
-                 '*' .copydir. "@[INPUTS]/tests/@[TEST_NAME]/"
-      'atm_namelist' .atparse. "@[INPUTS]/tests/@[TEST_NAME]/atm_namel=
ist"
-          'grid_ini'   .link.  "gfsanl.2011092400"
-           'sig_ini'   .link.  "gfsanl.2011092400"
-           'sfc_ini'   .link.  "sfnanl.2011092400"
-     'SIG.F00:03:00'   .link.  "sigf00"
-     'SFC.F00:03:00'   .link.  "sfcf00"
-     'FLX.F00:03:00'   .link.  "flxf00"
-           'SIG.F03'   .link.  "sigf03"
-           'SFC.F03'   .link.  "sfcf03"
-           'FLX.F03'   .link.  "flxf03"
-           'SIG.F06'   .link.  "sigf06"
-           'SFC.F06'   .link.  "sfcf06"
-           'FLX.F06'   .link.  "flxf06"
-           'SIG.F09'   .link.  "sigf09"
-           'SFC.F09'   .link.  "sfcf09"
-           'FLX.F09'   .link.  "flxf09"
-           'SIG.F12'   .link.  "sigf12"
-           'SFC.F12'   .link.  "sfcf12"
-           'FLX.F12'   .link.  "flxf12"
-           'SIG.F15'   .link.  "sigf15"
-           'SFC.F15'   .link.  "sfcf15"
-           'FLX.F15'   .link.  "flxf15"
-           'SIG.F18'   .link.  "sigf18"
-           'SFC.F18'   .link.  "sfcf18"
-           'FLX.F18'   .link.  "flxf18"
-           'SIG.F21'   .link.  "sigf21"
-           'SFC.F21'   .link.  "sfcf21"
-           'FLX.F21'   .link.  "flxf21"
-           'SIG.F24'   .link.  "sigf24"
-           'SFC.F24'   .link.  "sfcf24"
-           'FLX.F24'   .link.  "flxf24"
-           'SIG.F27'   .link.  "sigf27"
-           'SFC.F27'   .link.  "sfcf27"
-           'FLX.F27'   .link.  "flxf27"
-           'SIG.F30'   .link.  "sigf30"
-           'SFC.F30'   .link.  "sfcf30"
-           'FLX.F30'   .link.  "flxf30"
-           'SIG.F33'   .link.  "sigf33"
-           'SFC.F33'   .link.  "sfcf33"
-           'FLX.F33'   .link.  "flxf33"
-           'SIG.F36'   .link.  "sigf36"
-           'SFC.F36'   .link.  "sfcf36"
-           'FLX.F36'   .link.  "flxf36"
-           'SIG.F39'   .link.  "sigf39"
-           'SFC.F39'   .link.  "sfcf39"
-           'FLX.F39'   .link.  "flxf39"
-           'SIG.F42'   .link.  "sigf42"
-           'SFC.F42'   .link.  "sfcf42"
-           'FLX.F42'   .link.  "flxf42"
-           'SIG.F45'   .link.  "sigf45"
-           'SFC.F45'   .link.  "sfcf45"
-           'FLX.F45'   .link.  "flxf45"
-           'SIG.F48'   .link.  "sigf48"
-           'SFC.F48'   .link.  "sfcf48"
-           'FLX.F48'   .link.  "flxf48"
-   'model_configure'   .link.  "atm_namelist.rc"
-           'fort.48'   .link.  "@[fix_am]/global_o3clim.txt"
-      'orography_uf'   .link.  "@[fix_am]/global_orography_uf.t62.192.=
94.grb"
-         'orography'   .link.  "@[fix_am]/global_orography.t62.grb"
-           'fort.28'   .link.  "@[fix_am]/global_o3prdlos.f77"
-           'fort.29'   .link.  "@[fix_am]/global_h2o_pltc.f77"
-           'fort.15'   .link.  "@[fix_am]/global_co2con.l150.f77"
-           'fort.24'   .link.  "@[fix_am]/global_mtnvar.t62.f77"
-    }
-
-    # Specify output files:
-    criteria output {
-      # WORKFILE .comparison. TARGET
-            'sigf00' .bitcmp. "@[CNTL]"
-            'sfcf00' .bitcmp. "@[CNTL]"
-            'flxf00' .bitcmp. "@[CNTL]"
-            'sigf03' .bitcmp. "@[CNTL]"
-            'sfcf03' .bitcmp. "@[CNTL]"
-            'flxf03' .bitcmp. "@[CNTL]"
-            'sigf06' .bitcmp. "@[CNTL]"
-            'sfcf06' .bitcmp. "@[CNTL]"
-            'flxf06' .bitcmp. "@[CNTL]"
-            'sigf12' .bitcmp. "@[CNTL]"
-            'sfcf12' .bitcmp. "@[CNTL]"
-            'flxf12' .bitcmp. "@[CNTL]"
-            'sigf24' .bitcmp. "@[CNTL]"
-            'sfcf24' .bitcmp. "@[CNTL]"
-            'flxf24' .bitcmp. "@[CNTL]"
-            'sigf48' .bitcmp. "@[CNTL]"
-            'sfcf48' .bitcmp. "@[CNTL]"
-            'flxf48' .bitcmp. "@[CNTL]"
-    }
-
-    spawn execute {
-        {"@[gsm.x%target]", ranks=3D33, threads=3D1}
-    }
-}
-
-######################################################################=
##
-
-test gfs_slg: gsm.x {
-    use gsm_paths
-
-    TEST_DESCR=3D"Run SLG non-adiabatic test with NEMSIO and digital f=
ilter from NEMSIO initial conditions"
-    CNTL_NAME=3D'GFS_SLG'
-
-    COM=3D"@[plat%COMrt]/@[TEST_NAME]"          # Test result area
-    RUNDIR_ROOT=3D"@[plat%TMPrt]"
-    RUNDIR=3D"@[RUNDIR_ROOT]/@[TEST_NAME]"      # Test work area
-    CNTL=3D"@[plat%BASELINE]/@[CNTL_NAME]"      # Control baseline are=
a
-    INPUTS=3D"@[plat%INPUTS]"                   # Test input data
-
-    FNALBC2=3D"@[fix_am]/global_albedo4.1x1.grb"
-    FNSMCC=3D"@[fix_am]/global_soilmgldas.t62.192.94.grb"
-    FNMSKH=3D"@[fix_am]/seaice_newland.grb"
-    FNVMNC=3D"@[fix_am]/global_shdmin.0.144x0.144.grb"
-    FNACNA=3D""
-    FNSOTC=3D"@[fix_gayno]/global_soiltype.1x1.grb"
-    FNVETC=3D"@[fix_am]/global_vegtype.1x1.grb"
-    FNVMXC=3D"@[fix_am]/global_shdmax.0.144x0.144.grb"
-    FNVEGC=3D"@[fix_am]/global_vegfrac.0.144.decpercent.grb"
-    FNABSC=3D"@[fix_am]/global_snoalb.1x1.grb"
-    FNZORC=3D"sib"
-    FNALBC=3D"@[fix_am]/global_albedo4.1x1.grb"
-    FNMXIC=3D"@[fix_am]/global_maxice.2x2.grb"
-    FNAISC=3D"@[fix_am]/CFSR.SEAICE.1982.2012.monthly.clim.grb"
-    FNTG3C=3D"@[fix_am]/global_tg3clim.2.6x1.5.grb"
-    FNTSFC=3D"@[fix_am]/RTGSST.1982.2012.monthly.clim.grb"
-    FNSLPC=3D"@[fix_am]/global_slope.1x1.grb"
-    FNTSFA=3D""
-    FNGLAC=3D"@[fix_am]/global_glacier.2x2.grb"
-    FNSNOA=3D""
-    FNSNOC=3D"@[fix_am]/global_snoclim.1.875.grb"
-
-    prep=3Dnems_regtest_prep(
-        RUNDIR=3D"@[RUNDIR]",modules=3D"@[gsm.x%modules.nems]",
-        CNTL=3D"@[CNTL]")
-
-    # Specify input files.
-    filters input {
-      #                       WORK FILE  .method.  SOURCE
-                 '*' .copydir. "@[INPUTS]/gfs_2012010100_common/"
-                 '*' .copydir. "@[INPUTS]/tests/@[TEST_NAME]/"
-      'atm_namelist' .atparse. "@[INPUTS]/tests/@[TEST_NAME]/atm_namel=
ist"
-          'grid_ini'   .link.  "gfsanl.2012010100"
-           'sig_ini'   .link.  "gfsanl.2012010100"
-           'sfc_ini'   .link.  "sfnanl.2012010100"
-     'SIG.F00:15:00'   .link.  "sigf00"
-     'SFC.F00:15:00'   .link.  "sfcf00"
-     'FLX.F00:15:00'   .link.  "flxf00"
-           'SIG.F01'   .link.  "sigf01"
-           'SFC.F01'   .link.  "sfcf01"
-           'FLX.F01'   .link.  "flxf01"
-           'SIG.F02'   .link.  "sigf02"
-           'SFC.F02'   .link.  "sfcf02"
-           'FLX.F02'   .link.  "flxf02"
-           'SIG.F03'   .link.  "sigf03"
-           'SFC.F03'   .link.  "sfcf03"
-           'FLX.F03'   .link.  "flxf03"
-           'SIG.F04'   .link.  "sigf04"
-           'SFC.F04'   .link.  "sfcf04"
-           'FLX.F04'   .link.  "flxf04"
-           'SIG.F05'   .link.  "sigf05"
-           'SFC.F05'   .link.  "sfcf05"
-           'FLX.F05'   .link.  "flxf05"
-           'SIG.F06'   .link.  "sigf06"
-           'SFC.F06'   .link.  "sfcf06"
-           'FLX.F06'   .link.  "flxf06"
-           'SIG.F07'   .link.  "sigf07"
-           'SFC.F07'   .link.  "sfcf07"
-           'FLX.F07'   .link.  "flxf07"
-           'SIG.F08'   .link.  "sigf08"
-           'SFC.F08'   .link.  "sfcf08"
-           'FLX.F08'   .link.  "flxf08"
-           'SIG.F09'   .link.  "sigf09"
-           'SFC.F09'   .link.  "sfcf09"
-           'FLX.F09'   .link.  "flxf09"
-           'SIG.F10'   .link.  "sigf10"
-           'SFC.F10'   .link.  "sfcf10"
-           'FLX.F10'   .link.  "flxf10"
-           'SIG.F11'   .link.  "sigf11"
-           'SFC.F11'   .link.  "sfcf11"
-           'FLX.F11'   .link.  "flxf11"
-           'SIG.F12'   .link.  "sigf12"
-           'SFC.F12'   .link.  "sfcf12"
-           'FLX.F12'   .link.  "flxf12"
-           'SIG.F18'   .link.  "sigf18"
-           'SFC.F18'   .link.  "sfcf18"
-           'FLX.F18'   .link.  "flxf18"
-           'SIG.F24'   .link.  "sigf24"
-           'SFC.F24'   .link.  "sfcf24"
-           'FLX.F24'   .link.  "flxf24"
-           'SIG.F30'   .link.  "sigf30"
-           'SFC.F30'   .link.  "sfcf30"
-           'FLX.F30'   .link.  "flxf30"
-           'SIG.F36'   .link.  "sigf36"
-           'SFC.F36'   .link.  "sfcf36"
-           'FLX.F36'   .link.  "flxf36"
-           'SIG.F42'   .link.  "sigf42"
-           'SFC.F42'   .link.  "sfcf42"
-           'FLX.F42'   .link.  "flxf42"
-           'SIG.F48'   .link.  "sigf48"
-           'SFC.F48'   .link.  "sfcf48"
-           'FLX.F48'   .link.  "flxf48"
-   'model_configure'   .link.  "atm_namelist.rc"
-           'fort.48'   .link.  "@[fix_am]/global_o3clim.txt"
-      'orography_uf'   .link.  "@[fix_am]/global_orography_uf.t62.192.=
94.grb"
-         'orography'   .link.  "@[fix_am]/global_orography.t62.grb"
-           'fort.28'   .link.  "@[fix_am]/global_o3prdlos.f77"
-           'fort.29'   .link.  "@[fix_am]/global_h2o_pltc.f77"
-           'fort.15'   .link.  "@[fix_am]/global_co2con.l64.f77"
-           'fort.24'   .link.  "@[fix_am]/global_mtnvar.t62.f77"
-    }
-
-    # Specify output files:
-    criteria output {
-      # WORKFILE .comparison. TARGET
-            'sigf00' .bitcmp. "@[CNTL]"
-            'sfcf00' .bitcmp. "@[CNTL]"
-            'flxf00' .bitcmp. "@[CNTL]"
-            'sigf01' .bitcmp. "@[CNTL]"
-            'sfcf01' .bitcmp. "@[CNTL]"
-            'flxf01' .bitcmp. "@[CNTL]"
-            'sigf24' .bitcmp. "@[CNTL]"
-            'sfcf24' .bitcmp. "@[CNTL]"
-            'flxf24' .bitcmp. "@[CNTL]"
-    }
-
-    spawn execute {
-        {"@[gsm.x%target]", ranks=3D33, threads=3D1}
-    }
-}
-
-######################################################################=
##
-
-test gfs_slg_48pe: gsm.x {
-    use gsm_paths
-
-    TEST_DESCR=3D"Run SLG non-adiabatic test with NEMSIO and digital f=
ilter from NEMSIO initial conditions, 48pe"
-    CNTL_NAME=3D'GFS_SLG_48PE'
-
-    COM=3D"@[plat%COMrt]/@[TEST_NAME]"          # Test result area
-    RUNDIR_ROOT=3D"@[plat%TMPrt]"
-    RUNDIR=3D"@[RUNDIR_ROOT]/@[TEST_NAME]"      # Test work area
-    CNTL=3D"@[plat%BASELINE]/@[CNTL_NAME]"      # Control baseline are=
a
-    INPUTS=3D"@[plat%INPUTS]"                   # Test input data
-
-    FNALBC2=3D"@[fix_am]/global_albedo4.1x1.grb"
-    FNSMCC=3D"@[fix_am]/global_soilmgldas.t62.192.94.grb"
-    FNMSKH=3D"@[fix_am]/seaice_newland.grb"
-    FNVMNC=3D"@[fix_am]/global_shdmin.0.144x0.144.grb"
-    FNACNA=3D""
-    FNSOTC=3D"@[fix_gayno]/global_soiltype.1x1.grb"
-    FNVETC=3D"@[fix_am]/global_vegtype.1x1.grb"
-    FNVMXC=3D"@[fix_am]/global_shdmax.0.144x0.144.grb"
-    FNVEGC=3D"@[fix_am]/global_vegfrac.0.144.decpercent.grb"
-    FNABSC=3D"@[fix_am]/global_snoalb.1x1.grb"
-    FNZORC=3D"sib"
-    FNALBC=3D"@[fix_am]/global_albedo4.1x1.grb"
-    FNMXIC=3D"@[fix_am]/global_maxice.2x2.grb"
-    FNAISC=3D"@[fix_am]/CFSR.SEAICE.1982.2012.monthly.clim.grb"
-    FNTG3C=3D"@[fix_am]/global_tg3clim.2.6x1.5.grb"
-    FNTSFC=3D"@[fix_am]/RTGSST.1982.2012.monthly.clim.grb"
-    FNSLPC=3D"@[fix_am]/global_slope.1x1.grb"
-    FNTSFA=3D""
-    FNGLAC=3D"@[fix_am]/global_glacier.2x2.grb"
-    FNSNOA=3D""
-    FNSNOC=3D"@[fix_am]/global_snoclim.1.875.grb"
-
-    prep=3Dnems_regtest_prep(
-        RUNDIR=3D"@[RUNDIR]",modules=3D"@[gsm.x%modules.nems]",
-        CNTL=3D"@[CNTL]")
-
-    # Specify input files.
-    filters input {
-      #                       WORK FILE  .method.  SOURCE
-                 '*' .copydir. "@[INPUTS]/gfs_2012010100_common/"
-                 '*' .copydir. "@[INPUTS]/tests/@[TEST_NAME]/"
-      'atm_namelist' .atparse. "@[INPUTS]/tests/@[TEST_NAME]/atm_namel=
ist"
-          'grid_ini'   .link.  "gfsanl.2012010100"
-           'sig_ini'   .link.  "gfsanl.2012010100"
-           'sfc_ini'   .link.  "sfnanl.2012010100"
-     'SIG.F00:15:00'   .link.  "sigf00"
-     'SFC.F00:15:00'   .link.  "sfcf00"
-     'FLX.F00:15:00'   .link.  "flxf00"
-           'SIG.F06'   .link.  "sigf06"
-           'SFC.F06'   .link.  "sfcf06"
-           'FLX.F06'   .link.  "flxf06"
-           'SIG.F12'   .link.  "sigf12"
-           'SFC.F12'   .link.  "sfcf12"
-           'FLX.F12'   .link.  "flxf12"
-           'SIG.F18'   .link.  "sigf18"
-           'SFC.F18'   .link.  "sfcf18"
-           'FLX.F18'   .link.  "flxf18"
-           'SIG.F24'   .link.  "sigf24"
-           'SFC.F24'   .link.  "sfcf24"
-           'FLX.F24'   .link.  "flxf24"
-   'model_configure'   .link.  "atm_namelist.rc"
-           'fort.48'   .link.  "@[fix_am]/global_o3clim.txt"
-      'orography_uf'   .link.  "@[fix_am]/global_orography_uf.t62.192.=
94.grb"
-         'orography'   .link.  "@[fix_am]/global_orography.t62.grb"
-           'fort.28'   .link.  "@[fix_am]/global_o3prdlos.f77"
-           'fort.29'   .link.  "@[fix_am]/global_h2o_pltc.f77"
-           'fort.15'   .link.  "@[fix_am]/global_co2con.l64.f77"
-           'fort.24'   .link.  "@[fix_am]/global_mtnvar.t62.f77"
-    }
-
-    # Specify output files:
-    criteria output {
-      # WORKFILE .comparison. TARGET
-            'sigf00' .bitcmp. "@[CNTL]"
-            'sfcf00' .bitcmp. "@[CNTL]"
-            'flxf00' .bitcmp. "@[CNTL]"
-            'sigf06' .bitcmp. "@[CNTL]"
-            'sfcf06' .bitcmp. "@[CNTL]"
-            'flxf06' .bitcmp. "@[CNTL]"
-            'sigf12' .bitcmp. "@[CNTL]"
-            'sfcf12' .bitcmp. "@[CNTL]"
-            'flxf12' .bitcmp. "@[CNTL]"
-            'sigf24' .bitcmp. "@[CNTL]"
-            'sfcf24' .bitcmp. "@[CNTL]"
-            'flxf24' .bitcmp. "@[CNTL]"
-    }
-
-    spawn execute {
-        {"@[gsm.x%target]", ranks=3D48, threads=3D1}
-    }
-}
-
-######################################################################=
##
-
-test gfs_slg_adiabatic: gsm.x {
-    use gsm_paths
-
-    TEST_DESCR=3D"Run SLG adiabatic test with NEMSIO and digital filte=
r from NEMSIO initial conditions"
-    CNTL_NAME=3D'GFS_SLG_ADIABATIC'
-
-    COM=3D"@[plat%COMrt]/@[TEST_NAME]"          # Test result area
-    RUNDIR_ROOT=3D"@[plat%TMPrt]"
-    RUNDIR=3D"@[RUNDIR_ROOT]/@[TEST_NAME]"      # Test work area
-    CNTL=3D"@[plat%BASELINE]/@[CNTL_NAME]"      # Control baseline are=
a
-    INPUTS=3D"@[plat%INPUTS]"                   # Test input data
-
-    FNALBC2=3D"@[fix_am]/global_albedo4.1x1.grb"
-    FNSMCC=3D"@[fix_am]/global_soilmgldas.t62.192.94.grb"
-    FNMSKH=3D"@[fix_am]/seaice_newland.grb"
-    FNVMNC=3D"@[fix_am]/global_shdmin.0.144x0.144.grb"
-    FNACNA=3D""
-    FNSOTC=3D"@[fix_gayno]/global_soiltype.1x1.grb"
-    FNVETC=3D"@[fix_am]/global_vegtype.1x1.grb"
-    FNVMXC=3D"@[fix_am]/global_shdmax.0.144x0.144.grb"
-    FNVEGC=3D"@[fix_am]/global_vegfrac.0.144.decpercent.grb"
-    FNABSC=3D"@[fix_am]/global_snoalb.1x1.grb"
-    FNZORC=3D"sib"
-    FNALBC=3D"@[fix_am]/global_albedo4.1x1.grb"
-    FNMXIC=3D"@[fix_am]/global_maxice.2x2.grb"
-    FNAISC=3D"@[fix_am]/CFSR.SEAICE.1982.2012.monthly.clim.grb"
-    FNTG3C=3D"@[fix_am]/global_tg3clim.2.6x1.5.grb"
-    FNTSFC=3D"@[fix_am]/RTGSST.1982.2012.monthly.clim.grb"
-    FNSLPC=3D"@[fix_am]/global_slope.1x1.grb"
-    FNTSFA=3D""
-    FNGLAC=3D"@[fix_am]/global_glacier.2x2.grb"
-    FNSNOA=3D""
-    FNSNOC=3D"@[fix_am]/global_snoclim.1.875.grb"
-
-    prep=3Dnems_regtest_prep(
-        RUNDIR=3D"@[RUNDIR]",modules=3D"@[gsm.x%modules.nems]",
-        CNTL=3D"@[CNTL]")
-
-    # Specify input files.
-    filters input {
-      #                       WORK FILE  .method.  SOURCE
-                 '*' .copydir. "@[INPUTS]/gfs_2012010100_common/"
-                 '*' .copydir. "@[INPUTS]/tests/@[TEST_NAME]/"
-      'atm_namelist' .atparse. "@[INPUTS]/tests/@[TEST_NAME]/atm_namel=
ist"
-          'grid_ini'   .link.  "gfsanl.2012010100"
-           'sig_ini'   .link.  "gfsanl.2012010100"
-           'sfc_ini'   .link.  "sfnanl.2012010100"
-     'SIG.F00:15:00'   .link.  "sigf00"
-           'SIG.F06'   .link.  "sigf06"
-           'SIG.F12'   .link.  "sigf12"
-           'SIG.F18'   .link.  "sigf18"
-           'SIG.F24'   .link.  "sigf24"
-   'model_configure'   .link.  "atm_namelist.rc"
-           'fort.48'   .link.  "@[fix_am]/global_o3clim.txt"
-      'orography_uf'   .link.  "@[fix_am]/global_orography_uf.t62.192.=
94.grb"
-         'orography'   .link.  "@[fix_am]/global_orography.t62.grb"
-           'fort.28'   .link.  "@[fix_am]/global_o3prdlos.f77"
-           'fort.29'   .link.  "@[fix_am]/global_h2o_pltc.f77"
-           'fort.15'   .link.  "@[fix_am]/global_co2con.l64.f77"
-           'fort.24'   .link.  "@[fix_am]/global_mtnvar.t62.f77"
-    }
-
-    # Specify output files:
-    criteria output {
-      # WORKFILE .comparison. TARGET
-            'sigf00' .bitcmp. "@[CNTL]"
-            'sigf06' .bitcmp. "@[CNTL]"
-            'sigf12' .bitcmp. "@[CNTL]"
-            'sigf24' .bitcmp. "@[CNTL]"
-    }
-
-    spawn execute {
-        {"@[gsm.x%target]", ranks=3D32, threads=3D1}
-    }
-}
-
-######################################################################=
##
-
-test gfs_slg_land: gsm.x {
-    use gsm_paths
-
-    TEST_DESCR=3D"Run SLG non-adiabatic test with NEMSIO and digital f=
ilter from NEMSIO initial conditions"
-    CNTL_NAME=3D'GFS_SLG_LAND'
-
-    COM=3D"@[plat%COMrt]/@[TEST_NAME]"          # Test result area
-    RUNDIR_ROOT=3D"@[plat%TMPrt]"
-    RUNDIR=3D"@[RUNDIR_ROOT]/@[TEST_NAME]"      # Test work area
-    CNTL=3D"@[plat%BASELINE]/@[CNTL_NAME]"      # Control baseline are=
a
-    INPUTS=3D"@[plat%INPUTS]"                   # Test input data
-
-    FNALBC2=3D"@[fix_gayno]/global_albedo4.1x1.grb"
-    FNSMCC=3D"@[fix_am]/global_soilmgldas.t62.192.94.grb"
-    FNMSKH=3D"@[fix_am]/seaice_newland.grb"
-    FNVMNC=3D"@[fix_am]/global_shdmin.0.144x0.144.grb"
-    FNACNA=3D""
-    FNSOTC=3D"@[fix_gayno]/global_soiltype.statsgo.t62.192.94.rg.grb"
-    FNVETC=3D"@[fix_gayno]/global_vegtype.igbp.t62.192.94.rg.grb"
-    FNVMXC=3D"@[fix_am]/global_shdmax.0.144x0.144.grb"
-    FNVEGC=3D"@[fix_am]/global_vegfrac.0.144.decpercent.grb"
-    FNABSC=3D"@[fix_gayno]/global_mxsnoalb.uariz.t62.192.94.rg.grb"
-    FNZORC=3D"igbp"
-    FNALBC=3D"@[fix_gayno]/global_snowfree_albedo.bosu.t62.192.94.rg.g=
rb"
-    FNMXIC=3D"@[fix_am]/global_maxice.2x2.grb"
-    FNAISC=3D"@[fix_am]/CFSR.SEAICE.1982.2012.monthly.clim.grb"
-    FNTG3C=3D"@[fix_am]/global_tg3clim.2.6x1.5.grb"
-    FNTSFC=3D"@[fix_am]/RTGSST.1982.2012.monthly.clim.grb"
-    FNSLPC=3D"@[fix_am]/global_slope.1x1.grb"
-    FNTSFA=3D""
-    FNGLAC=3D"@[fix_am]/global_glacier.2x2.grb"
-    FNSNOA=3D""
-    FNSNOC=3D"@[fix_am]/global_snoclim.1.875.grb"
-
-    prep=3Dnems_regtest_prep(
-        RUNDIR=3D"@[RUNDIR]",modules=3D"@[gsm.x%modules.nems]",
-        CNTL=3D"@[CNTL]")
-
-    # Specify input files.
-    filters input {
-      #                       WORK FILE  .method.  SOURCE
-                 '*' .copydir. "@[INPUTS]/gfs_2012010100_common/"
-                 '*' .copydir. "@[INPUTS]/tests/@[TEST_NAME]/"
-      'atm_namelist' .atparse. "@[INPUTS]/tests/@[TEST_NAME]/atm_namel=
ist"
-          'grid_ini'   .link.  "gfsanl.2012010100"
-           'sig_ini'   .link.  "gfsanl.2012010100"
-           'sfc_ini'   .link.  "sfnanl.2012010100"
-     'SIG.F00:15:00'   .link.  "sigf00"
-     'SFC.F00:15:00'   .link.  "sfcf00"
-     'FLX.F00:15:00'   .link.  "flxf00"
-           'SIG.F01'   .link.  "sigf01"
-           'SFC.F01'   .link.  "sfcf01"
-           'FLX.F01'   .link.  "flxf01"
-           'SIG.F02'   .link.  "sigf02"
-           'SFC.F02'   .link.  "sfcf02"
-           'FLX.F02'   .link.  "flxf02"
-           'SIG.F03'   .link.  "sigf03"
-           'SFC.F03'   .link.  "sfcf03"
-           'FLX.F03'   .link.  "flxf03"
-           'SIG.F04'   .link.  "sigf04"
-           'SFC.F04'   .link.  "sfcf04"
-           'FLX.F04'   .link.  "flxf04"
-           'SIG.F05'   .link.  "sigf05"
-           'SFC.F05'   .link.  "sfcf05"
-           'FLX.F05'   .link.  "flxf05"
-           'SIG.F06'   .link.  "sigf06"
-           'SFC.F06'   .link.  "sfcf06"
-           'FLX.F06'   .link.  "flxf06"
-           'SIG.F07'   .link.  "sigf07"
-           'SFC.F07'   .link.  "sfcf07"
-           'FLX.F07'   .link.  "flxf07"
-           'SIG.F08'   .link.  "sigf08"
-           'SFC.F08'   .link.  "sfcf08"
-           'FLX.F08'   .link.  "flxf08"
-           'SIG.F09'   .link.  "sigf09"
-           'SFC.F09'   .link.  "sfcf09"
-           'FLX.F09'   .link.  "flxf09"
-           'SIG.F10'   .link.  "sigf10"
-           'SFC.F10'   .link.  "sfcf10"
-           'FLX.F10'   .link.  "flxf10"
-           'SIG.F11'   .link.  "sigf11"
-           'SFC.F11'   .link.  "sfcf11"
-           'FLX.F11'   .link.  "flxf11"
-           'SIG.F12'   .link.  "sigf12"
-           'SFC.F12'   .link.  "sfcf12"
-           'FLX.F12'   .link.  "flxf12"
-           'SIG.F18'   .link.  "sigf18"
-           'SFC.F18'   .link.  "sfcf18"
-           'FLX.F18'   .link.  "flxf18"
-           'SIG.F24'   .link.  "sigf24"
-           'SFC.F24'   .link.  "sfcf24"
-           'FLX.F24'   .link.  "flxf24"
-           'SIG.F30'   .link.  "sigf30"
-           'SFC.F30'   .link.  "sfcf30"
-           'FLX.F30'   .link.  "flxf30"
-           'SIG.F36'   .link.  "sigf36"
-           'SFC.F36'   .link.  "sfcf36"
-           'FLX.F36'   .link.  "flxf36"
-           'SIG.F42'   .link.  "sigf42"
-           'SFC.F42'   .link.  "sfcf42"
-           'FLX.F42'   .link.  "flxf42"
-           'SIG.F48'   .link.  "sigf48"
-           'SFC.F48'   .link.  "sfcf48"
-           'FLX.F48'   .link.  "flxf48"
-   'model_configure'   .link.  "atm_namelist.rc"
-           'fort.48'   .link.  "@[fix_am]/global_o3clim.txt"
-      'orography_uf'   .link.  "@[fix_am]/global_orography_uf.t62.192.=
94.grb"
-         'orography'   .link.  "@[fix_am]/global_orography.t62.grb"
-           'fort.28'   .link.  "@[fix_am]/global_o3prdlos.f77"
-           'fort.29'   .link.  "@[fix_am]/global_h2o_pltc.f77"
-           'fort.15'   .link.  "@[fix_am]/global_co2con.l64.f77"
-           'fort.24'   .link.  "@[fix_am]/global_mtnvar.t62.f77"
-    }
-
-    # Specify output files:
-    criteria output {
-      # WORKFILE .comparison. TARGET
-            'sigf00' .bitcmp. "@[CNTL]"
-            'sfcf00' .bitcmp. "@[CNTL]"
-            'flxf00' .bitcmp. "@[CNTL]"
-            'sigf01' .bitcmp. "@[CNTL]"
-            'sfcf01' .bitcmp. "@[CNTL]"
-            'flxf01' .bitcmp. "@[CNTL]"
-            'sigf24' .bitcmp. "@[CNTL]"
-            'sfcf24' .bitcmp. "@[CNTL]"
-            'flxf24' .bitcmp. "@[CNTL]"
-    }
-
-    spawn execute {
-        {"@[gsm.x%target]", ranks=3D33, threads=3D1}
-    }
-}
-
-######################################################################=
##
-
-test gfs_slg_nsst: gsm.x {
-    use gsm_paths
-
-    TEST_DESCR=3D"Run SLG non-adiabatic test with NEMSIO and digital f=
ilter from NEMSIO initial conditions"
-    CNTL_NAME=3D'GFS_SLG_NSST'
-
-    COM=3D"@[plat%COMrt]/@[TEST_NAME]"          # Test result area
-    RUNDIR_ROOT=3D"@[plat%TMPrt]"
-    RUNDIR=3D"@[RUNDIR_ROOT]/@[TEST_NAME]"      # Test work area
-    CNTL=3D"@[plat%BASELINE]/@[CNTL_NAME]"      # Control baseline are=
a
-    INPUTS=3D"@[plat%INPUTS]"                   # Test input data
-
-    FNALBC2=3D"@[fix_am]/global_albedo4.1x1.grb"
-    FNSMCC=3D"@[fix_am]/global_soilmgldas.t62.192.94.grb"
-    FNMSKH=3D"@[fix_am]/seaice_newland.grb"
-    FNVMNC=3D"@[fix_am]/global_shdmin.0.144x0.144.grb"
-    FNACNA=3D""
-    FNSOTC=3D"@[fix_gayno]/global_soiltype.1x1.grb"
-    FNVETC=3D"@[fix_am]/global_vegtype.1x1.grb"
-    FNVMXC=3D"@[fix_am]/global_shdmax.0.144x0.144.grb"
-    FNVEGC=3D"@[fix_am]/global_vegfrac.0.144.decpercent.grb"
-    FNABSC=3D"@[fix_am]/global_snoalb.1x1.grb"
-    FNZORC=3D"sib"
-    FNALBC=3D"@[fix_am]/global_albedo4.1x1.grb"
-    FNMXIC=3D"@[fix_am]/global_maxice.2x2.grb"
-    FNAISC=3D"@[fix_am]/CFSR.SEAICE.1982.2012.monthly.clim.grb"
-    FNTG3C=3D"@[fix_am]/global_tg3clim.2.6x1.5.grb"
-    FNTSFC=3D"@[fix_am]/RTGSST.1982.2012.monthly.clim.grb"
-    FNSLPC=3D"@[fix_am]/global_slope.1x1.grb"
-    FNTSFA=3D""
-    FNGLAC=3D"@[fix_am]/global_glacier.2x2.grb"
-    FNSNOA=3D""
-    FNSNOC=3D"@[fix_am]/global_snoclim.1.875.grb"
-
-    prep=3Dnems_regtest_prep(
-        RUNDIR=3D"@[RUNDIR]",modules=3D"@[gsm.x%modules.nems]",
-        CNTL=3D"@[CNTL]")
-
-    # Specify input files.
-    filters input {
-      #                       WORK FILE  .method.  SOURCE
-                 '*' .copydir. "@[INPUTS]/gfs_2012010100_common/"
-                 '*' .copydir. "@[INPUTS]/tests/@[TEST_NAME]/"
-      'atm_namelist' .atparse. "@[INPUTS]/tests/@[TEST_NAME]/atm_namel=
ist"
-          'grid_ini'   .link.  "gfsanl.2012010100"
-           'sig_ini'   .link.  "gfsanl.2012010100"
-           'sfc_ini'   .link.  "sfnanl.2012010100"
-           'nst_ini'   .link.  "nsnanl.2012010100"
-     'SIG.F00:15:00'   .link.  "sigf00"
-     'SFC.F00:15:00'   .link.  "sfcf00"
-     'FLX.F00:15:00'   .link.  "flxf00"
-     'NST.F00:15:00'   .link.  "nstf00"
-           'SIG.F01'   .link.  "sigf01"
-           'SFC.F01'   .link.  "sfcf01"
-           'FLX.F01'   .link.  "flxf01"
-           'NST.F01'   .link.  "nstf01"
-           'SIG.F02'   .link.  "sigf02"
-           'SFC.F02'   .link.  "sfcf02"
-           'FLX.F02'   .link.  "flxf02"
-           'NST.F02'   .link.  "nstf02"
-           'SIG.F03'   .link.  "sigf03"
-           'SFC.F03'   .link.  "sfcf03"
-           'FLX.F03'   .link.  "flxf03"
-           'NST.F03'   .link.  "nstf03"
-           'SIG.F04'   .link.  "sigf04"
-           'SFC.F04'   .link.  "sfcf04"
-           'FLX.F04'   .link.  "flxf04"
-           'NST.F04'   .link.  "nstf04"
-           'SIG.F05'   .link.  "sigf05"
-           'SFC.F05'   .link.  "sfcf05"
-           'FLX.F05'   .link.  "flxf05"
-           'NST.F05'   .link.  "nstf05"
-           'SIG.F06'   .link.  "sigf06"
-           'SFC.F06'   .link.  "sfcf06"
-           'FLX.F06'   .link.  "flxf06"
-           'NST.F06'   .link.  "nstf06"
-           'SIG.F07'   .link.  "sigf07"
-           'SFC.F07'   .link.  "sfcf07"
-           'FLX.F07'   .link.  "flxf07"
-           'NST.F07'   .link.  "nstf07"
-           'SIG.F08'   .link.  "sigf08"
-           'SFC.F08'   .link.  "sfcf08"
-           'FLX.F08'   .link.  "flxf08"
-           'NST.F08'   .link.  "nstf08"
-           'SIG.F09'   .link.  "sigf09"
-           'SFC.F09'   .link.  "sfcf09"
-           'FLX.F09'   .link.  "flxf09"
-           'NST.F09'   .link.  "nstf09"
-           'SIG.F10'   .link.  "sigf10"
-           'SFC.F10'   .link.  "sfcf10"
-           'FLX.F10'   .link.  "flxf10"
-           'NST.F10'   .link.  "nstf10"
-           'SIG.F11'   .link.  "sigf11"
-           'SFC.F11'   .link.  "sfcf11"
-           'FLX.F11'   .link.  "flxf11"
-           'NST.F11'   .link.  "nstf11"
-           'SIG.F12'   .link.  "sigf12"
-           'SFC.F12'   .link.  "sfcf12"
-           'FLX.F12'   .link.  "flxf12"
-           'NST.F12'   .link.  "nstf12"
-           'SIG.F13'   .link.  "sigf13"
-           'SFC.F13'   .link.  "sfcf13"
-           'FLX.F13'   .link.  "flxf13"
-           'NST.F13'   .link.  "nstf13"
-           'SIG.F14'   .link.  "sigf14"
-           'SFC.F14'   .link.  "sfcf14"
-           'FLX.F14'   .link.  "flxf14"
-           'NST.F14'   .link.  "nstf14"
-           'SIG.F15'   .link.  "sigf15"
-           'SFC.F15'   .link.  "sfcf15"
-           'FLX.F15'   .link.  "flxf15"
-           'NST.F15'   .link.  "nstf15"
-           'SIG.F16'   .link.  "sigf16"
-           'SFC.F16'   .link.  "sfcf16"
-           'FLX.F16'   .link.  "flxf16"
-           'NST.F16'   .link.  "nstf16"
-           'SIG.F17'   .link.  "sigf17"
-           'SFC.F17'   .link.  "sfcf17"
-           'FLX.F17'   .link.  "flxf17"
-           'NST.F17'   .link.  "nstf17"
-           'SIG.F18'   .link.  "sigf18"
-           'SFC.F18'   .link.  "sfcf18"
-           'FLX.F18'   .link.  "flxf18"
-           'NST.F18'   .link.  "nstf18"
-           'SIG.F19'   .link.  "sigf19"
-           'SFC.F19'   .link.  "sfcf19"
-           'FLX.F19'   .link.  "flxf19"
-           'NST.F19'   .link.  "nstf19"
-           'SIG.F20'   .link.  "sigf20"
-           'SFC.F20'   .link.  "sfcf20"
-           'FLX.F20'   .link.  "flxf20"
-           'NST.F20'   .link.  "nstf20"
-           'SIG.F21'   .link.  "sigf21"
-           'SFC.F21'   .link.  "sfcf21"
-           'FLX.F21'   .link.  "flxf21"
-           'NST.F21'   .link.  "nstf21"
-           'SIG.F22'   .link.  "sigf22"
-           'SFC.F22'   .link.  "sfcf22"
-           'FLX.F22'   .link.  "flxf22"
-           'NST.F22'   .link.  "nstf22"
-           'SIG.F23'   .link.  "sigf23"
-           'SFC.F23'   .link.  "sfcf23"
-           'FLX.F23'   .link.  "flxf23"
-           'NST.F23'   .link.  "nstf23"
-           'SIG.F24'   .link.  "sigf24"
-           'SFC.F24'   .link.  "sfcf24"
-           'FLX.F24'   .link.  "flxf24"
-           'NST.F24'   .link.  "nstf24"
-           'SIG.F25'   .link.  "sigf25"
-           'SFC.F25'   .link.  "sfcf25"
-           'FLX.F25'   .link.  "flxf25"
-           'NST.F25'   .link.  "nstf25"
-           'SIG.F26'   .link.  "sigf26"
-           'SFC.F26'   .link.  "sfcf26"
-           'FLX.F26'   .link.  "flxf26"
-           'NST.F26'   .link.  "nstf26"
-           'SIG.F27'   .link.  "sigf27"
-           'SFC.F27'   .link.  "sfcf27"
-           'FLX.F27'   .link.  "flxf27"
-           'NST.F27'   .link.  "nstf27"
-           'SIG.F28'   .link.  "sigf28"
-           'SFC.F28'   .link.  "sfcf28"
-           'FLX.F28'   .link.  "flxf28"
-           'NST.F28'   .link.  "nstf28"
-           'SIG.F29'   .link.  "sigf29"
-           'SFC.F29'   .link.  "sfcf29"
-           'FLX.F29'   .link.  "flxf29"
-           'NST.F29'   .link.  "nstf29"
-           'SIG.F30'   .link.  "sigf30"
-           'SFC.F30'   .link.  "sfcf30"
-           'FLX.F30'   .link.  "flxf30"
-           'NST.F30'   .link.  "nstf30"
-           'SIG.F31'   .link.  "sigf31"
-           'SFC.F31'   .link.  "sfcf31"
-           'FLX.F31'   .link.  "flxf31"
-           'NST.F31'   .link.  "nstf31"
-           'SIG.F32'   .link.  "sigf32"
-           'SFC.F32'   .link.  "sfcf32"
-           'FLX.F32'   .link.  "flxf32"
-           'NST.F32'   .link.  "nstf32"
-           'SIG.F33'   .link.  "sigf33"
-           'SFC.F33'   .link.  "sfcf33"
-           'FLX.F33'   .link.  "flxf33"
-           'NST.F33'   .link.  "nstf33"
-           'SIG.F34'   .link.  "sigf34"
-           'SFC.F34'   .link.  "sfcf34"
-           'FLX.F34'   .link.  "flxf34"
-           'NST.F34'   .link.  "nstf34"
-           'SIG.F35'   .link.  "sigf35"
-           'SFC.F35'   .link.  "sfcf35"
-           'FLX.F35'   .link.  "flxf35"
-           'NST.F35'   .link.  "nstf35"
-           'SIG.F36'   .link.  "sigf36"
-           'SFC.F36'   .link.  "sfcf36"
-           'FLX.F36'   .link.  "flxf36"
-           'NST.F36'   .link.  "nstf36"
-           'SIG.F37'   .link.  "sigf37"
-           'SFC.F37'   .link.  "sfcf37"
-           'FLX.F37'   .link.  "flxf37"
-           'NST.F37'   .link.  "nstf37"
-           'SIG.F38'   .link.  "sigf38"
-           'SFC.F38'   .link.  "sfcf38"
-           'FLX.F38'   .link.  "flxf38"
-           'NST.F38'   .link.  "nstf38"
-           'SIG.F39'   .link.  "sigf39"
-           'SFC.F39'   .link.  "sfcf39"
-           'FLX.F39'   .link.  "flxf39"
-           'NST.F39'   .link.  "nstf39"
-           'SIG.F40'   .link.  "sigf40"
-           'SFC.F40'   .link.  "sfcf40"
-           'FLX.F40'   .link.  "flxf40"
-           'NST.F40'   .link.  "nstf40"
-           'SIG.F41'   .link.  "sigf41"
-           'SFC.F41'   .link.  "sfcf41"
-           'FLX.F41'   .link.  "flxf41"
-           'NST.F41'   .link.  "nstf41"
-           'SIG.F42'   .link.  "sigf42"
-           'SFC.F42'   .link.  "sfcf42"
-           'FLX.F42'   .link.  "flxf42"
-           'NST.F42'   .link.  "nstf42"
-           'SIG.F43'   .link.  "sigf43"
-           'SFC.F43'   .link.  "sfcf43"
-           'FLX.F43'   .link.  "flxf43"
-           'NST.F43'   .link.  "nstf43"
-           'SIG.F44'   .link.  "sigf44"
-           'SFC.F44'   .link.  "sfcf44"
-           'FLX.F44'   .link.  "flxf44"
-           'NST.F44'   .link.  "nstf44"
-           'SIG.F45'   .link.  "sigf45"
-           'SFC.F45'   .link.  "sfcf45"
-           'FLX.F45'   .link.  "flxf45"
-           'NST.F45'   .link.  "nstf45"
-           'SIG.F46'   .link.  "sigf46"
-           'SFC.F46'   .link.  "sfcf46"
-           'FLX.F46'   .link.  "flxf46"
-           'NST.F46'   .link.  "nstf46"
-           'SIG.F47'   .link.  "sigf47"
-           'SFC.F47'   .link.  "sfcf47"
-           'FLX.F47'   .link.  "flxf47"
-           'NST.F47'   .link.  "nstf47"
-           'SIG.F48'   .link.  "sigf48"
-           'SFC.F48'   .link.  "sfcf48"
-           'FLX.F48'   .link.  "flxf48"
-           'NST.F48'   .link.  "nstf48"
-   'model_configure'   .link.  "atm_namelist.rc"
-           'fort.48'   .link.  "@[fix_am]/global_o3clim.txt"
-      'orography_uf'   .link.  "@[fix_am]/global_orography_uf.t62.192.=
94.grb"
-         'orography'   .link.  "@[fix_am]/global_orography.t62.grb"
-           'fort.28'   .link.  "@[fix_am]/global_o3prdlos.f77"
-           'fort.29'   .link.  "@[fix_am]/global_h2o_pltc.f77"
-           'fort.15'   .link.  "@[fix_am]/global_co2con.l64.f77"
-           'fort.24'   .link.  "@[fix_am]/global_mtnvar.t62.f77"
-    }
-
-    # Specify output files:
-    criteria output {
-      # WORKFILE .comparison. TARGET
-            'sigf00' .bitcmp. "@[CNTL]"
-            'sfcf00' .bitcmp. "@[CNTL]"
-            'flxf00' .bitcmp. "@[CNTL]"
-            'nstf00' .bitcmp. "@[CNTL]"
-            'sigf01' .bitcmp. "@[CNTL]"
-            'sfcf01' .bitcmp. "@[CNTL]"
-            'flxf01' .bitcmp. "@[CNTL]"
-            'nstf01' .bitcmp. "@[CNTL]"
-            'sigf24' .bitcmp. "@[CNTL]"
-            'sfcf24' .bitcmp. "@[CNTL]"
-            'flxf24' .bitcmp. "@[CNTL]"
-            'nstf24' .bitcmp. "@[CNTL]"
-    }
-
-    spawn execute {
-        {"@[gsm.x%target]", ranks=3D33, threads=3D1}
-    }
-}
-
-######################################################################=
##
-
-test gfs_slg_rsthst: gsm.x, gfs_slg {
-    use gsm_paths
-
-    TEST_DESCR=3D"Run SLG restart from history file non-adiabatic test=
 with NEMSIO and digital filter from NEMSIO initial conditions"
-    CNTL_NAME=3D'GFS_SLG_RSTHST'
-
-    COM=3D"@[plat%COMrt]/@[TEST_NAME]"          # Test result area
-    RUNDIR_ROOT=3D"@[plat%TMPrt]"
-    RUNDIR=3D"@[RUNDIR_ROOT]/@[TEST_NAME]"      # Test work area
-    CNTL=3D"@[plat%BASELINE]/@[CNTL_NAME]"      # Control baseline are=
a
-    INPUTS=3D"@[plat%INPUTS]"                   # Test input data
-
-    FNALBC2=3D"@[fix_am]/global_albedo4.1x1.grb"
-    FNSMCC=3D"@[fix_am]/global_soilmgldas.t62.192.94.grb"
-    FNMSKH=3D"@[fix_am]/seaice_newland.grb"
-    FNVMNC=3D"@[fix_am]/global_shdmin.0.144x0.144.grb"
-    FNACNA=3D""
-    FNSOTC=3D"@[fix_gayno]/global_soiltype.1x1.grb"
-    FNVETC=3D"@[fix_am]/global_vegtype.1x1.grb"
-    FNVMXC=3D"@[fix_am]/global_shdmax.0.144x0.144.grb"
-    FNVEGC=3D"@[fix_am]/global_vegfrac.0.144.decpercent.grb"
-    FNABSC=3D"@[fix_am]/global_snoalb.1x1.grb"
-    FNZORC=3D"sib"
-    FNALBC=3D"@[fix_am]/global_albedo4.1x1.grb"
-    FNMXIC=3D"@[fix_am]/global_maxice.2x2.grb"
-    FNAISC=3D"@[fix_am]/CFSR.SEAICE.1982.2012.monthly.clim.grb"
-    FNTG3C=3D"@[fix_am]/global_tg3clim.2.6x1.5.grb"
-    FNTSFC=3D"@[fix_am]/RTGSST.1982.2012.monthly.clim.grb"
-    FNSLPC=3D"@[fix_am]/global_slope.1x1.grb"
-    FNTSFA=3D""
-    FNGLAC=3D"@[fix_am]/global_glacier.2x2.grb"
-    FNSNOA=3D""
-    FNSNOC=3D"@[fix_am]/global_snoclim.1.875.grb"
-
-    prep=3Dnems_regtest_prep(
-        RUNDIR=3D"@[RUNDIR]",modules=3D"@[gsm.x%modules.nems]",
-        CNTL=3D"@[CNTL]")
-
-    # Specify input files.
-    filters input {
-      #                       WORK FILE  .method.  SOURCE
-                 '*' .copydir. "@[INPUTS]/gfs_2012010100_common/"
-                 '*' .copydir. "@[INPUTS]/tests/@[TEST_NAME]/"
-      'atm_namelist' .atparse. "@[INPUTS]/tests/@[TEST_NAME]/atm_namel=
ist"
-          'grid_ini'   .link.  "@[gfs_slg%COM]/sigf24"
-           'sig_ini'   .link.  "@[gfs_slg%COM]/sigf24"
-           'sfc_ini'   .link.  "@[gfs_slg%COM]/sfcf24"
-           'nst_ini'   .link.  "@[gfs_slg%COM]/nstf24"
-           'SIG.F30'   .link.  "sigf30"
-           'SFC.F30'   .link.  "sfcf30"
-           'FLX.F30'   .link.  "flxf30"
-           'SIG.F36'   .link.  "sigf36"
-           'SFC.F36'   .link.  "sfcf36"
-           'FLX.F36'   .link.  "flxf36"
-           'SIG.F42'   .link.  "sigf42"
-           'SFC.F42'   .link.  "sfcf42"
-           'FLX.F42'   .link.  "flxf42"
-           'SIG.F48'   .link.  "sigf48"
-           'SFC.F48'   .link.  "sfcf48"
-           'FLX.F48'   .link.  "flxf48"
-   'model_configure'   .link.  "atm_namelist.rc"
-           'fort.48'   .link.  "@[fix_am]/global_o3clim.txt"
-      'orography_uf'   .link.  "@[fix_am]/global_orography_uf.t62.192.=
94.grb"
-         'orography'   .link.  "@[fix_am]/global_orography.t62.grb"
-           'fort.28'   .link.  "@[fix_am]/global_o3prdlos.f77"
-           'fort.29'   .link.  "@[fix_am]/global_h2o_pltc.f77"
-           'fort.15'   .link.  "@[fix_am]/global_co2con.l64.f77"
-           'fort.24'   .link.  "@[fix_am]/global_mtnvar.t62.f77"
-    }
-
-    # Specify output files:
-    criteria output {
-      # WORKFILE .comparison. TARGET
-            'sigf30' .bitcmp. "@[CNTL]"
-            'sfcf30' .bitcmp. "@[CNTL]"
-            'flxf30' .bitcmp. "@[CNTL]"
-            'sigf48' .bitcmp. "@[CNTL]"
-            'sfcf48' .bitcmp. "@[CNTL]"
-            'flxf48' .bitcmp. "@[CNTL]"
-    }
-
-    spawn execute {
-        {"@[gsm.x%target]", ranks=3D33, threads=3D1}
-    }
-}
-
-######################################################################=
##
-
-test gfs_slg_stochy: gsm.x {
-    use gsm_paths
-
-    TEST_DESCR=3D"Run SLG non-adiabatic test with NEMSIO and digital f=
ilter and stochastic physics from NEMSIO initial conditions"
-    CNTL_NAME=3D'GFS_SLG_STOCHY'
-
-    COM=3D"@[plat%COMrt]/@[TEST_NAME]"          # Test result area
-    RUNDIR_ROOT=3D"@[plat%TMPrt]"
-    RUNDIR=3D"@[RUNDIR_ROOT]/@[TEST_NAME]"      # Test work area
-    CNTL=3D"@[plat%BASELINE]/@[CNTL_NAME]"      # Control baseline are=
a
-    INPUTS=3D"@[plat%INPUTS]"                   # Test input data
-
-    FNALBC2=3D"@[fix_am]/global_albedo4.1x1.grb"
-    FNSMCC=3D"@[fix_am]/global_soilmgldas.t62.192.94.grb"
-    FNMSKH=3D"@[fix_am]/seaice_newland.grb"
-    FNVMNC=3D"@[fix_am]/global_shdmin.0.144x0.144.grb"
-    FNACNA=3D""
-    FNSOTC=3D"@[fix_gayno]/global_soiltype.1x1.grb"
-    FNVETC=3D"@[fix_am]/global_vegtype.1x1.grb"
-    FNVMXC=3D"@[fix_am]/global_shdmax.0.144x0.144.grb"
-    FNVEGC=3D"@[fix_am]/global_vegfrac.0.144.decpercent.grb"
-    FNABSC=3D"@[fix_am]/global_snoalb.1x1.grb"
-    FNZORC=3D"sib"
-    FNALBC=3D"@[fix_am]/global_albedo4.1x1.grb"
-    FNMXIC=3D"@[fix_am]/global_maxice.2x2.grb"
-    FNAISC=3D"@[fix_am]/CFSR.SEAICE.1982.2012.monthly.clim.grb"
-    FNTG3C=3D"@[fix_am]/global_tg3clim.2.6x1.5.grb"
-    FNTSFC=3D"@[fix_am]/RTGSST.1982.2012.monthly.clim.grb"
-    FNSLPC=3D"@[fix_am]/global_slope.1x1.grb"
-    FNTSFA=3D""
-    FNGLAC=3D"@[fix_am]/global_glacier.2x2.grb"
-    FNSNOA=3D""
-    FNSNOC=3D"@[fix_am]/global_snoclim.1.875.grb"
-
-    prep=3Dnems_regtest_prep(
-        RUNDIR=3D"@[RUNDIR]",modules=3D"@[gsm.x%modules.nems]",
-        CNTL=3D"@[CNTL]")
-
-    # Specify input files.
-    filters input {
-      #                       WORK FILE  .method.  SOURCE
-                 '*' .copydir. "@[INPUTS]/gfs_2012010100_common/"
-                 '*' .copydir. "@[INPUTS]/tests/@[TEST_NAME]/"
-      'atm_namelist' .atparse. "@[INPUTS]/tests/@[TEST_NAME]/atm_namel=
ist"
-          'grid_ini'   .link.  "gfsanl.2012010100"
-           'sig_ini'   .link.  "gfsanl.2012010100"
-           'sfc_ini'   .link.  "sfnanl.2012010100"
-     'SIG.F00:15:00'   .link.  "sigf00"
-     'SFC.F00:15:00'   .link.  "sfcf00"
-     'FLX.F00:15:00'   .link.  "flxf00"
-           'SIG.F01'   .link.  "sigf01"
-           'SFC.F01'   .link.  "sfcf01"
-           'FLX.F01'   .link.  "flxf01"
-           'SIG.F02'   .link.  "sigf02"
-           'SFC.F02'   .link.  "sfcf02"
-           'FLX.F02'   .link.  "flxf02"
-           'SIG.F03'   .link.  "sigf03"
-           'SFC.F03'   .link.  "sfcf03"
-           'FLX.F03'   .link.  "flxf03"
-           'SIG.F04'   .link.  "sigf04"
-           'SFC.F04'   .link.  "sfcf04"
-           'FLX.F04'   .link.  "flxf04"
-           'SIG.F05'   .link.  "sigf05"
-           'SFC.F05'   .link.  "sfcf05"
-           'FLX.F05'   .link.  "flxf05"
-           'SIG.F06'   .link.  "sigf06"
-           'SFC.F06'   .link.  "sfcf06"
-           'FLX.F06'   .link.  "flxf06"
-           'SIG.F07'   .link.  "sigf07"
-           'SFC.F07'   .link.  "sfcf07"
-           'FLX.F07'   .link.  "flxf07"
-           'SIG.F08'   .link.  "sigf08"
-           'SFC.F08'   .link.  "sfcf08"
-           'FLX.F08'   .link.  "flxf08"
-           'SIG.F09'   .link.  "sigf09"
-           'SFC.F09'   .link.  "sfcf09"
-           'FLX.F09'   .link.  "flxf09"
-           'SIG.F10'   .link.  "sigf10"
-           'SFC.F10'   .link.  "sfcf10"
-           'FLX.F10'   .link.  "flxf10"
-           'SIG.F11'   .link.  "sigf11"
-           'SFC.F11'   .link.  "sfcf11"
-           'FLX.F11'   .link.  "flxf11"
-           'SIG.F12'   .link.  "sigf12"
-           'SFC.F12'   .link.  "sfcf12"
-           'FLX.F12'   .link.  "flxf12"
-           'SIG.F18'   .link.  "sigf18"
-           'SFC.F18'   .link.  "sfcf18"
-           'FLX.F18'   .link.  "flxf18"
-           'SIG.F24'   .link.  "sigf24"
-           'SFC.F24'   .link.  "sfcf24"
-           'FLX.F24'   .link.  "flxf24"
-           'SIG.F30'   .link.  "sigf30"
-           'SFC.F30'   .link.  "sfcf30"
-           'FLX.F30'   .link.  "flxf30"
-           'SIG.F36'   .link.  "sigf36"
-           'SFC.F36'   .link.  "sfcf36"
-           'FLX.F36'   .link.  "flxf36"
-           'SIG.F42'   .link.  "sigf42"
-           'SFC.F42'   .link.  "sfcf42"
-           'FLX.F42'   .link.  "flxf42"
-           'SIG.F48'   .link.  "sigf48"
-           'SFC.F48'   .link.  "sfcf48"
-           'FLX.F48'   .link.  "flxf48"
-   'model_configure'   .link.  "atm_namelist.rc"
-           'fort.48'   .link.  "@[fix_am]/global_o3clim.txt"
-      'orography_uf'   .link.  "@[fix_am]/global_orography_uf.t62.192.=
94.grb"
-         'orography'   .link.  "@[fix_am]/global_orography.t62.grb"
-           'fort.28'   .link.  "@[fix_am]/global_o3prdlos.f77"
-           'fort.29'   .link.  "@[fix_am]/global_h2o_pltc.f77"
-           'fort.15'   .link.  "@[fix_am]/global_co2con.l64.f77"
-           'fort.24'   .link.  "@[fix_am]/global_mtnvar.t62.f77"
-    }
-
-    # Specify output files:
-    criteria output {
-      # WORKFILE .comparison. TARGET
-            'sigf00' .bitcmp. "@[CNTL]"
-            'sfcf00' .bitcmp. "@[CNTL]"
-            'flxf00' .bitcmp. "@[CNTL]"
-            'sigf01' .bitcmp. "@[CNTL]"
-            'sfcf01' .bitcmp. "@[CNTL]"
-            'flxf01' .bitcmp. "@[CNTL]"
-            'sigf24' .bitcmp. "@[CNTL]"
-            'sfcf24' .bitcmp. "@[CNTL]"
-            'flxf24' .bitcmp. "@[CNTL]"
-    }
-
-    spawn execute {
-        {"@[gsm.x%target]", ranks=3D33, threads=3D1}
-    }
-}
-
-######################################################################=
##
-
-test gfs_slg_t574: gsm.x {
-    use gsm_paths
-
-    TEST_DESCR=3D"Run T574 SLG non-adiabatic test with NEMSIO and digi=
tal filter from NEMSIO initial conditions"
-    CNTL_NAME=3D'GFS_SLG_T574'
-
-    COM=3D"@[plat%COMrt]/@[TEST_NAME]"          # Test result area
-    RUNDIR_ROOT=3D"@[plat%TMPrt]"
-    RUNDIR=3D"@[RUNDIR_ROOT]/@[TEST_NAME]"      # Test work area
-    CNTL=3D"@[plat%BASELINE]/@[CNTL_NAME]"      # Control baseline are=
a
-    INPUTS=3D"@[plat%INPUTS]"                   # Test input data
-
-    FNALBC2=3D"@[fix_am]/global_albedo4.1x1.grb"
-    FNSMCC=3D"@[fix_am]/global_soilmgldas.t574.1152.576.grb"
-    FNMSKH=3D"@[fix_am]/seaice_newland.grb"
-    FNVMNC=3D"@[fix_am]/global_shdmin.0.144x0.144.grb"
-    FNACNA=3D""
-    FNSOTC=3D"@[fix_gayno]/global_soiltype.1x1.grb"
-    FNVETC=3D"@[fix_am]/global_vegtype.1x1.grb"
-    FNVMXC=3D"@[fix_am]/global_shdmax.0.144x0.144.grb"
-    FNVEGC=3D"@[fix_am]/global_vegfrac.0.144.decpercent.grb"
-    FNABSC=3D"@[fix_am]/global_snoalb.1x1.grb"
-    FNZORC=3D"sib"
-    FNALBC=3D"@[fix_am]/global_albedo4.1x1.grb"
-    FNMXIC=3D"@[fix_am]/global_maxice.2x2.grb"
-    FNAISC=3D"@[fix_am]/CFSR.SEAICE.1982.2012.monthly.clim.grb"
-    FNTG3C=3D"@[fix_am]/global_tg3clim.2.6x1.5.grb"
-    FNTSFC=3D"@[fix_am]/RTGSST.1982.2012.monthly.clim.grb"
-    FNSLPC=3D"@[fix_am]/global_slope.1x1.grb"
-    FNTSFA=3D""
-    FNGLAC=3D"@[fix_am]/global_glacier.2x2.grb"
-    FNSNOA=3D""
-    FNSNOC=3D"@[fix_am]/global_snoclim.1.875.grb"
-
-    prep=3Dnems_regtest_prep(
-        RUNDIR=3D"@[RUNDIR]",modules=3D"@[gsm.x%modules.nems]",
-        CNTL=3D"@[CNTL]")
-
-    # Specify input files.
-    filters input {
-      #                       WORK FILE  .method.  SOURCE
-                 '*' .copydir. "@[INPUTS]/gfs_2012010100_common/"
-                 '*' .copydir. "@[INPUTS]/tests/@[TEST_NAME]/"
-      'atm_namelist' .atparse. "@[INPUTS]/tests/@[TEST_NAME]/atm_namel=
ist"
-          'grid_ini'   .link.  "gfsanl.2012102400"
-           'sig_ini'   .link.  "gfsanl.2012102400"
-           'sfc_ini'   .link.  "sfnanl.2012102400"
-     'SIG.F00:10:00'   .link.  "sigf00"
-     'SFC.F00:10:00'   .link.  "sfcf00"
-     'FLX.F00:10:00'   .link.  "flxf00"
-           'SIG.F06'   .link.  "sigf06"
-           'SFC.F06'   .link.  "sfcf06"
-           'FLX.F06'   .link.  "flxf06"
-           'SIG.F12'   .link.  "sigf12"
-           'SFC.F12'   .link.  "sfcf12"
-           'FLX.F12'   .link.  "flxf12"
-           'SIG.F18'   .link.  "sigf18"
-           'SFC.F18'   .link.  "sfcf18"
-           'FLX.F18'   .link.  "flxf18"
-           'SIG.F24'   .link.  "sigf24"
-           'SFC.F24'   .link.  "sfcf24"
-           'FLX.F24'   .link.  "flxf24"
-   'model_configure'   .link.  "atm_namelist.rc"
-           'fort.48'   .link.  "@[fix_am]/global_o3clim.txt"
-      'orography_uf'   .link.  "@[fix_am]/global_orography_uf.t574.115=
2.576.grb"
-         'orography'   .link.  "@[fix_am]/global_orography.t574.1152.5=
76.grb"
-           'fort.28'   .link.  "@[fix_am]/global_o3prdlos.f77"
-           'fort.29'   .link.  "@[fix_am]/global_h2o_pltc.f77"
-           'fort.15'   .link.  "@[fix_am]/global_co2con.l64.f77"
-           'fort.24'   .link.  "@[fix_am]/global_mtnvar.t574.f77"
-    }
-
-    # Specify output files:
-    criteria output {
-      # WORKFILE .comparison. TARGET
-            'sigf00' .bitcmp. "@[CNTL]"
-            'sfcf00' .bitcmp. "@[CNTL]"
-            'flxf00' .bitcmp. "@[CNTL]"
-           'SIG.F06' .bitcmp. "@[CNTL]"
-           'SFC.F06' .bitcmp. "@[CNTL]"
-           'FLX.F06' .bitcmp. "@[CNTL]"
-           'SIG.F12' .bitcmp. "@[CNTL]"
-           'SFC.F12' .bitcmp. "@[CNTL]"
-           'FLX.F12' .bitcmp. "@[CNTL]"
-            'sigf24' .bitcmp. "@[CNTL]"
-            'sfcf24' .bitcmp. "@[CNTL]"
-            'flxf24' .bitcmp. "@[CNTL]"
-    }
-
-    spawn execute {
-        {"@[gsm.x%target]", ranks=3D96, threads=3D1, ppn=3D8}
-    }
-}
-
-######################################################################=
##
-
-test gfs_gocart_nemsio: gsm_gocart.x {
-    use gsm_paths
-
-    TEST_DESCR=3D"GFS_GOCART with NEMSIO"
-    CNTL_NAME=3D'GFS_GOCART_NEMSIO'
-
-    COM=3D"@[plat%COMrt]/@[TEST_NAME]"          # Test result area
-    RUNDIR_ROOT=3D"@[plat%TMPrt]"
-    RUNDIR=3D"@[RUNDIR_ROOT]/@[TEST_NAME]"      # Test work area
-    CNTL=3D"@[plat%BASELINE]/@[CNTL_NAME]"      # Control baseline are=
a
-    INPUTS=3D"@[plat%INPUTS]"                   # Test input data
-
-    FNABSC=3D"@[fix_am]/global_snoalb.1x1.grb"
-    FNSMCC=3D"@[fix_am]/global_soilmgldas.t126.384.190.grb"
-    FNMSKH=3D"@[fix_am]/seaice_newland.grb"
-    FNVMNC=3D"@[fix_am]/global_shdmin.0.144x0.144.grb"
-    FNACNA=3D""
-    FNSOTC=3D"@[fix_gayno]/global_soiltype.1x1.grb"
-    FNVETC=3D"@[fix_am]/global_vegtype.1x1.grb"
-    FNVMXC=3D"@[fix_am]/global_shdmax.0.144x0.144.grb"
-    FNVEGC=3D"@[fix_am]/global_vegfrac.0.144.decpercent.grb"
-    FNZORC=3D"sib"
-    FNALBC=3D"@[fix_am]/global_albedo4.1x1.grb"
-    FNMXIC=3D"@[fix_am]/global_maxice.2x2.grb"
-    FNAISC=3D"@[fix_am]/CFSR.SEAICE.1982.2012.monthly.clim.grb"
-    FNTG3C=3D"@[fix_am]/global_tg3clim.2.6x1.5.grb"
-    FNTSFC=3D"@[fix_am]/RTGSST.1982.2012.monthly.clim.grb"
-    FNSLPC=3D"@[fix_am]/global_slope.1x1.grb"
-    FNTSFA=3D""
-    FNGLAC=3D"@[fix_am]/global_glacier.2x2.grb"
-    FNSNOA=3D""
-    FNSNOC=3D"@[fix_am]/global_snoclim.1.875.grb"
-
-    prep=3Dnems_regtest_prep(
-        RUNDIR=3D"@[RUNDIR]",modules=3D"@[gsm_gocart.x%modules.nems]",
-        CNTL=3D"@[CNTL]")
-
-    # Specify input files.
-    filters input {
-      #   WORK FILE  .method.  SOURCE
-                 '*' .copydir. "@[INPUTS]/gfs_2012010100_common/"
-                 '*' .copydir. "@[INPUTS]/tests/@[TEST_NAME]/"
-          'ngac_fix'   .link.  "@[ngac_fix]"
-      'atm_namelist' .atparse. "@[INPUTS]/tests/@[TEST_NAME]/atm_namel=
ist"
-             "GRDR1"   .link.  "grdr1"
-             "GRDR2"   .link.  "grdr2"
-              "NSTR"   .link.  "nstr"
-     'SIG.F00:07:30'   .link.  "ngac.t00z.sigf00"
-     'NST.F00:07:30'   .link.  "ngac.t00z.nstf00"
-     'G3D.F00:07:30'   .link.  "ngac.t00z.g3df00"
-     'D3D.F00:07:30'   .link.  "ngac.t00z.d3df00"
-     'SFC.F00:07:30'   .link.  "ngac.t00z.sfcf00"
-     'FLX.F00:07:30'   .link.  "ngac.t00z.flxf00"
-     'AER.F00:07:30'   .link.  "ngac.t00z.aerf00"
-           'SIG.F03'   .link.  "ngac.t00z.sigf03"
-           'NST.F03'   .link.  "ngac.t00z.nstf03"
-           'G3D.F03'   .link.  "ngac.t00z.g3df03"
-           'D3D.F03'   .link.  "ngac.t00z.d3df03"
-           'SFC.F03'   .link.  "ngac.t00z.sfcf03"
-           'FLX.F03'   .link.  "ngac.t00z.flxf03"
-           'AER.F03'   .link.  "ngac.t00z.aerf03"
-           'SIG.F06'   .link.  "ngac.t00z.sigf06"
-           'NST.F06'   .link.  "ngac.t00z.nstf06"
-           'G3D.F06'   .link.  "ngac.t00z.g3df06"
-           'D3D.F06'   .link.  "ngac.t00z.d3df06"
-           'SFC.F06'   .link.  "ngac.t00z.sfcf06"
-           'FLX.F06'   .link.  "ngac.t00z.flxf06"
-           'AER.F06'   .link.  "ngac.t00z.aerf06"
-           'SIG.F09'   .link.  "ngac.t00z.sigf09"
-           'NST.F09'   .link.  "ngac.t00z.nstf09"
-           'G3D.F09'   .link.  "ngac.t00z.g3df09"
-           'D3D.F09'   .link.  "ngac.t00z.d3df09"
-           'SFC.F09'   .link.  "ngac.t00z.sfcf09"
-           'FLX.F09'   .link.  "ngac.t00z.flxf09"
-           'AER.F09'   .link.  "ngac.t00z.aerf09"
-           'SIG.F12'   .link.  "ngac.t00z.sigf12"
-           'NST.F12'   .link.  "ngac.t00z.nstf12"
-           'G3D.F12'   .link.  "ngac.t00z.g3df12"
-           'D3D.F12'   .link.  "ngac.t00z.d3df12"
-           'SFC.F12'   .link.  "ngac.t00z.sfcf12"
-           'FLX.F12'   .link.  "ngac.t00z.flxf12"
-           'AER.F12'   .link.  "ngac.t00z.aerf12"
-           'SIG.F15'   .link.  "ngac.t00z.sigf15"
-           'NST.F15'   .link.  "ngac.t00z.nstf15"
-           'G3D.F15'   .link.  "ngac.t00z.g3df15"
-           'D3D.F15'   .link.  "ngac.t00z.d3df15"
-           'SFC.F15'   .link.  "ngac.t00z.sfcf15"
-           'FLX.F15'   .link.  "ngac.t00z.flxf15"
-           'AER.F15'   .link.  "ngac.t00z.aerf15"
-           'SIG.F18'   .link.  "ngac.t00z.sigf18"
-           'NST.F18'   .link.  "ngac.t00z.nstf18"
-           'G3D.F18'   .link.  "ngac.t00z.g3df18"
-           'D3D.F18'   .link.  "ngac.t00z.d3df18"
-           'SFC.F18'   .link.  "ngac.t00z.sfcf18"
-           'FLX.F18'   .link.  "ngac.t00z.flxf18"
-           'AER.F18'   .link.  "ngac.t00z.aerf18"
-           'SIG.F21'   .link.  "ngac.t00z.sigf21"
-           'NST.F21'   .link.  "ngac.t00z.nstf21"
-           'G3D.F21'   .link.  "ngac.t00z.g3df21"
-           'D3D.F21'   .link.  "ngac.t00z.d3df21"
-           'SFC.F21'   .link.  "ngac.t00z.sfcf21"
-           'FLX.F21'   .link.  "ngac.t00z.flxf21"
-           'AER.F21'   .link.  "ngac.t00z.aerf21"
-           'SIG.F24'   .link.  "ngac.t00z.sigf24"
-           'NST.F24'   .link.  "ngac.t00z.nstf24"
-           'G3D.F24'   .link.  "ngac.t00z.g3df24"
-           'D3D.F24'   .link.  "ngac.t00z.d3df24"
-           'SFC.F24'   .link.  "ngac.t00z.sfcf24"
-           'FLX.F24'   .link.  "ngac.t00z.flxf24"
-           'AER.F24'   .link.  "ngac.t00z.aerf24"
-   'model_configure'   .link.  "atm_namelist.rc"
-           'fort.48'   .link.  "@[fix_am]/global_o3clim.txt"
-      'orography_uf'   .link.  "@[fix_am]/global_orography_uf.t126.384=
.190.grb"
-         'orography'   .link.  "@[fix_am]/global_orography.t126.grb"
-           'fort.28'   .link.  "@[fix_am]/global_o3prdlos.f77"
-           'fort.29'   .link.  "@[fix_am]/global_h2o_pltc.f77"
-           'fort.15'   .link.  "@[fix_am]/global_co2con.l64.f77"
-           'fort.24'   .link.  "@[fix_am]/global_mtnvar.t126.f77"
-    }
-
-    # Specify output files:
-    criteria output {
-      # WORKFILE .comparison. TARGET
-  'ngac.t00z.gfsanl' .bitcmp. "@[CNTL]"
-  'ngac.t00z.sfnanl' .bitcmp. "@[CNTL]"
-  'ngac.t00z.sigf00' .bitcmp. "@[CNTL]"
-  'ngac.t00z.sfcf00' .bitcmp. "@[CNTL]"
-  'ngac.t00z.aerf00' .bitcmp. "@[CNTL]"
-  'ngac.t00z.sigf03' .bitcmp. "@[CNTL]"
-  'ngac.t00z.sfcf03' .bitcmp. "@[CNTL]"
-  'ngac.t00z.aerf03' .bitcmp. "@[CNTL]"
-  'ngac.t00z.sigf06' .bitcmp. "@[CNTL]"
-  'ngac.t00z.sfcf06' .bitcmp. "@[CNTL]"
-  'ngac.t00z.aerf06' .bitcmp. "@[CNTL]"
-  'ngac.t00z.sigf12' .bitcmp. "@[CNTL]"
-  'ngac.t00z.sfcf12' .bitcmp. "@[CNTL]"
-  'ngac.t00z.aerf12' .bitcmp. "@[CNTL]"
-  'ngac.t00z.sigf24' .bitcmp. "@[CNTL]"
-  'ngac.t00z.sfcf24' .bitcmp. "@[CNTL]"
-  'ngac.t00z.aerf24' .bitcmp. "@[CNTL]"
-#  'ngac.t00z.flxf03' .bitcmp. "@[CNTL]"
-#  'ngac.t00z.flxf06' .bitcmp. "@[CNTL]"
-#  'ngac.t00z.flxf12' .bitcmp. "@[CNTL]"
-#  'ngac.t00z.flxf00' .bitcmp. "@[CNTL]"
-#  'ngac.t00z.flxf24' .bitcmp. "@[CNTL]"
-    }
-
-    spawn execute {
-        {"@[gsm_gocart.x%target]", ranks=3D64, threads=3D1}
-    }
-}
-
Index: checkout/tests/build.input
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/tests/build.input=09(revision 84674)
+++ checkout/tests/build.input=09(nonexistent)
@@ -1,18 +0,0 @@
-embed bash rt.sh_build(NEMS.x,modules.nems,ESMF_VER,
-                        MACHINE_ID=3D"@[plat%MACHINE_ID]",NEMS_VER)
-[[[
-        mkdir -p "@[plat%EXECrt]" "@[plat%INCrt]"
-        rm -f "@[NEMS.x]" "@[modules.nems]"
-        cd @[plat%SRCnems]
-        ./configure @[ESMF_VER]_@[MACHINE_ID]
-        cp -fp conf/modules.nems "@[modules.nems]"
-        source "@[modules.nems]"
-        module list
-        gmake clean
-        gmake $NEMS_VER J=3D-j2
-        cp -fp ../exe/NEMS.x "@[NEMS.x]"
-]]]
-
-# NOTE: The above text must have $NEMS_VER, not @[NEMS_VER] or
-# "$NEMS_VER" to ensure it is not quoted.  Any shell metacharacters,
-# such as spaces, should be interpreted
\ No newline at end of file
Index: checkout/tests/all.input
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/tests/all.input=09(revision 84674)
+++ checkout/tests/all.input=09(nonexistent)
@@ -1,54 +0,0 @@
-load 'gsm.input'
-load 'nmm.input'
-
-
-run nmm_cntrl              @ nmm, standard, baseline
-run nmm_nemsio             @ nmm
-run nmm_rest               @ nmm
-run nmm_rest_nio           @ nmm, standard
-run nmm_decomp             @ nmm, standard
-run nmm_thread             @ nmm, standard
-run nmm_reg_ctl            @ nmm,           baseline
-run nmm_reg_nemsio         @ nmm, standard
-run nmm_reg_rst            @ nmm, standard
-run nmm_reg_rst_nio        @ nmm
-run nmm_reg_decomp         @ nmm
-run nmm_reg_thread         @ nmm
-run nmm_reg_sel_phy        @ nmm,           baseline
-run nmm_reg_spec_adv       @ nmm,           baseline
-run nmm_reg_spec_adv_rst   @ nmm
-run nmm_reg_wsm6_gfdl      @ nmm,           baseline
-run nmm_reg_wsm6_rrtm      @ nmm,           baseline
-run nmm_reg_sas_zhao       @ nmm,           baseline
-run nmm_reg_thomp          @ nmm,           baseline
-run nmm_reg_hur            @ nmm,           baseline
-run nmm_reg_pcpadj         @ nmm,           baseline
-run nmm_reg_timesr         @ nmm,           baseline
-run nmm_nests              @ nmm,           baseline
-run nmm_nest_rest          @ nmm, standard
-run nmm_reg_filt           @ nmm,           baseline
-run nmm_reg_filt_zombie    @ nmm,           baseline
-run nmm_mvg_nests          @ nmm,           baseline
-run nmm_mvg_nests_restart  @ nmm
-run nmm_mvg_nests_gens     @ nmm
-run nmm_2way_nests         @ nmm,           baseline
-run nmm_2way_nests_restart @ nmm
-run nmm_reg_rst_nio_debug  @ nmm, standard
-run nmm_reg_rst_debug      @ nmm, standard
-run nmm_reg_ctl_debug      @ nmm, standard
-run nmm_2way_nests_debug   @ nmm, standard
-
-
-run gfs_eulerian           @ gfs, standard, baseline
-run wam_gh_l150            @ gfs, standard, baseline, wam
-run wam_gh_l150_nemsio     @ gfs, standard, baseline, wam
-run gfs_slg                @ gfs, standard, baseline
-run gfs_slg_48pe           @ gfs, standard, baseline
-run gfs_slg_adiabatic      @ gfs, standard, baseline
-run gfs_slg_land           @ gfs, standard, baseline
-run gfs_slg_nsst           @ gfs, standard, baseline
-run gfs_slg_rsthst         @ gfs, standard, baseline
-run gfs_slg_stochy         @ gfs, standard, baseline
-run gfs_slg_t574           @ gfs, standard, baseline
-run gfs_gocart_nemsio      @ gfs, standard, baseline, gocart
-
Index: checkout/tests/platforms.input
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/tests/platforms.input=09(revision 84674)
+++ checkout/tests/platforms.input=09(nonexistent)
@@ -1,243 +0,0 @@
-# DEFAULTS VALUES OVERRIDDEN BY PLATFORMS
-
-platform.defaults=3D{
-    BUILD_WALLTIME=3D3600 # Wallclock limit in seconds for build jobs
-    DEFAULT_TEST_WALLTIME=3D1800 # Default wallclock limit in seconds =
for test jobs
-
-    SRCnems=3D"@[HOMEnems]/NEMS/src"
-    PARMnems=3D"@[HOMEnems]/NEMS/tests"
-
-    SRCrt=3D"@[HOMErt]/src"
-    EXECrt=3D"@[HOMErt]/exec"
-    INCrt=3D"@[HOMErt]/include"
-
-    # The TMPrt is the scrub area for running regression tests.
-    TMPrt=3D"@[RT_SCRATCH_DIR]/tmp"
-
-    # The COMrt is the output area for files to be verified.
-    COMrt=3D"@[HOMErt]/com"
-
-    # NMM_DATA is the general NMM input directory, with files common
-    # to all NMM configurations.
-    NMM_DATA=3D"@[INPUTS]/data"   # NMM regression test inputs
-
-    # The BASELINE directory contains the "last known good" baseline
-    # to compare to COMrt in verification mode.  In baseline mode,
-    # files are installed to the BASELINE directory, and this variable
-    # is overridden with some temporary directory.
-    BASELINE=3D"@[INPUTS]" # Baseline input or output directory
-}
-
-
-######################################################################=
##
-
-# NMM COMPONENT RESOURCES PER PLATFORM
-
-nmm.nothreads=3D{
-  nmm_dflt=3D{ TASKS=3D48, OpenMPThreads=3D1, INPES=3D"05", JNPES=3D"0=
9", WTPG=3D3 }
-  nmm_thrd=3D{ TASKS=3D48, OpenMPThreads=3D1, INPES=3D"05", JNPES=3D'0=
9', WTPG=3D3,=20
-             ThreadPPN=3D"@[plat%cores_per_node]" }
-  nmm_nest=3D{ TASKS=3D96, OpenMPThreads=3D1, INPES=3D"02", JNPES=3D"0=
2", WTPG=3D1 }
-  nmm_fltr=3D{ TASKS=3D64, OpenMPThreads=3D1, INPES=3D'02', JNPES=3D'0=
2', WTPG=3D1 }
-  nmm_mvg1=3D{ TASKS=3D96, OpenMPThreads=3D1, INPES=3D'05', JNPES=3D'0=
7', WTPG=3D1 }
-  nmm_mvg2=3D{ TASKS=3D96, OpenMPThreads=3D1, INPES=3D'05', JNPES=3D'1=
8', WTPG=3D2 }
-}
-
-nmm.threaded.wcoss1=3D{
-  nmm_dflt=3D{ TASKS=3D32, OpenMPThreads=3D1, INPES=3D'05', JNPES=3D'0=
6', WTPG=3D2 }
-  nmm_thrd=3D{ TASKS=3D16, OpenMPThreads=3D2, INPES=3D'03', JNPES=3D'0=
5', WTPG=3D1,=20
-             ThreadPPN=3D"8" }
-  nmm_nest=3D{ TASKS=3D96, OpenMPThreads=3D1, INPES=3D'02', JNPES=3D'0=
2', WTPG=3D1 }
-  nmm_fltr=3D{ TASKS=3D64, OpenMPThreads=3D1, INPES=3D'02', JNPES=3D'0=
2', WTPG=3D1 }
-  nmm_mvg1=3D{ TASKS=3D96, OpenMPThreads=3D1, INPES=3D'05', JNPES=3D'0=
7', WTPG=3D1 }
-  nmm_mvg2=3D{ TASKS=3D96, OpenMPThreads=3D1, INPES=3D'05', JNPES=3D'1=
8', WTPG=3D2 }
-}
-
-######################################################################=
##
-
-# WCOSS PLATFORMS
-
-wcoss.common=3D{   # Common resources for all WCOSSes
-    use platform.defaults
-    use nmm.threaded.wcoss1
-    MACHINE_ID=3D'wcoss'
-
-    HOMEnems=3DPWD_UP5
-    HOMErt=3DOUTPUT_PATH
-    BASELINE=3D"/nems/noscrub/emc.nemspara/REGRESSION_TEST"
-    BASELINE_TEMPLATE=3D"/nems/noscrub/emc.nemspara/REGRESSION_TEST_ba=
selines"
-    INPUTS=3D"@[BASELINE]"
-#    INPUTS=3D'/meso/noscrub/wx20rv/REGRESSION_TEST'
-}
-
-platform wcoss.phase1 {
-    use wcoss.common
-    CPU_ACCOUNT=3D'NAM-T2O'
-    pex=3D'1'
-    cores_per_node=3D32
-    MPI=3D'LSF'
-    SHORT_TEST_QUEUE=3D'&SHORTQ;'
-    LONG_TEST_QUEUE=3D'&LONGQ;'
-    BUILD_QUEUE=3D'&BUILDQ;'
-
-    embed bash detect [[[
-        # This function is used at PARSE TIME to detect whether we are
-        # on WCOSS Phase 1.  It must be very fast and low resource
-        # usage since the parser runs it.
-        if [[ -d /usrx && -d /global && -e /etc/redhat-release && \
-              -e /etc/prod ]] ; then
-            # We are on WCOSS Phase 1 or 2.
-            if ( ! cat /proc/cpuinfo |grep 'processor.*32' ) ; then
-                # Fewer than 32 fake (hyperthreading) cpus, so Phase 1=
.
-                exit 0
-            fi
-        fi
-        exit 1
-    ]]]
-
-    # ROCOTO SUPPORT -------------------------------------------------=
--
-    rocoto=3D{
-        install_dir=3D"@[HOMErt]"
-        log_dir=3D"@[TMPrt]/log"
-        scheduler=3D"lsf"
-        entities=3D[[[
-  <!ENTITY SHORTQ "dev">
-  <!ENTITY LONGQ "dev">
-  <!ENTITY BUILDQ "dev_shared">
-]]]
-        build_resources=3D[[[
-      <!-- Build job resources minus wallclock -->
-      <queue>@[BUILD_QUEUE]</queue>
-      <memory>4G</memory>
-      <cores>1</cores>
-      <native>-R 'affinity[core(1)]'</native>
-]]]
-        short_test_resources=3D[[[
-    <!-- Short test job -->
-    <queue>@[SHORT_TEST_QUEUE]</queue>
-    <memory></memory> <!-- Unlimited memory -->
-    <native>-a poe</native>
-]]]
-        long_test_resources=3D[[[
-    <!-- Long test job -->
-    <queue>@[LONG_TEST_QUEUE]</queue>
-    <memory></memory> <!-- Unlimited memory -->
-    <native>-a poe</native>
-]]]
-    }
-
-}
-
-platform wcoss.cray {
-    # FIXME: WCOSS CRAY SUPPORT DOES NOT WORK YET
-    use platform.defaults
-    use nmm.threaded.wcoss1
-    MACHINE_ID=3D'wcoss'
-    pex=3D'cray'
-    BUILD_QUEUE=3D'dev'
-    SHORT_TEST_QUEUE=3D'dev'
-    LONG_TEST_QUEUE=3D'dev'
-    MPI=3D'LSFCray'
-
-    # The *nems locations are in NEMS checkout areas.
-    HOMEnems=3D"FIXME"
-
-    # The *rt locations are auto-generated areas.
-    HOMErt=3D"FIXME"
-
-    # INPUTS is the input directory, which should contain fix and parm
-    # files, plus any restarts or other inputs.
-    INPUTS=3D"FIXME"
-
-    rocoto=3D{
-        ## FIXME: INSERT TEXT HERE
-    }
-
-    embed bash detect [[[
-        # This function is used at PARSE TIME to detect whether we are
-        # on WCOSS Cray.  It must be very fast and low resource usage
-        # since the parser runs it.
-        if [[ -d /gpfs/hps && -e /etc/SuSE-release && -d /usrx ]] ; th=
en
-            exit 0
-        fi
-        exit 1
-    ]]]
-}
-
-######################################################################=
##
-
-# THEIA SUPPORT
-
-platform theia {
-    use platform.defaults
-    use nmm.nothreads
-    MACHINE_ID=3D'theia' # Name of this platform.
-
-    MPI=3D'MPICH'
-
-    CPU_ACCOUNT=3D'nems'
-    BUILD_QUEUE=3D'&BUILDQ;' # Queue to use for compilation jobs
-    SHORT_TEST_QUEUE=3D'&SHORTQ;' # Queue to use for short test jobs
-    LONG_TEST_QUEUE=3D'&LONGQ;' # Queue to use for long test jobs
-
-    cores_per_node=3D24 # Number of cores per node on compute nodes
-
-    # The *nems locations are in NEMS checkout areas.
-    HOMEnems=3DPWD_UP5
-
-    # The *rt locations are auto-generated areas.
-    HOMErt=3DOUTPUT_PATH
-
-    # INPUTS is the input directory, which should contain fix and parm
-    # files, plus any restarts or other inputs.
-    BASELINE=3D"/scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION=
_TEST"
-    BASELINE_TEMPLATE=3D"/scratch4/NCEPDEV/nems/noscrub/emc.nemspara/R=
EGRESSION_TEST_baselines"
-    INPUTS=3D"@[BASELINE]"
-
-    # PLATFORM DETECTION ---------------------------------------------=
--
-    embed bash detect [[[
-        # This function is used at PARSE TIME to detect whether we are
-        # on NOAA Theia.  It must be very fast and low resource usage
-        # since the parser runs it.
-        if [[ -d /scratch3 && -d /scratch4 && -d /contrib ]] ; then
-            exit 0
-        fi
-        exit 1
-    ]]]
-
-    # ROCOTO SUPPORT -------------------------------------------------=
--
-    rocoto=3D{
-        install_dir=3D"@[HOMErt]"
-        log_dir=3D"@[TMPrt]/log"
-        scheduler=3D"moabtorque"
-        entities=3D[[[
-  <!ENTITY SHORTQ "batch">
-  <!ENTITY LONGQ "batch">
-  <!ENTITY BUILDQ "service">
-]]]
-        build_resources=3D[[[
-      <!-- Build job resources minus wallclock -->
-      <queue>@[BUILD_QUEUE]</queue>
-      <memory>4G</memory>
-      <cores>1</cores>
-]]]
-        short_test_resources=3D[[[
-    <!-- Short test job -->
-    <queue>@[SHORT_TEST_QUEUE]</queue>
-    <memory></memory> <!-- Unlimited memory -->
-]]]
-        long_test_resources=3D[[[
-    <!-- Long test job -->
-    <queue>@[LONG_TEST_QUEUE]</queue>
-    <memory></memory> <!-- Unlimited memory -->
-]]]
-    }
-
-}
-
-######################################################################=
##
-
-# Autodetection of available platforms.  Calls the "detect" function
-# from each of the listed platforms.
-
-autodetect plat (/ wcoss.phase1, theia /) # , wcoss.cray
Index: checkout/tests/nmm.input
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/tests/nmm.input=09(revision 84674)
+++ checkout/tests/nmm.input=09(nonexistent)
@@ -1,1117 +0,0 @@
-load 'platforms.input'
-load 'nemscommon.input'
-
-######################################################################=
##
-
-# NMM build targets:
-
-build nmm.x {
-    use plat
-    NEMS.x=3D"@[plat%EXECrt]/NEMS_nmm.x"
-    modules.nems=3D"@[plat%INCrt]/NEMS_nmm.x.modules"
-    target=3D"@[NEMS.x]"
-#    build=3Drt.sh_build(NEMS.x=3D"@[NEMS.x]",modules.nems=3D"@[module=
s.nems]",
-#        ESMF_VER=3D'nmmb_intel',NEMS_VER=3D'nmm')
-    build=3DNEMSAppBuilder(NEMS.x=3D"@[NEMS.x]",modules.nems=3D"@[modu=
les.nems]",
-                         OPTS=3D"app=3DNMM")
-}
-
-build nmm_post.x {
-    use plat
-    NEMS.x=3D"@[plat%EXECrt]/NEMS_nmm_post.x"
-    modules.nems=3D"@[plat%INCrt]/NEMS_nmm_post.x.modules"
-    target=3D"@[NEMS.x]"
-#    build=3Drt.sh_build(NEMS.x=3D"@[NEMS.x]",modules.nems=3D"@[module=
s.nems]",
-#        ESMF_VER=3D'nmmb_intel',NEMS_VER=3D'nmm')
-    build=3DNEMSAppBuilder(NEMS.x=3D"@[NEMS.x]",modules.nems=3D"@[modu=
les.nems]",
-                         OPTS=3D"app=3DNMM-POST")
-}
-
-build nmm.debug.x {
-    use plat
-    NEMS.x=3D"@[plat%EXECrt]/NEMS_nmm_debug.x"
-    modules.nems=3D"@[plat%INCrt]/NEMS_nmm_debug.x.modules"
-    target=3D"@[NEMS.x]"
-#    build=3Drt.sh_build(NEMS.x=3D"@[NEMS.x]",modules.nems=3D"@[module=
s.nems]",
-#        ESMF_VER=3D'nmmb_intel',NEMS_VER=3D'nmm DEBUG=3Don')
-    build=3DNEMSAppBuilder(NEMS.x=3D"@[NEMS.x]",modules.nems=3D"@[modu=
les.nems]",
-                         OPTS=3D"app=3DNMM-DEBUG")
-}
-
-######################################################################=
##
-
-# NMM variables used by many tests:
-
-nmm_vars=3D{
-    GBRG=3D'reg'          ,  NEMSI=3D'false'       , RSTRT=3D'false'
-    AFFN=3D'core'         ,  NODE=3D1
-    NCHILD=3D'0'          ,  MODE=3D'1-way'        , WGT=3D'0.0'
-    FCSTL=3D'48'
-    PCPFLG=3D'false'      ,  WPREC=3D'false'
-    TS=3D'false'
-    RADTN=3D'rrtm'        ,  CONVC=3D'bmj'         , TURBL=3D'myj'
-    NP3D=3D'3'            ,  CLDFRACTION=3D'default'
-    SFC_LAYER=3D'myj'     ,  LAND_SURFACE=3D'noah'
-    MICRO=3D'fer_hires'   ,  gfsP=3D'false'        , SPEC_ADV=3D'false=
'
-}
-
-nmm_uncoupled=3D{
-    atm_model=3D'nmm'
-    nems_configure=3D'atm_nostep'
-}
-
-nmm_aliases=3D{
-    wrtdopost=3D"@[WRITE_DOPOST]"
-    postgrbvs=3D"@[POST_GRIBVERSION]"
-    coupling_interval_fast_sec=3D"@[med_atm_coupling_interval_sec]"
-}
-
-nmm_vars_global=3D{
-    use plat%nmm_dflt
-    use nems_vars
-    use common_vars
-    use nmm_vars
-    use nmm_aliases
-    use nmm_uncoupled
-    GBRG=3D"glob"
-    CNTL_NAME=3D'NMMB_glob'
-}
-
-nmm_vars_regional=3D{
-    use plat%nmm_dflt
-    use nems_vars
-    use common_vars
-    use nmm_vars
-    use nmm_aliases
-    use nmm_uncoupled
-    GBRG=3D"reg"
-    CNTL_NAME=3D'NMMB_reg'
-    CONF=3D"@[plat%PARMnems]"          # Configuration files (NEMS/tes=
ts)
-}
-
-nmm_vars_nests=3D{
-    use plat%nmm_nest
-    use nems_vars
-    use common_vars
-    use nmm_vars
-    use nmm_aliases
-    use nmm_uncoupled
-    GBRG=3D"nests"
-    CNTL_NAME=3D'NMMB_nests'
-    CONF=3D"@[plat%PARMnems]"          # Configuration files (NEMS/tes=
ts)
-}
-
-nmm_vars_fltr=3D{
-    use plat%nmm_fltr
-    use nems_vars
-    use common_vars
-    use nmm_vars
-    use nmm_aliases
-    use nmm_uncoupled
-    GBRG=3D"fltr"
-    CNTL_NAME=3D'NMMB_reg_filt'
-    CONF=3D"@[plat%PARMnems]"          # Configuration files (NEMS/tes=
ts)
-}
-
-nmm_vars_mvg=3D{
-    use plat%nmm_mvg1
-    use nems_vars
-    use common_vars
-    use nmm_vars
-    use nmm_aliases
-    use nmm_uncoupled
-    GBRG=3D"mnests"
-    CNTL_NAME=3D'NMMB_mvg_nests'
-    CONF=3D"@[plat%PARMnems]"          # Configuration files (NEMS/tes=
ts)
-}
-
-nmm_vars_2way=3D{
-    use plat%nmm_mvg2
-    use nems_vars
-    use common_vars
-    use nmm_vars
-    use nmm_aliases
-    use nmm_uncoupled
-    GBRG=3D"mnests_2way"
-    CNTL_NAME=3D'NMMB_2way_nests'
-    CONF=3D"@[plat%PARMnems]"          # Configuration files (NEMS/tes=
ts)
-}
-
-######################################################################=
##
-
-# NMM Tests:
-
-# NMM GLOBAL ---------------------------------------------------------=
--
-
-# nmm_cntrl test
-test nmm_cntrl: nmm.x {
-    use nmm_vars_global
-
-    # Convenience variables:
-    RUNDIR_ROOT=3D"@[plat%TMPrt]"
-    RUNDIR=3D"@[RUNDIR_ROOT]/@[TEST_NAME]"
-    TEST_DESCR=3D"Compare NMMB-global results with previous trunk vers=
ion"
-    CNTL=3D"@[plat%BASELINE]/@[CNTL_NAME]"      # Control baseline are=
a
-    TEST_IN=3D"@[plat%INPUTS]/@[CNTL_NAME]"   # Test-specific input da=
ta
-    COM=3D"@[plat%COMrt]/@[TEST_NAME]"
-
-    criteria output {
-        #    NEMS.x output file --------- comparison - control file or=
 dir
-        "nmmb_hst_01_bin_0000h_00m_00.00s" .bitcmp. "@[CNTL]"
-=09"nmmb_hst_01_bin_0024h_00m_00.00s" .bitcmp. "@[CNTL]"
-=09"nmmb_hst_01_bin_0048h_00m_00.00s" .bitcmp. "@[CNTL]"
-=09"nmmb_hst_01_nio_0000h_00m_00.00s" .bitcmp. "@[CNTL]"
-=09"nmmb_hst_01_nio_0024h_00m_00.00s" .bitcmp. "@[CNTL]"
-=09"nmmb_hst_01_nio_0048h_00m_00.00s" .bitcmp. "@[CNTL]"
-=09"nmmb_rst_01_bin_0024h_00m_00.00s" .bitcmp. "@[CNTL]"
-=09"nmmb_rst_01_nio_0024h_00m_00.00s" .bitcmp. "@[CNTL]"
-    }
-
-    # The prep is run at the top of any job.  It should do such things
-    # like making directories and loading modules.
-    prep=3Dnems_regtest_prep(
-        RUNDIR=3D"@[RUNDIR]",modules=3D"@[nmm.x%modules.nems]",
-        CNTL=3D"@[CNTL]")
-
-    # The execute step runs the program:
-    spawn execute {
-        { "@[nmm.x%NEMS.x]", ranks=3D"@[TASKS]", threads=3D"@[OpenMPTh=
reads]" }
-    }
-
-    filters input {
-        # work file         operation   input file
-     "input_domain_01"        .copy. "@[TEST_IN]/test_input_nmmb_globa=
l"
-     "input_domain_01_nemsio" .copy. "@[TEST_IN]/test_input_nmmb_globa=
l.nemsio"
-     "GWD_bin_01"             .copy. "@[TEST_IN]/GWD_bin_01"
-
-     "nems.configure"      .atparse. "@[CONF]/nems.configure.@[nems_co=
nfigure].IN"
-     "atmos.configure"     .atparse. "@[CONF]/atmos.configure_nmm"
-
-     "configure_file_01"   .atparse. "@[CONF]/nmm_conf/nmm_@[GBRG]_con=
f.IN"
-     "model_configure"        .copy. "configure_file_01"
-
-     "*"                   .copydir. "@[plat%NMM_DATA]"
-
-     "VEGPARM.TBL"            .copy. "IGBP_VEGPARM.TBL"
-     "LANDUSE.TBL"            .copy. "IGBP_LANDUSE.TBL"
-     "ETAMPNEW_DATA"          .copy. "ETAMPNEW_DATA.expanded_rain"
-     "fort.28"                .link. "global_o3prdlos.f77"
-     "fort.48"                .link. "global_o3clim.txt"
-
-     "solver_state.txt"       .copy. "@[plat%PARMnems]/solver_state.tx=
t"
-     "nests.txt"              .copy. "@[plat%PARMnems]/nests.txt"
-    }
-}
-
-test nmm_nemsio: nmm.x {
-    use nmm_cntrl
-    NEMSI=3D"true"
-    TEST_DESCR=3D"Test NMMB-global NEMSIO as input file"
-    criteria output {
-        #    NEMS.x output file --------- comparison - control file or=
 dir
-        'nmmb_hst_01_bin_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_bin_0048h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0048h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_01_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_01_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-    }
-}
-
-test nmm_rest: nmm_cntrl, nmm.x {
-    use nmm_cntrl
-    RSTRT=3D"true"
-    TEST_DESCR=3D"Test NMMB-global restart run"
-    filters input {
-        use nmm_cntrl%input
-        "configure_file_01"   .atparse. "@[CONF]/nmm_conf/nmm_@[GBRG]_=
conf.IN"
-        "model_configure"        .copy. "configure_file_01"
-        "restart_file_01"        .copy. "@[TEST_IN]/nmmb_rst_01_bin_00=
24h_00m_00.00s"
-        "restart_file_01_nemsio" .copy. "@[TEST_IN]/nmmb_rst_01_nio_00=
24h_00m_00.00s"
-    }
-    criteria output {
-        #    NEMS.x output file --------- comparison - control file or=
 dir
-        "nmmb_hst_01_bin_0048h_00m_00.00s" .bitcmp. "@[CNTL]"
-    }
-}
-
-test nmm_rest_nio: nmm.x {
-    use nmm_cntrl
-    NEMSI=3D"true"
-    RSTRT=3D"true"
-    TEST_DESCR=3D"Test NMMB-global restart run from NEMSIO file"
-    filters input {
-        use nmm_cntrl%input
-        "configure_file_01"   .atparse. "@[CONF]/nmm_conf/nmm_@[GBRG]_=
conf.IN"
-        "model_configure"        .copy. "configure_file_01"
-        "restart_file_01_nemsio" .copy. "@[TEST_IN]/nmmb_rst_01_nio_00=
24h_00m_00.00s"
-    }
-    criteria output {
-        #    NEMS.x output file --------- comparison - control file or=
 dir
-=09"nmmb_hst_01_bin_0048h_00m_00.00s" .bitcmp. "@[CNTL]"
-    }
-}
-
-test nmm_decomp: nmm.x {
-    use nmm_cntrl
-    FCSTL=3D24
-    TEST_DESCR=3D"Test NMMB-global different decomposition"
-    criteria output {
-        #    NEMS.x output file --------- comparison - control file or=
 dir
-=09"nmmb_hst_01_bin_0000h_00m_00.00s" .bitcmp. "@[CNTL]"
-        "nmmb_hst_01_bin_0024h_00m_00.00s" .bitcmp. "@[CNTL]"
-        "nmmb_hst_01_nio_0000h_00m_00.00s" .bitcmp. "@[CNTL]"
-        "nmmb_hst_01_nio_0024h_00m_00.00s" .bitcmp. "@[CNTL]"
-    }
-}
-
-test nmm_thread: nmm.x {
-    use nmm_cntrl
-    use plat%nmm_thrd
-    TEST_DESCR=3D"Test NMMB-global threading"
-    # The execute step runs the program:
-    spawn execute {
-        { "@[nmm.x%NEMS.x]", ranks=3D"@[TASKS]", threads=3D"@[OpenMPTh=
reads]" }
-    }
-    criteria output {
-        #    NEMS.x output file --------- comparison - control file or=
 dir
-        'nmmb_hst_01_bin_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_bin_0048h_00m_00.00s' .bitcmp. "@[CNTL]"
-=09'nmmb_hst_01_nio_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0048h_00m_00.00s' .bitcmp. "@[CNTL]"
-=09'nmmb_rst_01_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_01_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-    }
-}
-
-# NMM REGIONAL -------------------------------------------------------=
--
-
-test nmm_reg_ctl: nmm.x {
-    use nmm_vars_regional
-    WPREC=3D'true'
-    CNTL_NAME=3D'NMMB_reg'
-    TEST_DESCR=3D"Compare NMMB-regional results with previous trunk ve=
rsion"
-
-    # Convenience variables:
-    COM=3D"@[plat%COMrt]/@[TEST_NAME]"
-    RUNDIR_ROOT=3D"@[plat%TMPrt]"
-    RUNDIR=3D"@[RUNDIR_ROOT]/@[TEST_NAME]"
-    CNTL=3D"@[plat%BASELINE]/@[CNTL_NAME]"      # Control baseline are=
a
-    REG_IN=3D"@[plat%INPUTS]/NMMB_reg"          # Regional input data
-
-    # The prep is run at the top of any job.  It should do such things
-    # like making directories and loading modules.
-    prep=3Dnems_regtest_prep(
-        RUNDIR=3D"@[RUNDIR]",modules=3D"@[nmm.x%modules.nems]",
-        CNTL=3D"@[CNTL]")
-
-    # The execute step runs the program:
-    spawn execute {
-        { "@[nmm.x%NEMS.x]", ranks=3D"@[TASKS]", threads=3D"@[OpenMPTh=
reads]" }
-    }
-
-    filters input {
-        # work file         operation   input file
-     "input_domain_01"        .copy. "@[REG_IN]/input_nmmb_regional.d0=
1"
-     "input_domain_01_nemsio" .copy. "@[REG_IN]/input_nmmb_regional.d0=
1_nemsio"
-     "GWD_bin_01"             .copy. "@[REG_IN]/GWD_bin_01"
-     "boco.*"              .copydir. "@[REG_IN]"
-
-     "nems.configure"      .atparse. "@[CONF]/nems.configure.@[nems_co=
nfigure].IN"
-     "atmos.configure"     .atparse. "@[CONF]/atmos.configure_nmm"
-
-     "configure_file_01"   .atparse. "@[CONF]/nmm_conf/nmm_@[GBRG]_con=
f.IN"
-     "model_configure"        .copy. "configure_file_01"
-
-     "*"                   .copydir. "@[plat%NMM_DATA]"
-
-     "VEGPARM.TBL"            .copy. "IGBP_VEGPARM.TBL"
-     "LANDUSE.TBL"            .copy. "IGBP_LANDUSE.TBL"
-     "ETAMPNEW_DATA"          .copy. "ETAMPNEW_DATA.expanded_rain"
-     "fort.28"                .link. "global_o3prdlos.f77"
-     "fort.48"                .link. "global_o3clim.txt"
-
-     "solver_state.txt"       .copy. "@[plat%PARMnems]/solver_state.tx=
t"
-     "nests.txt"              .copy. "@[plat%PARMnems]/nests.txt"
-    }
-
-    criteria output {
-        #    NEMS.x output file --------- comparison - control file or=
 dir
-        'nmmb_hst_01_bin_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-=09'nmmb_hst_01_bin_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-=09'nmmb_hst_01_bin_0048h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0048h_00m_00.00s' .bitcmp. "@[CNTL]"
-=09'nmmb_rst_01_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_01_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-=09'pcp.hr1.01.bin'                   .bitcmp. "@[CNTL]"
-        'pcp.hr2.01.bin'                   .bitcmp. "@[CNTL]"
-        'pcp.hr3.01.bin'                   .bitcmp. "@[CNTL]"
-        'pcp.hr4.01.bin'                   .bitcmp. "@[CNTL]"
-=09'pcp.hr5.01.bin'                   .bitcmp. "@[CNTL]"
-        'pcp.hr6.01.bin'                   .bitcmp. "@[CNTL]"
-        'pcp.hr7.01.bin'                   .bitcmp. "@[CNTL]"
-    }
-}
-
-test nmm_reg_ctl_debug: nmm.debug.x {
-    use nmm_reg_ctl
-    FCSTL=3D3
-    TEST_DESCR=3D"Compare NMMB-regional results with previous trunk ve=
rsion DEBUG"
-    # The execute step runs the program:
-    spawn execute {
-        { "@[nmm.debug.x%NEMS.x]", ranks=3D"@[TASKS]", threads=3D"@[Op=
enMPThreads]" }
-    }
-    criteria output {}
-}
-
-test nmm_reg_nemsio: nmm.x {
-    use nmm_reg_ctl
-    WPREC=3D'false'
-    CNTL_NAME=3D'NMMB_reg'
-    NEMSI=3D'true'
-    FCSTL=3D12
-    TEST_DESCR=3D"Test NMMB-regional NEMSIO as input file"
-
-    criteria output {
-        #    NEMS.x output file --------- comparison - control file or=
 dir
-        'nmmb_hst_01_bin_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_bin_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-    }
-}
-
-test nmm_reg_rst: nmm.x {
-    use nmm_reg_ctl
-    TEST_DESCR=3D"Test NMMB-regional restart run"
-    RSTRT=3D'true'
-    WPREC=3D'false'
-    filters input {
-        use nmm_reg_ctl%input
-        "configure_file_01"   .atparse. "@[CONF]/nmm_conf/nmm_@[GBRG]_=
conf.IN"
-        "model_configure"        .copy. "configure_file_01"
-        "restart_file_01"        .copy. "@[REG_IN]/nmmb_rst_01_bin_002=
4h_00m_00.00s"
-        "restart_file_01_nemsio" .copy. "@[REG_IN]/nmmb_rst_01_nio_002=
4h_00m_00.00s"
-    }
-    criteria output {
-        "nmmb_hst_01_bin_0048h_00m_00.00s" .bitcmp. "@[CNTL]"
-    }
-}
-
-test nmm_reg_rst_debug: nmm.debug.x {
-    use nmm_reg_rst
-    TEST_DESCR=3D"Test NMMB-regional restart run DEBUG"
-    FCSTL=3D27
-    spawn execute {
-        { "@[nmm.debug.x%NEMS.x]", ranks=3D"@[TASKS]", threads=3D"@[Op=
enMPThreads]" }
-    }
-    filters input {
-        use nmm_reg_rst%input
-        "configure_file_01"   .atparse. "@[CONF]/nmm_conf/nmm_@[GBRG]_=
conf.IN"
-        "model_configure"     .copy.    "configure_file_01"
-    }
-    criteria output {}
-}
-
-test nmm_reg_rst_nio: nmm.x {
-    use nmm_reg_rst
-    TEST_DESCR=3D"Test NMMB-regional restart run with NEMSIO file"
-    NEMSI=3D'true'
-}
-
-test nmm_reg_rst_nio_debug: nmm.debug.x {
-    use nmm_reg_rst_debug
-    TEST_DESCR=3D"Test NMMB-regional restart run with NEMSIO file DEBU=
G"
-    NEMSI=3D'true'
-    filters input {
-        use nmm_reg_rst_debug%input
-        "configure_file_01"   .atparse. "@[CONF]/nmm_conf/nmm_@[GBRG]_=
conf.IN"
-        "model_configure"     .copy.    "configure_file_01"
-    }
-}
-
-
-test nmm_reg_decomp: nmm.x {
-    use nmm_reg_ctl
-    INPES=3Dplat%nmm_dflt%INPES
-    JNPES=3Dplat%nmm_dflt%JNPES
-    WPREC=3D'false'
-    TEST_DESCR=3D"Test NMMB-regional different decomposition"
-    FCSTL=3D12
-    criteria output {
-        'nmmb_hst_01_bin_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_bin_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-    }
-}
-
-test nmm_reg_thread: nmm.x {
-    use nmm_reg_ctl
-    use plat%nmm_thrd
-    TEST_DESCR=3D"Test NMMB-regional threading"
-    WPREC=3D'false'
-    criteria output {
-        'nmmb_hst_01_bin_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_bin_0048h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0048h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_01_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_01_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-    }
-    # The execute step runs the program:
-    spawn execute {
-      { "@[nmm.x%NEMS.x]", ranks=3D"@[TASKS]", threads=3D"@[OpenMPThre=
ads]", ppn=3D"@[ThreadPPN]" }
-    }
-}
-
-test nmm_reg_sel_phy: nmm.x {
-    use nmm_reg_ctl
-    TEST_DESCR=3D"Test NMMB-regional with selected GFS physics schemes=
"
-    CNTL_NAME=3D'NMMB_reg_sel_phy'
-    WPREC=3D'false'
-    FCSTL=3D'24'
-    CONVC=3D'sas'
-    MICRO=3D'gfs'
-    TURBL=3D'gfs'
-    criteria output {
-        'nmmb_hst_01_bin_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_01_bin_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_01_nio_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-    }
-}
-
-test nmm_reg_spec_adv: nmm.x {
-    use nmm_reg_ctl
-    SPEC_ADV=3D'true'
-    FCSTL=3D'24'
-    NEMSI=3D'true'
-    WPREC=3D'false'
-    CNTL_NAME=3D'NMMB_reg_spec_adv'
-    criteria output {
-        'nmmb_hst_01_bin_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_01_bin_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_01_nio_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-    }
-}
-
-test nmm_reg_spec_adv_rst: nmm.x {
-    use nmm_reg_spec_adv
-    RSTRT=3D'true'
-    CNTL_NAME=3D'NMMB_reg_spec_adv'
-    filters input {
-        use nmm_reg_spec_adv%input
-        "configure_file_01"   .atparse. "@[CONF]/nmm_conf/nmm_@[GBRG]_=
conf.IN"
-        "model_configure"        .copy. "configure_file_01"
-        'restart_file_01'        .copy. "@[plat%INPUTS]/NMMB_reg_spec_=
adv/nmmb_rst_01_bin_0012h_00m_00.00s"
-        'restart_file_01_nemsio' .copy. "@[plat%INPUTS]/NMMB_reg_spec_=
adv/nmmb_rst_01_nio_0012h_00m_00.00s"
-    }
-    criteria output {
-        'nmmb_hst_01_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-    }
-}
-
-test nmm_reg_wsm6_gfdl: nmm.x {
-    use nmm_reg_ctl
-    TEST_DESCR=3D"Test NMMB-regional with physics schemes WSM6 and GFD=
L"
-    CNTL_NAME=3D'NMMB_reg_wsm6_gfdl'
-    WPREC=3D'false'
-    MICRO=3D'wsm6'
-    RADTN=3D'gfdl'
-    criteria output {
-        'nmmb_hst_01_bin_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_01_bin_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_01_nio_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-    }
-}
-
-test nmm_reg_wsm6_rrtm: nmm.x {
-    use nmm_reg_wsm6_gfdl
-    TEST_DESC=3D"Test NMMB-regional with physics schemes WSM6 and RRTM=
"
-    CNTL_NAME=3D'NMMB_reg_wsm6_rrtm'
-    RADTN=3D'rrtm'
-    criteria output {
-        'nmmb_hst_01_bin_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_01_bin_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_01_nio_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-    }
-}
-
-test nmm_reg_sas_zhao: nmm.x {
-    use nmm_reg_ctl
-    TEST_DESCR=3D"Test NMMB-regional with physics schemes SAS, ZHAO"
-    CNTL_NAME=3D'NMMB_reg_sas_zhao'
-    WPREC=3D'false'
-    FCSTL=3D'24'
-    CONVC=3D'sas'
-    MICRO=3D'gfs'
-    criteria output {
-        'nmmb_hst_01_bin_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_01_bin_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_01_nio_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-    }
-}
-
-test nmm_reg_thomp: nmm.x {
-    use nmm_reg_ctl
-    TEST_DESCR=3D"Test NMMB-regional with THOMPSON microphysics scheme=
"
-    CNTL_NAME=3D'NMMB_reg_thomp'
-    WPREC=3D'false'
-    FCSTL=3D'24'
-    MICRO=3D'thompson'
-    SPEC_ADV=3D'true'
-    NP3D=3D'8'
-    criteria output {
-        'nmmb_hst_01_bin_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_01_bin_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_01_nio_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-    }
-}
-
-test nmm_reg_hur: nmm.x {
-    use nmm_reg_ctl
-    TEST_DESCR=3D"Test NMMB-regional with 2014 HWRF physics"
-    CNTL_NAME=3D'NMMB_reg_hur'
-    WPREC=3D'false'
-    FCSTL=3D'24'
-    TURBL=3D'gfsedmfhur'
-    CONVC=3D'scalecu'
-    MICRO=3D'fer_hires'
-    RADTN=3D'gfdl'
-    SFC_LAYER=3D'gfdl'
-    LAND_SURFACE=3D'noah'
-    criteria output {
-        'nmmb_hst_01_bin_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_01_bin_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_01_nio_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-    }
-}
-
-test nmm_reg_pcpadj: nmm.x, nmm_reg_ctl {
-    use nmm_reg_ctl
-    TEST_DESCR=3D"Test NMMB-regional with precipitation adjustment on"
-    WPREC=3D'false'
-    FCSTL=3D'12'
-    PCPFLG=3D'true'
-    CNTL_NAME=3D'NMMB_reg_pcpadj'
-    filters input {
-        use nmm_reg_ctl%input
-        'pcp.hr*'     .copydir.     "../nmm_reg_ctl"
-        # Need to redo these with different settings:
-     "configure_file_01"   .atparse. "@[CONF]/nmm_conf/nmm_@[GBRG]_con=
f.IN"
-     "nems.configure"      .atparse. "@[CONF]/nems.configure.@[nems_co=
nfigure].IN"
-     "atmos.configure"     .atparse. "@[CONF]/atmos.configure_nmm"
-    }
-    criteria output {
-        'nmmb_hst_01_bin_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_bin_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_01_bin_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_01_nio_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-    }
-}
-
-test nmm_reg_timesr: nmm.x {
-    use nmm_reg_ctl
-    TEST_DESCR=3D"Test NMMB-regional writing time series"
-    CNTL_NAME=3D"NMMB_reg_timesr"
-    TS=3D'true'
-    WPREC=3D'false'
-    FCSTL=3D'06'
-    filters input {
-        use nmm_reg_ctl%input
-        # work file         operation   input file
-        "ts_locations.nml"   .copy.  "@[plat%PARMnems]/ts_locations.nm=
l"
-        # Need to redo these with different settings:
-     "configure_file_01"   .atparse. "@[CONF]/nmm_conf/nmm_@[GBRG]_con=
f.IN"
-     "nems.configure"      .atparse. "@[CONF]/nems.configure.@[nems_co=
nfigure].IN"
-     "atmos.configure"     .atparse. "@[CONF]/atmos.configure_nmm"
-    }
-    criteria output {
-        #    NEMS.x output file --------- comparison - control file or=
 dir
-        'nmmb_hst_01_bin_0006h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'ts_p01_d01.bin'                   .bitcmp. "@[CNTL]"
-        'ts_p02_d01.bin'                   .bitcmp. "@[CNTL]"
-    }
-}
-
-# NMM NESTS ----------------------------------------------------------=
--
-
-test nmm_nests: nmm.x {
-    use nmm_vars_nests
-    FCSTL=3D24
-    NCHILD=3D'02'
-
-    # Convenience variables:
-    RUNDIR_ROOT=3D"@[plat%TMPrt]"
-    RUNDIR=3D"@[RUNDIR_ROOT]/@[TEST_NAME]"
-    TEST_DESCR=3D"Test NMMB-regional with static nests"
-    CNTL=3D"@[plat%BASELINE]/@[CNTL_NAME]"      # Control baseline are=
a
-    TEST_IN=3D"@[plat%INPUTS]/@[CNTL_NAME]"   # Test-specific input da=
ta
-    COM=3D"@[plat%COMrt]/@[TEST_NAME]"
-
-    # The prep is run at the top of any job.  It should do such things
-    # like making directories and loading modules.
-    prep=3Dnems_regtest_prep(RUNDIR=3D"@[RUNDIR]",modules=3D"@[nmm.x%m=
odules.nems]",
-                           CNTL=3D"@[CNTL]")
-
-    # The execute step runs the program:
-    spawn execute {
-        { "@[nmm.x%NEMS.x]", ranks=3D"@[TASKS]", threads=3D"@[OpenMPTh=
reads]" }
-    }
-
-    filters input {
-        # work file         operation   input file
-     "input_domain_01"        .copy. "@[TEST_IN]/input_nmmb_regional.d=
01"
-     "input_domain_01_nemsio" .copy. "@[TEST_IN]/input_nmmb_regional.d=
01_nemsio"
-     "boco.*"              .copydir. "@[TEST_IN]"
-     "GWD_bin_*"           .copydir. "@[TEST_IN]"
-
-     "configure_file_01"   .atparse. "@[CONF]/nmm_conf/nmm_@[GBRG]_con=
f.IN"
-     "configure_file_02"   .atparse. "@[CONF]/nmm_conf/nmm_@[GBRG]_con=
f_02.IN"
-     "configure_file_03"   .atparse. "@[CONF]/nmm_conf/nmm_@[GBRG]_con=
f_03.IN"
-     "configure_file_04"   .atparse. "@[CONF]/nmm_conf/nmm_@[GBRG]_con=
f_04.IN"
-     "nems.configure"      .atparse. "@[CONF]/nems.configure.@[nems_co=
nfigure].IN"
-     "atmos.configure"     .atparse. "@[CONF]/atmos.configure_nmm"
-     "model_configure"        .copy. "configure_file_01"
-
-     "*"                   .copydir. "@[plat%NMM_DATA]"
-
-     "VEGPARM.TBL"            .copy. "IGBP_VEGPARM.TBL"
-     "LANDUSE.TBL"            .copy. "IGBP_LANDUSE.TBL"
-     "ETAMPNEW_DATA"          .copy. "ETAMPNEW_DATA.expanded_rain"
-     "fort.28"                .link. "global_o3prdlos.f77"
-     "fort.48"                .link. "global_o3clim.txt"
-
-     "solver_state.txt"       .copy. "@[plat%PARMnems]/solver_state.tx=
t"
-     "nests.txt"              .copy. "@[plat%PARMnems]/nests.txt"
-    }
-
-    criteria output {
-        #    NEMS.x output file --------- comparison - control file or=
 dir
-        'nmmb_hst_01_bin_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_01_bin_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_01_nio_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_02_bin_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_02_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_02_nio_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_02_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_02_bin_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_02_nio_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_03_bin_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_03_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_03_nio_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_03_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_03_bin_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_03_nio_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_04_bin_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_04_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_04_nio_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_04_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_04_bin_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_04_nio_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-    }
-}
-
-test nmm_nest_rest: nmm_nests, nmm.x {
-    use nmm_nests
-    FCSTL=3D24
-    NCHILD=3D'02'
-    RSTRT=3D'true'
-    TEST_DESCR=3D"Test NMMB-regional static nests with restart"
-
-    filters input {
-        use nmm_nests%input
-        "restart_file_01"        .copy. "@[TEST_IN]/nmmb_rst_01_bin_00=
12h_00m_00.00s"
-        "restart_file_02"        .copy. "@[TEST_IN]/nmmb_rst_02_bin_00=
12h_00m_00.00s"
-        "restart_file_03"        .copy. "@[TEST_IN]/nmmb_rst_03_bin_00=
12h_00m_00.00s"
-        "restart_file_04"        .copy. "@[TEST_IN]/nmmb_rst_04_bin_00=
12h_00m_00.00s"
-    }
-
-    criteria output {
-        'nmmb_hst_01_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_02_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_02_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_03_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_03_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_04_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_04_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-    }
-}
-
-# NMM DIGITAL FILTERING ----------------------------------------------=
--
-
-test nmm_reg_filt: nmm.x {
-    use nmm_vars_fltr
-
-    FCSTL=3D'03'
-    NEMSI=3D'true'
-    NCHILD=3D'01'
-
-    # Convenience variables:
-    RUNDIR_ROOT=3D"@[plat%TMPrt]"
-    RUNDIR=3D"@[RUNDIR_ROOT]/@[TEST_NAME]"
-    TEST_DESCR=3D"Test NMMB-regional digital filter with static nests"
-    CNTL=3D"@[plat%BASELINE]/@[CNTL_NAME]"      # Control baseline are=
a
-    NEST_IN=3D"@[plat%INPUTS]/NMMB_nests"       # NMM nesting input fi=
les
-    FILT_IN=3D"@[plat%INPUTS]/NMMB_reg_filt"    # NMM filtering input =
files
-    COM=3D"@[plat%COMrt]/@[TEST_NAME]"
-
-    # The prep is run at the top of any job.  It should do such things
-    # like making directories and loading modules.
-    prep=3Dnems_regtest_prep(
-        RUNDIR=3D"@[RUNDIR]",modules=3D"@[nmm.x%modules.nems]",
-        CNTL=3D"@[CNTL]")
-
-    # The execute step runs the program:
-    spawn execute {
-        { "@[nmm.x%NEMS.x]", ranks=3D"@[TASKS]", threads=3D"@[OpenMPTh=
reads]" }
-    }
-
-    filters input {
-        'input_domain_01'          .copy. "@[NEST_IN]/input_nmmb_regio=
nal.d01"
-        'input_domain_01_nemsio'   .copy. "@[NEST_IN]/input_nmmb_regio=
nal.d01_nemsio"
-        'boco*'                 .copydir. "@[NEST_IN]"
-        '*'                     .copydir. "@[plat%NMM_DATA]"
-        'GWD_bin_*'             .copydir. "@[FILT_IN]"
-        'VEGPARM.TBL'              .copy. 'IGBP_VEGPARM.TBL'
-        'LANDUSE.TBL'              .copy. 'IGBP_LANDUSE.TBL'
-        'ETAMPNEW_DATA'            .copy. 'ETAMPNEW_DATA.expanded_rain=
'
-
-        "configure_file_01"     .atparse. "@[CONF]/nmm_conf/nmm_@[GBRG=
]_conf.IN"
-        "nems.configure"        .atparse. "@[CONF]/nems.configure.@[ne=
ms_configure].IN"
-        "atmos.configure"       .atparse. "@[CONF]/atmos.configure_nmm=
"
-        "model_configure"          .copy. "configure_file_01"
-       =20
-        'configure_file_02'        .copy. "@[CONF]/nmm_conf/nmm_fltr_c=
onf_02"
-        'configure_file_03'        .copy. "@[CONF]/nmm_conf/nmm_fltr_c=
onf_03"
-
-        "fort.28"                  .link. "global_o3prdlos.f77"
-        "fort.48"                  .link. "global_o3clim.txt"
-        "solver_state.txt"         .copy. "@[plat%PARMnems]/solver_sta=
te.txt"
-        "filt_vars.txt"            .copy. "@[plat%PARMnems]/filt_vars.=
txt"
-        "nests.txt"                .copy. "@[plat%PARMnems]/nests.txt"
-    }
-
-    criteria output {
-        'nmmb_hst_01_bin_0003h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0003h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_02_bin_0003h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_02_nio_0003h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_03_bin_0003h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_03_nio_0003h_00m_00.00s' .bitcmp. "@[CNTL]"
-    }
-}
-
-test nmm_reg_filt_zombie: nmm.x {
-    use nmm_reg_filt
-    GBRG=3D'fltr_zombie'
-    CNTL_NAME=3D'NMMB_reg_filt_zombie'
-    TEST_DESCR=3D"Test NMMB-regional digital filter with zombie grandc=
hild"
-    criteria output {
-        'nmmb_hst_01_bin_0003h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0003h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_02_bin_0003h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_02_nio_0003h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_03_bin_0003h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_03_nio_0003h_00m_00.00s' .bitcmp. "@[CNTL]"
-    }
-    filters input {
-        use nmm_reg_filt%input
-        'configure_file_03' .copy. "@[CONF]/nmm_conf/nmm_fltr_zombie_c=
onf_03"
-    }
-}
-
-# NMM MOVING NESTING TESTS -------------------------------------------=
--
-
-test nmm_mvg_nests: nmm.x {
-    use nmm_vars_mvg
-    FCSTL=3D'24'
-    NCHILD=3D'02'
-    NEMSI=3D'true'
-
-    # Convenience variables:
-    RUNDIR_ROOT=3D"@[plat%TMPrt]"
-    RUNDIR=3D"@[RUNDIR_ROOT]/@[TEST_NAME]"
-    TEST_DESCR=3D"Test NMMB-regional with 2-way moving nests"
-    CNTL=3D"@[plat%BASELINE]/@[CNTL_NAME]"      # Control baseline are=
a
-    IN_MOVE=3D"@[plat%INPUTS]/NMMB_mvg_nests"   # Moving nesting input=
s
-    IN_2WAY=3D"@[plat%INPUTS]/NMMB_2way_nests"  # 2-way nesting inputs
-    COM=3D"@[plat%COMrt]/@[TEST_NAME]"
-
-    # The prep is run at the top of any job.  It should do such things
-    # like making directories and loading modules.
-    prep=3Dnems_regtest_prep(
-        RUNDIR=3D"@[RUNDIR]",modules=3D"@[nmm.x%modules.nems]",
-        CNTL=3D"@[CNTL]")
-
-    # The execute step runs the program:
-    spawn execute {
-        { "@[nmm.x%NEMS.x]", ranks=3D"@[TASKS]", threads=3D"@[OpenMPTh=
reads]" }
-    }
-
-    filters input {
-        # work file           operation  input file
-        'input_domain_01_nemsio' .copy. "@[IN_MOVE]/input_domain_01_ne=
msio"
-        'input_domain_02_nemsio' .copy. "@[IN_MOVE]/input_domain_02_ne=
msio"
-        'input_domain_03_nemsio' .copy. "@[IN_MOVE]/input_domain_03_ne=
msio"
-        'input_domain_04_nemsio' .copy. "@[IN_MOVE]/input_domain_04_ne=
msio"
-        'boco.*'              .copydir. "@[IN_MOVE]/"
-        '*'                   .copydir. "@[plat%NMM_DATA]/"
-        'GWD_bin_*'           .copydir. "@[IN_MOVE]/"
-        '*_3.nc'              .copydir. "@[IN_MOVE]/"
-        '*_9.nc'              .copydir. "@[IN_MOVE]/"
-        'VEGPARM.TBL'            .copy. "IGBP_VEGPARM.TBL"
-        'LANDUSE.TBL'            .copy. "IGBP_LANDUSE.TBL"
-        'ETAMPNEW_DATA'          .copy. "ETAMPNEW_DATA.expanded_rain"
-
-        "configure_file_01"   .atparse. "@[CONF]/nmm_conf/nmm_@[GBRG]_=
conf.IN"
-        "configure_file_02"   .atparse. "@[CONF]/nmm_conf/nmm_@[GBRG]_=
conf_02.IN"
-        "configure_file_03"   .atparse. "@[CONF]/nmm_conf/nmm_@[GBRG]_=
conf_03.IN"
-        "configure_file_04"   .atparse. "@[CONF]/nmm_conf/nmm_@[GBRG]_=
conf_04.IN"
-        "nems.configure"      .atparse. "@[CONF]/nems.configure.@[nems=
_configure].IN"
-        "atmos.configure"     .atparse. "@[CONF]/atmos.configure_nmm"
-        "model_configure"        .copy. "configure_file_01"
-        "fort.28"                .link. "global_o3prdlos.f77"
-        "fort.48"                .link. "global_o3clim.txt"
-
-        "solver_state.txt"       .copy. "@[plat%PARMnems]/solver_state=
.txt"
-        "nests.txt"              .copy. "@[plat%PARMnems]/nests.txt"
-    }
-
-    criteria output {
-        'nmmb_hst_01_bin_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_01_bin_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_01_nio_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_02_bin_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_02_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_02_nio_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_02_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_02_bin_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_02_nio_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_03_bin_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_03_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_03_nio_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_03_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_03_bin_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_03_nio_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_04_bin_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_04_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_04_nio_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_04_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_04_bin_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_04_nio_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-    }
-}
-
-test nmm_mvg_nests_restart: nmm_mvg_nests, nmm.x {
-    use nmm_mvg_nests
-    TEST_DESCR=3D"Test NMMB-regional with moving nests - RESTART"
-    RSTRT=3D'true'
-    filters input {
-        use nmm_mvg_nests%input
-        'restart_file_01'        .copy. "@[IN_MOVE]/nmmb_rst_01_bin_00=
12h_00m_00.00s"
-        'restart_file_01_nemsio' .copy. "@[IN_MOVE]/nmmb_rst_01_nio_00=
12h_00m_00.00s"
-        'restart_file_02'        .copy. "@[IN_MOVE]/nmmb_rst_02_bin_00=
12h_00m_00.00s"
-        'restart_file_02_nemsio' .copy. "@[IN_MOVE]/nmmb_rst_02_nio_00=
12h_00m_00.00s"
-        'restart_file_03'        .copy. "@[IN_MOVE]/nmmb_rst_03_bin_00=
12h_00m_00.00s"
-        'restart_file_03_nemsio' .copy. "@[IN_MOVE]/nmmb_rst_03_nio_00=
12h_00m_00.00s"
-        'restart_file_04'        .copy. "@[IN_MOVE]/nmmb_rst_04_bin_00=
12h_00m_00.00s"
-        'restart_file_04_nemsio' .copy. "@[IN_MOVE]/nmmb_rst_04_nio_00=
12h_00m_00.00s"
-    }
-    criteria output {
-        'nmmb_hst_01_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_02_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_02_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_03_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_03_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_04_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_04_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-    }
-}
-
-test nmm_mvg_nests_gens: nmm.x {
-    use nmm_mvg_nests
-    use plat%nmm_mvg2
-    TEST_DESCR=3D"Test NMMB-regional with 1-way moving nests and gener=
ational task assignments"
-    MODE=3D'2-way'
-    filters input {
-        use nmm_mvg_nests%input
-        'configure_file_02' .atparse. "@[CONF]/nmm_conf/nmm_mnests_2wa=
y_conf_02.IN"
-        'configure_file_03' .atparse. "@[CONF]/nmm_conf/nmm_mnests_2wa=
y_conf_03.IN"
-        'configure_file_04' .atparse. "@[CONF]/nmm_conf/nmm_mnests_2wa=
y_conf_04.IN"
-
-        # Need to regenerate these due to nmm_mvg2:
-        "configure_file_01" .atparse. "@[CONF]/nmm_conf/nmm_@[GBRG]_co=
nf.IN"
-        "nems.configure"    .atparse. "@[CONF]/nems.configure.@[nems_c=
onfigure].IN"
-        "atmos.configure"   .atparse. "@[CONF]/atmos.configure_nmm"
-        "model_configure"      .copy. "configure_file_01"
-    }
-    criteria output {
-        'nmmb_hst_01_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_02_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_02_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_03_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_03_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_04_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_04_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-    }
-}
-
-# NMM 2-WAY STATIONARY NEST TESTS ------------------------------------=
--
-
-test nmm_2way_nests: nmm.x {
-    use nmm_vars_2way
-    FCSTL=3D24
-    NCHILD=3D'02'
-    NEMSI=3D'true'
-    MODE=3D'2-way'
-    WGT=3D'1.0'
-
-    # Convenience variables:
-    RUNDIR_ROOT=3D"@[plat%TMPrt]"
-    RUNDIR=3D"@[RUNDIR_ROOT]/@[TEST_NAME]"
-    TEST_DESCR=3D"Test NMMB-regional with 2-way moving nests"
-    CNTL=3D"@[plat%BASELINE]/@[CNTL_NAME]"      # Control baseline are=
a
-    IN_MOVE=3D"@[plat%INPUTS]/NMMB_mvg_nests"   # Moving nesting input=
s
-    IN_2WAY=3D"@[plat%INPUTS]/NMMB_2way_nests"  # 2-way nesting inputs
-    COM=3D"@[plat%COMrt]/@[TEST_NAME]"          # Path to test output =
area
-
-    # The prep is run at the top of any job.  It should do such things
-    # like making directories and loading modules.
-    prep=3Dnems_regtest_prep(
-        RUNDIR=3D"@[RUNDIR]",modules=3D"@[nmm.x%modules.nems]",
-        CNTL=3D"@[CNTL]")
-
-    # The execute step runs the program:
-    spawn execute {
-        { "@[nmm.x%NEMS.x]", ranks=3D"@[TASKS]", threads=3D"@[OpenMPTh=
reads]" }
-    }
-
-    filters input {
-        # work file         operation   input file
-     "input_domain_01_nemsio" .copy. "@[IN_MOVE]/input_domain_01_nemsi=
o"
-     "input_domain_02_nemsio" .copy. "@[IN_MOVE]/input_domain_02_nemsi=
o"
-     "input_domain_03_nemsio" .copy. "@[IN_MOVE]/input_domain_03_nemsi=
o"
-     "input_domain_04_nemsio" .copy. "@[IN_MOVE]/input_domain_04_nemsi=
o"
-
-     "boco.*"              .copydir. "@[IN_MOVE]"
-     "*"                   .copydir. "@[plat%NMM_DATA]"
-     "GWD_bin_*"           .copydir. "@[IN_MOVE]"
-     "*_3.nc"              .copydir. "@[IN_MOVE]"
-     "*_9.nc"              .copydir. "@[IN_MOVE]"
-
-     "VEGPARM.TBL"            .copy. "IGBP_VEGPARM.TBL"
-     "LANDUSE.TBL"            .copy. "IGBP_LANDUSE.TBL"
-     "ETAMPNEW_DATA"          .copy. "ETAMPNEW_DATA.expanded_rain"
-     "fort.28"                .link. "global_o3prdlos.f77"
-     "fort.48"                .link. "global_o3clim.txt"
-
-     "configure_file_01"   .atparse. "@[CONF]/nmm_conf/nmm_@[GBRG]_con=
f.IN"
-     "configure_file_02"   .atparse. "@[CONF]/nmm_conf/nmm_@[GBRG]_con=
f_02.IN"
-     "configure_file_03"   .atparse. "@[CONF]/nmm_conf/nmm_@[GBRG]_con=
f_03.IN"
-     "configure_file_04"   .atparse. "@[CONF]/nmm_conf/nmm_@[GBRG]_con=
f_04.IN"
-     "nems.configure"      .atparse. "@[CONF]/nems.configure.@[nems_co=
nfigure].IN"
-     "atmos.configure"     .atparse. "@[CONF]/atmos.configure_nmm"
-     "model_configure"        .copy. "configure_file_01"
-
-     "solver_state.txt"       .copy. "@[plat%PARMnems]/solver_state.tx=
t"
-     "nests.txt"              .copy. "@[plat%PARMnems]/nests.txt"
-    }
-
-    criteria output {
-        #    NEMS.x output file --------- comparison - control file or=
 dir
-        'nmmb_hst_01_bin_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-=09'nmmb_hst_01_nio_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-=09'nmmb_rst_01_bin_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_01_nio_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-=09'nmmb_hst_02_bin_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_02_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-=09'nmmb_hst_02_nio_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_02_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_02_bin_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_02_nio_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-=09'nmmb_hst_03_bin_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_03_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-=09'nmmb_hst_03_nio_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_03_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-=09'nmmb_rst_03_bin_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_03_nio_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-=09'nmmb_hst_04_bin_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_04_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-=09'nmmb_hst_04_nio_0000h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_04_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-=09'nmmb_rst_04_bin_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_rst_04_nio_0012h_00m_00.00s' .bitcmp. "@[CNTL]"
-    }
-}
-
-test nmm_2way_nests_debug: nmm.debug.x {
-    use nmm_2way_nests
-    FCSTL=3D3
-    TEST_DESCR=3D"Test NMMB-regional with 2-way moving nests DEBUG"
-    criteria output {}
-}
-
-test nmm_2way_nests_restart: nmm_2way_nests, nmm.x {
-    use nmm_2way_nests
-    RSTRT=3D'true'
-    TEST_DESCR=3D"Test NMMB-regional with 2-way moving nests - RESTART=
"
-
-    filters input {
-        use nmm_2way_nests%input
-        "restart_file_01"        .copy. "@[IN_2WAY]/nmmb_rst_01_bin_00=
12h_00m_00.00s"
-        "restart_file_02"        .copy. "@[IN_2WAY]/nmmb_rst_02_bin_00=
12h_00m_00.00s"
-        "restart_file_03"        .copy. "@[IN_2WAY]/nmmb_rst_03_bin_00=
12h_00m_00.00s"
-        "restart_file_04"        .copy. "@[IN_2WAY]/nmmb_rst_04_bin_00=
12h_00m_00.00s"
-        "restart_file_01_nemsio" .copy. "@[IN_2WAY]/nmmb_rst_01_nio_00=
12h_00m_00.00s"
-        "restart_file_02_nemsio" .copy. "@[IN_2WAY]/nmmb_rst_02_nio_00=
12h_00m_00.00s"
-        "restart_file_03_nemsio" .copy. "@[IN_2WAY]/nmmb_rst_03_nio_00=
12h_00m_00.00s"
-        "restart_file_04_nemsio" .copy. "@[IN_2WAY]/nmmb_rst_04_nio_00=
12h_00m_00.00s"
-    }
-   =20
-    criteria output {
-        #    NEMS.x output file --------- comparison - control file or=
 dir
-        'nmmb_hst_01_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_01_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_02_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_02_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_03_bin_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_03_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-        'nmmb_hst_04_nio_0024h_00m_00.00s' .bitcmp. "@[CNTL]"
-    }
-}
Index: checkout/tests/nemscommon.input
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/tests/nemscommon.input=09(revision 84674)
+++ checkout/tests/nemscommon.input=09(nonexistent)
@@ -1,77 +0,0 @@
-
-# Common variables used by many tests:
-
-nems_vars=3D{
-    atm_model=3D'none'
-    atm_petlist_bounds=3D"-1 -1"
-    ocn_model=3D'none'
-    ocn_petlist_bounds=3D"-1 -1"
-    ice_model=3D'none'
-    ice_petlist_bounds=3D"-1 -1"
-    med_model=3D'nems'
-    med_petlist_bounds=3D"-1 -1"
-    med_atm_coupling_interval_sec=3D'-1'
-    med_ocn_coupling_interval_sec=3D'-1'
-}
-
-common_vars=3D{
-    THRD=3D1
-    WLCLK=3D15
-    GEFS_ENSEMBLE=3D0
-    GEN_ENSEMBLE=3D0
-    WRITE_DOPOST=3D'.false.'
-    POST_GRIBVERSION=3D'grib1'
-    CONF=3D"@[plat%PARMnems]"          # Configuration files (NEMS/tes=
ts)
-}
-
-######################################################################=
##
-
-# Common prep step at the top of all tests:
-
-embed bash nems_regtest_prep(RUNDIR,modules,CNTL) [[[
-        mkdir -p "$RUNDIR" "$CNTL"
-        cd @[RUNDIR]
-        source "$modules"
-        export MPI_TYPE_DEPTH=3D20
-        export ESMF_RUNTIME_COMPLIANCECHECK=3DOFF:depth=3D4
-]]]
-
-######################################################################=
##
-
-# Old rt.sh build system.  Note that the $NEMS_VER must use $ not @ to
-# ensure it is not quoted.  Any shell metacharacters, such as spaces,
-# should be interpreted:
-
-embed bash rt.sh_build(NEMS.x,modules.nems,ESMF_VER,
-                       MACHINE_ID=3D"@[plat%MACHINE_ID]",NEMS_VER)
-[[[
-        mkdir -p "@[plat%EXECrt]" "@[plat%INCrt]"
-        rm -f "@[NEMS.x]" "@[modules.nems]"
-        cd @[plat%SRCnems]
-        ./configure @[ESMF_VER]_@[MACHINE_ID]
-        cp -fp conf/modules.nems "@[modules.nems]"
-        source "@[modules.nems]"
-        module list
-        gmake clean
-        gmake $NEMS_VER J=3D-j2
-        cp -fp ../exe/NEMS.x "@[NEMS.x]"
-]]]
-
-######################################################################=
##
-
-# NEMSAppBuilder build system.  Note $OPTS must use $ not @ since
-# shell metacharacters should be expanded, especially spaces.
-
-embed bash NEMSAppBuilder(NEMS.x,modules.nems,OPTS)
-[[[
-        mkdir -p "@[plat%EXECrt]" "@[plat%INCrt]"
-        rm -f "@[NEMS.x]" "@[modules.nems]"
-        cd @[plat%HOMEnems]
-
-        # NOTE: Replace "rebuild" with "norebuild" to disable "gmake c=
lean"
-        ./NEMS/NEMSAppBuilder rebuild $OPTS
-
-        cd @[plat%SRCnems]
-        cp -fp ../exe/NEMS.x "@[NEMS.x]"
-        cp -fp conf/modules.nems "@[modules.nems]"
-]]]
Index: checkout/tests/rtgen
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/tests/rtgen=09(revision 84674)
+++ checkout/tests/rtgen=09(revision 84790)
@@ -137,9 +137,11 @@
 try:
     import produtil.setup
 except ImportError as ie:
-    if not os.path.isdir('produtil/ush'):
-        fail('produtil/ush is missing and produtil is not in PYTHONPAT=
H.  Is your produtil external missing?')
-    sys.path.append(os.path.join(os.getcwd(),'produtil/ush'))
+    altpath=3Dos.path.join(os.path.dirname(os.path.realpath(__file__))=
,'produtil/ush')
+    print altpath
+    if not os.path.isdir(altpath):
+        fail('%s is missing and produtil is not in PYTHONPATH.  Is you=
r produtil external missing?'%(altpath,))
+    sys.path.append(altpath)
     import produtil.setup
=20
 import produtil.run, produtil.cluster
@@ -149,16 +151,77 @@
 from produtil.testing.testgen import TestGen
 from produtil.testing.utilities import BASELINE, EXECUTION, bashify_st=
ring
 from produtil.testing.rocoto import RocotoRunner
+from produtil.testing.setarith import ArithKeyError
=20
 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # =
#
 # Utility routines:
=20
+TOP_OF_USAGE_MESSAGE=3D'''Syntax: rtgen [options] [subset]
+
+Generates an NCEP three-tier workflow structure to run the specified
+regression tests or compsets.  The user must then run some scripts
+inside that directory to execute the tests and report the results.
+If no subset is requested, all known tests are run.
+'''
+
+SHORT_USAGE_MESSAGE=3DTOP_OF_USAGE_MESSAGE+'''
+Run with -h for full instructions.
+'''
+
+FULL_USAGE_MESSAGE=3DTOP_OF_USAGE_MESSAGE+'''
+--SUBSETS--
+  {gfs_slg,nmm_cntrl} -- run gfs_slg and nmm_cntrl tests
+  wam                 -- run all wam tests
+  minus(gsm,wam)      -- run all gsm tests except wam tests
+  inter(nmm,standard) -- run all standard nmm tests
+  union(nmm,wam)      -- run all nmm and gsm tests
+Specifications can be nested:
+    minus(inter(union(gsm,nmm),standard),{gfs_slg,nmm_cntrl})
+  That will run all gsm and nmm tests that are standard tests, except
+  for gfs_slg and nmm_cntrl.
+
+--OPTIONS--
+
+  -i all.input
+       Path to the input file that specifies the known compsets and
+       regression tests.  Default: all.input
+  -p avn
+       Project for batch submission.  Default: use the project that
+       has the most resources available among those the user can
+       access.
+  -b
+       Run in BASELINE mode; generate a baseline instead of verifying
+       against an old baseline.  Will disable running of non-baseline
+       tests (tests not in the "baseline" subset).
+  -v
+       Vebose mode
+  -d
+       Dry run mode; print what would be done without doing it.
+  -t /ptmp/$USER
+       Path to temporary area.  Default: pick the scratch space with
+       the most disk space remaining and append the username.
+  -u 12345
+       Unique integer id to identify this workflow.  Default: unix
+       process id of rtgen
+  -n
+       Do not copy the regression test template directory when
+       generating a new baseline.
+  --
+       Terminate option processing.  Remaining arguments are subsets.
+
+  NOTE: Use -n, -t, and -u to regenerate a workflow in the same
+        directory as a previous one.
+'''
+
+
+def full_usage():
+    print FULL_USAGE_MESSAGE
+    sys.exit(0)
+
 def usage(reason):
-    sys.stderr.write('''Syntax: rtgen
-FIXME: Add info here.
-''')
+    sys.stderr.write(SHORT_USAGE_MESSAGE)
     if reason:
-        sys.stderr.write('ABORT: %s\n'%(reason,))
+        sys.stderr.write('\nSCRIPT IS ABORTING BECAUSE: %s\n'%(reason,=
))
         exit(1)
     exit(0)
=20
@@ -165,9 +228,6 @@
 def initial_checks():
     """!Performs basic sanity checks, such as whether some input files
     are present."""
-    if not os.path.isfile('all.input'):
-        usage('file all.input is missing.  You must run this script fr=
om '
-              'the NEMS/tests directory.')
     if not os.path.isfile('produtil/ush/testgen.py'):
         usage('file produtil/ush/testgen.py does not exist.  Are you '
               'missing the produtil external?')
@@ -183,6 +243,57 @@
     @returns the process's current username"""
     return pwd.getpwuid(os.getuid()).pw_name
=20
+def decide_project_theia():
+    """!Chooses which project to use when submitting jobs on Theia.
+
+    Uses the account_params program to scan the available core-hours
+    on Theia.  Chooses the project with the most available core-hours.
+    If no projects have resources, or if some error happens, then
+    the "nems" project is used."""
+    logger=3Dlogging.getLogger('rtgen')
+    try:
+        account_params=3Dprodutil.run.runstr(
+            batchexe('account_params'),logger=3Djlogger)
+    except(EnvironmentError,ExitStatusException) as ee:
+        logger.warning('Cannot run account_params: '+str(ee))
+        return 'nems'
+    projects=3Dlist()
+    projalloc=3Ddict()
+    for line in account_params.splitlines():
+        # Allocation: 6912 stmp      0.00      0.00        0.00=20
+        m=3Dre.match('^\s*Allocation:\s+(\d+)\s+(\S+)\s+([0-9.]+)',lin=
e)
+        if not m:
+            # skip other lines
+            logger.debug('Skip line: '+line.rstrip())
+            continue
+        gid,name,alloc =3D m.groups()
+        try:
+            alloc=3Dfloat(alloc)
+            if name=3D=3D'nems': alloc/=3D2
+            projects.append(name)
+            projalloc[name]=3Dalloc
+        except (ValueError,TypeError) as vte:
+            logger.warning('Cannot parse: '+line.rstrip())
+            continue
+    if not projects:
+        # Parse error or failure of account_params.
+        logger.warning('Could not parse account_params output.')
+        return 'nems'
+    projects.sort(lambda a,b: cmp(projalloc[a],projalloc[b]))
+    projchoose=3Dprojects[-1]
+
+    if projalloc[projchoose]<1.0:
+        logger.warning('All projects passed core-hour limit; will use =
nems.')
+        return 'nems'
+
+    for proj in projects:
+        if proj=3D=3Dprojchoose:
+            chose=3D'<=3D=3D chosen'
+        else:
+            chose=3D''
+        logger.info('%10s : %6d %s'%(proj,projalloc[proj],chose))
+    return projchoose
+
 def decide_tmp_theia():
     """!Chooses a scratch space to use on Theia, based on how close
     each space is to its quota.
@@ -256,7 +367,13 @@
     logger.warning("%s: randomly chosen stmp"%(use_me,))
     return os.path.join(use_me,username())
=20
+def decide_project_wcoss1():
+    """!Placeholder for future development; returns "GFS-T2O" """
+    return 'GFS-T2O'
+
 def decide_tmp_wcoss1():
+    """!Placeholder for future development; returns "/ptmpp/$USER"
+    where $USER is the username """
     return os.path.join('/ptmpp1',username())
=20
 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # =
#
@@ -265,7 +382,7 @@
 class RTGen(TestGen):
     def __init__(self,baseline,scratch_dir,unique_id=3DNone,
                  logger=3DNone,no_copy_template=3DFalse,
-                 verbose=3DTrue,dry_run=3DFalse,inputfile=3D'all.input=
',
+                 verbose=3DTrue,dry_run=3DFalse,inputfile=3DNone,
                  setarith=3DNone):
         baseline=3Dbool(baseline)
         self.no_copy_template=3Dbool(no_copy_template)
@@ -318,7 +435,7 @@
         elif here.name =3D=3D 'theia':
             out.write('module load rocoto\n')
             out.write('module use /scratch3/NCEPDEV/hwrf/save/Samuel.T=
rahan/emc-utils/modulefiles/\n')
-            out.write('module load emc-utils ; have_qoutq=3DYES\n')
+            out.write('module load hpss emc-utils ; have_qoutq=3DYES\n=
')
         else:
             out.write('have_qoutq=3DNO\n')
         out.write('work=3D%s/rocoto\n'%(bashify_string(self.outloc),))
@@ -368,17 +485,25 @@
 # Main program:
=20
 def parse_arguments():
-    optval,arglist=3Dgetopt.getopt(sys.argv[1:],'vdu:t:bni:')
+    try:
+        optval,arglist=3Dgetopt.getopt(sys.argv[1:],'vdu:t:bni:p:h')
+    except getopt.GetoptError as ge:
+        usage(str(ge))
     verbose=3D0
     dry_run=3DFalse
-    unique_id=3DNone
+    unique_id=3Dint(os.getpid())
     temp=3DNone
     baseline=3DFalse
     no_copy_template=3DFalse
-    inputfile=3D'all.input'
+    inputfile=3DNone
+    project=3DNone
     for opt,val in optval:
         if opt=3D=3D'-v':=20
             verbose+=3D1
+        elif opt=3D=3D'-h':
+            full_usage() # does not return
+        elif opt=3D=3D'-p':
+            project=3Dval
         elif opt=3D=3D'-d':
             dry_run=3DTrue
         elif opt=3D=3D'-n':
@@ -393,13 +518,17 @@
             inputfile=3Dval
         else:
             usage('unknown option '+opt)
-    return verbose,no_copy_template,dry_run,baseline,unique_id,temp,in=
putfile,arglist
+    arglist_nowhite=3Dlist() # arguments that are not whitespace
+    for arg in arglist:
+        if not re.match('(?sx) \A \s* \Z',arg):
+            arglist_nowhite.append(arg)
+    return verbose,no_copy_template,dry_run,baseline,unique_id,temp, \
+           inputfile,arglist_nowhite,project
=20
 def main():
-    initial_checks()
-
-    verbose,no_copy_template,dry_run,baseline,unique_id,temp,inputfile=
,arglist =3D \
+    verbose,no_copy_template,dry_run,baseline,unique_id,temp,inputfile=
,arglist,project =3D \
         parse_arguments()
+    assert(isinstance(unique_id,int))
=20
     if len(arglist)>1:
         arith=3D'union('+','.join(arglist)+')'
@@ -422,8 +551,25 @@
         ologlevel=3Dlogging.INFO if verbose else logging.WARNING)
     logger=3Dlogging.getLogger('rtgen')
=20
-    jlogger.info('Run set =3D %s'%(arith,))
+    if arith is None:
+        jlogger.info('Will run all known tests.')
+    else:
+        jlogger.info('Test suite subset =3D %s'%(arith,))
=20
+    if project is None:
+        if produtil.cluster.name() =3D=3D 'theia':
+            project=3Ddecide_project_theia()
+        elif produtil.cluster.name() in ['gyre','tide'] and \
+                produtil.cluster.where().wcoss_phase =3D=3D 1:
+            project=3Ddecide_project_wcoss1()
+        else:
+            fail('Unknown system.  Only Theia and WCOSS Phase 1 are su=
pported.')
+        jlogger.info('Auto-chosen project for job submission is %s'%(
+                repr(project),))
+    else:
+        jlogger.info('User-provided project for job submission is %s'%=
(
+                repr(project),))
+
     if temp is None:
         if produtil.cluster.name() =3D=3D 'theia':
             scratch_dir=3Ddecide_tmp_theia()
@@ -437,6 +583,15 @@
         scratch_dir=3Dtemp
         jlogger.info('User-provided ptmp is %s'%(repr(scratch_dir),))
=20
+    if inputfile is None:
+        for path in [ '../../compsets/all.input','compsets/all.input',
+                      '../compsets/all.input' ]:
+            if os.path.isfile(path):
+                inputfile=3Dpath
+    if inputfile is None:
+        usage('file all.input is missing.  You must run this script fr=
om '
+              'one of these directories: app-level, NEMS or NEMS/tests=
.')
+
     testgen=3DRTGen(baseline,scratch_dir,unique_id,logger,
                   no_copy_template,inputfile=3Dinputfile,
                   verbose=3Dbool(verbose),dry_run=3Ddry_run,
@@ -444,6 +599,9 @@
     try:
         jlogger.info('Generating workflow with id %s.'%(repr(unique_id=
),))
         testgen.testgen()
+    except ArithKeyError as ake:
+        # User specified an invalid set or test.  Give the usage messa=
ge.
+        usage(str(ake))
     except Exception as e:
         # Complain about errors in the jlogfile and exit with status 1=
.
=20
Index: checkout/tests/default_vars.sh
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/tests/default_vars.sh=09(revision 84674)
+++ checkout/tests/default_vars.sh=09(revision 84790)
@@ -41,7 +41,9 @@
 export GEN_ENSEMBLE=3D0
 export WRITE_DOPOST=3D.false.
 export POST_GRIBVERSION=3D'grib1'
-export QUEUE=3Ddebug
+
+# Bug fix: disable overriding of QUEUE:
+export QUEUE=3D${QUEUE:-debug}
 }
=20
 export_nmm ()
Index: checkout/tests/nmm_conf/nmm_glob_run.IN
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/tests/nmm_conf/nmm_glob_run.IN=09(revision 84674)
+++ checkout/tests/nmm_conf/nmm_glob_run.IN=09(revision 84790)
@@ -35,13 +35,13 @@
=20
 if [ $SCHEDULER =3D 'moab' ]; then
   cp $SRCDIR/tests/nmm_msub .
-  msub nmm_msub > /dev/null
+  msub nmm_msub
 elif [ $SCHEDULER =3D 'pbs' ]; then
   cp $SRCDIR/tests/nmm_qsub .
-  qsub nmm_qsub > /dev/null
+  qsub nmm_qsub
 elif [ $SCHEDULER =3D 'lsf' ]; then
   cp $SRCDIR/tests/nmm_bsub .
-  bsub < nmm_bsub > /dev/null 2>&1
+  bsub < nmm_bsub
 fi
=20
 exit
Index: checkout/tests/nmm_conf/nmm_nests_run.IN
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/tests/nmm_conf/nmm_nests_run.IN=09(revision 84674)
+++ checkout/tests/nmm_conf/nmm_nests_run.IN=09(revision 84790)
@@ -37,13 +37,13 @@
=20
 if [ $SCHEDULER =3D 'moab' ]; then
   cp $SRCDIR/tests/nmm_msub .
-  msub nmm_msub > /dev/null
+  msub nmm_msub
 elif [ $SCHEDULER =3D 'pbs' ]; then
   cp $SRCDIR/tests/nmm_qsub .
-  qsub nmm_qsub > /dev/null
+  qsub nmm_qsub
 elif [ $SCHEDULER =3D 'lsf' ]; then
   cp $SRCDIR/tests/nmm_bsub .
-  bsub < nmm_bsub > /dev/null 2>&1
+  bsub < nmm_bsub
 fi
=20
 exit
Index: checkout/tests/nmm_conf/nmm_fltr_run.IN
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/tests/nmm_conf/nmm_fltr_run.IN=09(revision 84674)
+++ checkout/tests/nmm_conf/nmm_fltr_run.IN=09(revision 84790)
@@ -35,13 +35,13 @@
=20
 if [ $SCHEDULER =3D 'moab' ]; then
   cp $SRCDIR/tests/nmm_msub .
-  msub nmm_msub > /dev/null
+  msub nmm_msub
 elif [ $SCHEDULER =3D 'pbs' ]; then
   cp $SRCDIR/tests/nmm_qsub .
-  qsub nmm_qsub > /dev/null
+  qsub nmm_qsub
 elif [ $SCHEDULER =3D 'lsf' ]; then
   cp $SRCDIR/tests/nmm_bsub .
-  bsub < nmm_bsub > /dev/null 2>&1
+  bsub < nmm_bsub
 fi
=20
 exit
Index: checkout/tests/nmm_conf/nmm_mnests_run.IN
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/tests/nmm_conf/nmm_mnests_run.IN=09(revision 84674)
+++ checkout/tests/nmm_conf/nmm_mnests_run.IN=09(revision 84790)
@@ -47,13 +47,13 @@
=20
 if [ $SCHEDULER =3D 'moab' ]; then
   cp $SRCDIR/tests/nmm_msub .
-  msub nmm_msub > /dev/null
+  msub nmm_msub
 elif [ $SCHEDULER =3D 'pbs' ]; then
   cp $SRCDIR/tests/nmm_qsub .
-  qsub nmm_qsub > /dev/null
+  qsub nmm_qsub
 elif [ $SCHEDULER =3D 'lsf' ]; then
   cp $SRCDIR/tests/nmm_bsub .
-  bsub < nmm_bsub > /dev/null 2>&1
+  bsub < nmm_bsub
 fi
=20
 exit
Index: checkout/tests/nmm_conf/nmm_mnests_2way_run.IN
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/tests/nmm_conf/nmm_mnests_2way_run.IN=09(revision 84674)
+++ checkout/tests/nmm_conf/nmm_mnests_2way_run.IN=09(revision 84790)
@@ -48,13 +48,13 @@
=20
 if [ $SCHEDULER =3D 'moab' ]; then
   cp $SRCDIR/tests/nmm_msub .
-  msub nmm_msub > /dev/null
+  msub nmm_msub
 elif [ $SCHEDULER =3D 'pbs' ]; then
   cp $SRCDIR/tests/nmm_qsub .
-  qsub nmm_qsub > /dev/null
+  qsub nmm_qsub
 elif [ $SCHEDULER =3D 'lsf' ]; then
   cp $SRCDIR/tests/nmm_bsub .
-  bsub < nmm_bsub > /dev/null 2>&1
+  bsub < nmm_bsub
 fi
=20
 exit
Index: checkout/tests/nmm_conf/nmm_fltr_zombie_run.IN
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/tests/nmm_conf/nmm_fltr_zombie_run.IN=09(revision 84674)
+++ checkout/tests/nmm_conf/nmm_fltr_zombie_run.IN=09(revision 84790)
@@ -35,13 +35,13 @@
=20
 if [ $SCHEDULER =3D 'moab' ]; then
   cp $SRCDIR/tests/nmm_msub .
-  msub nmm_msub > /dev/null
+  msub nmm_msub
 elif [ $SCHEDULER =3D 'pbs' ]; then
   cp $SRCDIR/tests/nmm_qsub .
-  qsub nmm_qsub > /dev/null
+  qsub nmm_qsub
 elif [ $SCHEDULER =3D 'lsf' ]; then
   cp $SRCDIR/tests/nmm_bsub .
-  bsub < nmm_bsub > /dev/null 2>&1
+  bsub < nmm_bsub
 fi
=20
 exit
Index: checkout/tests/Compile_theia.log
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/tests/Compile_theia.log=09(revision 84674)
+++ checkout/tests/Compile_theia.log=09(revision 84790)
@@ -1,4 +1,4 @@
-Fri Nov 18 20:58:34 UTC 2016
+Mon Nov 21 17:45:03 UTC 2016
 Start Regression test
 Removing old exe/NEMS.x
 NEMSAppBuilder  app=3DNMM=20
@@ -14,7 +14,7 @@
 NOTE: App names: GSM.appBuilder GSM-GOCART.appBuilder NMM.appBuilder N=
MM-DEBUG.appBuilder NMM-POST.appBuilder wrong.appBuilder
 NOTE: APP from autoapp is NMM
 NOTE: Chosen app is NMM
-NOTE: FOUND APP FROM /scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippti=
me/NMM.appBuilder COMPONENTS NMM
+NOTE: FOUND APP FROM /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtest=
s/NMM.appBuilder COMPONENTS NMM
 Ignoring command: $tool --backtitle NEMS Application Builder --title I=
nfo --infobox Determine platform... 6 25
 NOTE: Determine platform...theia
 NOTE: CONFOPT=3Dnmmb_intel_theia MAKEOPT=3Dnmm
@@ -37,8 +37,8 @@
 NOTE: GLOB MISMATCH: rebuild from rebuild:yes for use_nems_modules
 NOTE: GLOB MISMATCH: reuse from reuse:no for use_nems_modules
 NOTE: QUESTION use_nems_modules? YES: from default
-NOTE: Load /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/sr=
c/conf/modules.nems
-NOTE: Loaded /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/conf/modules.nems
+NOTE: Load /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/conf/modules.nems
+NOTE: Loaded /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/conf/modules.nems
 Building (stadard mode) NMM...
 make: *** No targets specified and no makefile found.  Stop.
 make: *** No targets specified and no makefile found.  Stop.
@@ -51,31 +51,31 @@
 NOTE: Simple clean.
 + pwd
 cd atmos               && gmake clean
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos'
 cd share        && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/share'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/atmos/share'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/share'
 cd gsm/gsmphys         && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/gsmphys'
 cd nmm          && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/nmm'
 Cleaning ...=20
=20
 (cd nmmbphys && make clean)
-make[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/nmm/nmmbphys'
 Cleaning nmmbphys ...=20
=20
 rm -f  libnmmbphys.a *.f90 *.o *.mod *.lst *.i depend
-make[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/=
tripptime/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/=
regtests/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=
/tripptime/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/nmm'
 cd gsm       && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm'
 cd libutil && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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
@@ -96,25 +96,25 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/libutil'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/libutil'
 cd io && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/io'
 makefile:36: depend: No such file or directory
 ls -1 module_include_io.F90 module_io_mpi_def.F90 module_GFS_WRITE.F90=
 module_WRITE_INTERNAL_STATE_GFS.F90 module_GET_CONFIG_WRITE_GFS.F90 mo=
dule_WRITE_ROUTINES_GFS.F90 module_WRITE_GRID_COMP_GFS.F90 > Srcfiles
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/io'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/io'
 cd dyn && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcon=
s.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physc=
ons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -158,8 +158,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/dyn'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcon=
s.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physc=
ons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -199,9 +199,9 @@
 ../../../conf/make.rules:8: warning: overriding commands for target `.=
f.f90'
 makefile:292: warning: ignoring old commands for target `.f.f90'
 rm -f gfs_dynamics.a *.o *.mod *.lst *.f90 lm map depend
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/phys'
 makefile:126: warning: overriding commands for target `gbphys_adv_hyb_=
gc.o'
 makefile:118: warning: ignoring old commands for target `gbphys_adv_hy=
b_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_=
gc_h.o'
@@ -247,8 +247,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/phys'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/phys'
 makefile:126: warning: overriding commands for target `gbphys_adv_hyb_=
gc.o'
 makefile:118: warning: ignoring old commands for target `gbphys_adv_hy=
b_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_=
gc_h.o'
@@ -290,25 +290,25 @@
 ../../../conf/make.rules:8: warning: overriding commands for target `.=
f.f90'
 makefile:107: warning: ignoring old commands for target `.f.f90'
 rm -f gfs_physics.a *.o *.mod *.lst *.f90 lm map depend
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/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=
/tripptime/NEMS/src/atmos/gsm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm'
 cd fim          && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/fim'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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.Traha=
n/tripptime/NEMS/src/atmos/fim/FIMsrc'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/fim/FIMsrc'
 rm -f -rf ../FIMsrc_* macros.make
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/fim/FIMsrc'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/fim'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/fim'
 cd gen          && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gen'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gen'
 makefile:31: warning: overriding commands for target `module_GEN_INTER=
NAL_STATE.o'
 makefile:28: warning: ignoring old commands for target `module_GEN_INT=
ERNAL_STATE.o'
 rm -f libgen.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gen'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gen'
 cd post         && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/post'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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_routin=
es.o'
@@ -322,42 +322,42 @@
 makefile:45: warning: overriding commands for target `post_nmm_stub.o'
 makefile:42: warning: ignoring old commands for target `post_nmm_stub.=
o'
 rm -f libpost.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/post'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/post'
 rm -f libatmos.a *.f90 *.o *.mod *.lst depend
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos'
 cd ENS_Cpl             && gmake clean
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/ENS_Cpl'
 cd chem                && gmake clean GOCART_MODE=3Dfull
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem'
 cd gocart/src   && gmake -f GNUmakefile realclean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src'
-GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or director=
y
-GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or director=
y
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/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.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Config'
 GNUmakefile:35: - Node not know, disabling build environment check
 mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION   -I/apps/esmf/7.0.0/intel/intelmpi/mo=
d/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmp=
i/include -I/apps/netcdf/4.3.0-intel/include   -I/apps/esmf/7.0.0/intel=
/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/i=
ntel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -r8    -fPIC =
-fp-model source  -align dcommons fdp.f90
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/inc=
lude \
-=09=09 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ch=
em/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/sa=
ve/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I =3D -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "LIB_SDF =3D /apps/netcdf/4.3.0-intel/lib/libnetcdff.a /apps/netc=
df/4.3.0-intel/lib/libnetcdf.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a=
 /apps/hdf5/1.8.14-intel/lib/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz" =
>> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/go=
cart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippti=
me/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/sa=
ve/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../src/g5_modules.s=
h  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /sc=
ratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/s=
rc/../Linux/bin
-/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/sr=
c/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.T=
rahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is f=
dp.mod)
-./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/etc
-./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/etc
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Config'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e \
+=09=09 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save=
/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I =3D -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "LIB_SDF =3D /apps/netcdf/4.3.0-intel/lib/libnetcdff.a /apps/netc=
df/4.3.0-intel/lib/libnetcdf.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a=
 /apps/hdf5/1.8.14-intel/lib/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz" =
>> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/g5_modules.sh =
 mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/=
../Linux/bin
+/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fd=
p.mod)
+./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src'
 for d in Config GMAO_Shared Components Applications; \
 =09  do=09=09=09 \
 =09      echo Making esma_distclean in $d=09;\
@@ -367,142 +367,142 @@
 Making esma_distclean in Config
 site: Undefined variable.
 site: Undefined variable.
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Config'
 Making esma_distclean in GMAO_Shared
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]=20
 gmake -C mpi0 distclean
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 /bin/rm -f -r *~ *.[aoxd] *.[Mm][Oo][Dd] r4 r8=20
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
 Making esma_distclean in Components
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridC=
omp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridC=
omp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_Gri=
dComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_Grid=
Comp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_Grid=
Comp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridC=
omp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_Gri=
dComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_Grid=
Comp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_Grid=
Comp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridC=
omp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridC=
omp'
 /bin/rm -f DU_ExportSpec___.h DU_GetPointer___.h DU_History___.rc DU_D=
eclarePointer___.h *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridC=
omp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridC=
omp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridC=
omp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridC=
omp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridC=
omp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_Gri=
dComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_Grid=
Comp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_Grid=
Comp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridC=
omp'
 gmake local_esma_distclean
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 /bin/rm -f -f Tests/ExtData Tests/*_Registry.rc Tests/*_GridComp.rc=20
 /bin/rm -f -f *~ *.[aoxd] *.[Mm][Oo][Dd] *___.[fF]*=20
-gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components'
 Making esma_distclean in Applications
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Applications'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Applications'
-/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Config=20
-/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src'
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Config=20
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem'
 rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
 + make nmm
-+ tee /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/appBuilder.N=
EMS.log.122733
++ tee /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/appBuilder.NE=
MS.log.105215
 + pwd
-       CHEM_MODi-----------> /scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/Linux/include
+       CHEM_MODi-----------> /scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/Linux/include
 cd atmos/share         && gmake=20
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/atmos/share'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/share'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_ERR_MSG.F90 > module_ERR_MSG.f90
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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_e=
ndian -assume byterecl -fp-model strict  -c module_ERR_MSG.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_INCLUDE.F90 > module_INCLUDE.f90
@@ -513,16 +513,16 @@
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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_e=
ndian -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=20
 ar: creating libshare.a
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/share'
 cd atmos/gsm/gsmphys          && gmake  gocart_stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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_mode=
l.f gcm_shoc.f calpreciptype.f m_micro_driver.f gocart_tracer_config_st=
ub.f iounitdef.f ozne_def.f h2o_def.f progtm_module.f date_def.f rascnv=
v2.f mersenne_twister.f namelist_soilveg.f module_bfmicrophysics.f trac=
er_const_h.f gfs_phy_tracer_config.f rad_initialize.f radlw_param.f rad=
lw_datatb.f radlw_main.f radsw_param.f radsw_datatb.f radsw_main.f radi=
ation_astronomy.f radiation_aerosols.f radiation_gases.f radiation_clou=
ds.f radiation_surface.f grrad.f ozphys_2015.f ozphys.f ozinterp.f h2oi=
nterp.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 monin=
q.f moninedmf.f mfpbl.f gwdps.f gwdc.f rayleigh_damp.f rayleigh_damp_me=
sopause.f sascnv.f sascnvn.f mfdeepcnv.f cnvc90.f tridi2t3.f shalcv.f s=
halcv_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 gsmddri=
ve.f aer_cloud.f cldmacro.f cldwat2m_micro.f wv_saturation.f idea_compo=
sition.f co2hc.f idea_solar_heating.f idea_tracer.f h2oc.f h2ohdc.f efi=
eld.f ideaca.f idea_co2.f idea_h2o.f idea_ion.f idea_o2_o3.f idea_dissi=
pation.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=
/tripptime/NEMS/src/atmos/gsm/gsmphys'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/gsmphys'
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -free -I../../share -fpp -D=
ENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c machine.f
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -free -I../../share -fpp -D=
ENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c wam_f107_kp_mod.f
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -free -I../../share -fpp -D=
ENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c physparam.f
@@ -633,200 +633,200 @@
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_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 fun=
cphys.o cs_conv.o module_nst_parameters.o module_nst_water_prop.o modul=
e_nst_model.o gcm_shoc.o calpreciptype.o m_micro_driver.o idea_composit=
ion.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_dissipat=
ion.o idea_phys.o gocart_tracer_config_stub.o iounitdef.o ozne_def.o h2=
o_def.o progtm_module.o date_def.o rascnvv2.o mersenne_twister.o nameli=
st_soilveg.o module_bfmicrophysics.o tracer_const_h.o gfs_phy_tracer_co=
nfig.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_ae=
rosols.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 gbp=
hys.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 sf=
lx.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 m=
fdeepcnv.o cnvc90.o tridi2t3.o shalcv.o shalcv_opr.o shalcnv.o mfshalcn=
v.o lrgsclr.o gscond.o gscondp.o precpd.o precpdp.o precpd_shoc.o mstad=
b.o mstadbtn.o mstcnv.o get_prs.o gsmddrive.o aer_cloud.o cldmacro.o cl=
dwat2m_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=
/tripptime/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/gsmphys'
 cd atmos/nmm           && gmake=20
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/nmm'
 ls -1 ffsync.F90 module_ERROR_MSG.F90 module_BGRID_INTERP.F90 module_C=
LOCKTIMES.F90 module_CONTROL.F90 module_CONVECTION.F90 module_DERIVED_T=
YPES.F90 module_DIAGNOSE.F90 module_DIGITAL_FILTER_NMM.F90 module_DM_PA=
RALLEL.F90 module_DOMAIN_GRID_COMP.F90 module_DOMAIN_INTERNAL_STATE.F90=
 module_DYNAMICS_ROUTINES.F90 module_EXCHANGE.F90 module_FLTBNDS.F90 mo=
dule_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_M=
ICROPHYSICS.F90 module_MY_DOMAIN_SPECS.F90 module_NESTING.F90 module_NM=
M_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 modul=
e_QUASIPOST.F90 module_TRACKER.F90 module_SOLVER_GRID_COMP.F90 module_S=
OLVER_INTERNAL_STATE.F90 module_TIMESERIES.F90 module_TURBULENCE.F90 mo=
dule_VARS.F90 module_VARS_STATE.F90 module_WRITE_GRID_COMP.F90 module_W=
RITE_INTERNAL_STATE.F90 module_WRITE_ROUTINES.F90 n_namelist_physics_de=
f.f n_layout1.f n_resol_def.f n_compns_physics.f n_mpi_def.f n_module_g=
fs_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=
/tripptime/NEMS/src/atmos/nmm'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/nmm'
 gmake -C nmmbphys=20
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/nmm/nmmbphys'
 ls -1 module_KINDS.F90 module_CONSTANTS.F90 module_BL_GFSPBL.F90 modul=
e_BL_GFSPBLHUR.F90 module_BL_GFSPBLEDMFHUR.F90 module_BL_MYJPBL.F90 mod=
ule_CU_BMJ.F90 module_CU_SAS.F90 module_CU_SASHUR.F90 module_CU_SCALE.F=
90 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 radiat=
ion_astronomy_nmmb.f radiation_aerosols_nmmb.f radiation_gases_nmmb.f r=
adiation_clouds_nmmb.f radiation_surface_nmmb.f rad_initialize_nmmb.f r=
adlw_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=
/tripptime/NEMS/src/atmos/nmm/nmmbphys'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/nmm/nmmbphys'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_KINDS.F90 > module_KINDS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c =
module_KINDS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c m=
odule_KINDS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CONSTANTS.F90 > module_CONSTANTS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c =
module_CONSTANTS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c m=
odule_CONSTANTS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_BL_GFSPBL.F90 > module_BL_GFSPBL.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c =
module_BL_GFSPBL.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c m=
odule_BL_GFSPBL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_BL_GFSPBLHUR.F90 > module_BL_GFSPBLHUR.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c =
module_BL_GFSPBLHUR.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c m=
odule_BL_GFSPBLHUR.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_BL_GFSPBLEDMFHUR.F90 > module_BL_GFSPBLEDMFHUR.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c =
module_BL_GFSPBLEDMFHUR.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c m=
odule_BL_GFSPBLEDMFHUR.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_BL_MYJPBL.F90 > module_BL_MYJPBL.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c =
module_BL_MYJPBL.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c m=
odule_BL_MYJPBL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CU_BMJ.F90 > module_CU_BMJ.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c =
module_CU_BMJ.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c m=
odule_CU_BMJ.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CU_SAS.F90 > module_CU_SAS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c =
module_CU_SAS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c m=
odule_CU_SAS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CU_SASHUR.F90 > module_CU_SASHUR.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c =
module_CU_SASHUR.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c m=
odule_CU_SASHUR.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CU_SCALE.F90 > module_CU_SCALE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c =
module_CU_SCALE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c m=
odule_CU_SCALE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_LS_LISS.F90 > module_LS_LISS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c =
module_LS_LISS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c m=
odule_LS_LISS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_LS_NOAHLSM.F90 > module_LS_NOAHLSM.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_SF_URBAN.F90 > module_SF_URBAN.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c =
module_SF_URBAN.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c =
module_LS_NOAHLSM.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c m=
odule_SF_URBAN.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c m=
odule_LS_NOAHLSM.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_MP_ETANEW.F90 > module_MP_ETANEW.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c =
module_MP_ETANEW.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c m=
odule_MP_ETANEW.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_MP_FER_HIRES.F90 > module_MP_FER_HIRES.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c =
module_MP_FER_HIRES.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c m=
odule_MP_FER_HIRES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_mp_thompson.F90 > module_mp_thompson.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_mp_radar.F90 > module_mp_radar.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c =
module_mp_radar.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c =
module_mp_thompson.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c m=
odule_mp_radar.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c m=
odule_mp_thompson.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_MP_GFS.F90 > module_MP_GFS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c =
module_MP_GFS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c m=
odule_MP_GFS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_MP_WSM6.F90 > module_MP_WSM6.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c =
module_MP_WSM6.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c m=
odule_MP_WSM6.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_RA_GFDL.F90 > module_RA_GFDL.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c =
module_RA_GFDL.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c m=
odule_RA_GFDL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_RA_RRTM.F90 > module_RA_RRTM.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/L=
inux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/includ=
e -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nem=
sio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -con=
vert big_endian -assume byterecl -fp-model strict -I../../share -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmph=
ys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c radiation_astron=
omy_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/L=
inux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/includ=
e -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nem=
sio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -con=
vert big_endian -assume byterecl -fp-model strict -I../../share -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmph=
ys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c radiation_surfac=
e_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/L=
inux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/includ=
e -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nem=
sio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -con=
vert big_endian -assume byterecl -fp-model strict -I../../share -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmph=
ys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c radiation_gases_=
nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/L=
inux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/includ=
e -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nem=
sio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -con=
vert big_endian -assume byterecl -fp-model strict -I../../share -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmph=
ys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c radsw_main_nmmb.=
f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/L=
inux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/includ=
e -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nem=
sio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -con=
vert big_endian -assume byterecl -fp-model strict -I../../share -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmph=
ys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c radiation_aeroso=
ls_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/L=
inux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/includ=
e -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nem=
sio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -con=
vert big_endian -assume byterecl -fp-model strict -I../../share -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmph=
ys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c radiation_clouds=
_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/L=
inux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/includ=
e -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nem=
sio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -con=
vert big_endian -assume byterecl -fp-model strict -I../../share -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmph=
ys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c radlw_main_nmmb.=
f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/L=
inux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/includ=
e -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nem=
sio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -con=
vert big_endian -assume byterecl -fp-model strict -I../../share -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmph=
ys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c grrad_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/L=
inux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/includ=
e -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nem=
sio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -con=
vert big_endian -assume byterecl -fp-model strict -I../../share -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphy=
s -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c radiation_astrono=
my_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/L=
inux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/includ=
e -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nem=
sio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -con=
vert big_endian -assume byterecl -fp-model strict -I../../share -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphy=
s -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c radiation_surface=
_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/L=
inux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/includ=
e -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nem=
sio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -con=
vert big_endian -assume byterecl -fp-model strict -I../../share -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphy=
s -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c radiation_gases_n=
mmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/L=
inux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/includ=
e -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nem=
sio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -con=
vert big_endian -assume byterecl -fp-model strict -I../../share -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphy=
s -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c radsw_main_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/L=
inux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/includ=
e -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nem=
sio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -con=
vert big_endian -assume byterecl -fp-model strict -I../../share -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphy=
s -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c radiation_aerosol=
s_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/L=
inux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/includ=
e -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nem=
sio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -con=
vert big_endian -assume byterecl -fp-model strict -I../../share -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphy=
s -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c radiation_clouds_=
nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/L=
inux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/includ=
e -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nem=
sio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -con=
vert big_endian -assume byterecl -fp-model strict -I../../share -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphy=
s -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c radlw_main_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/L=
inux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/includ=
e -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nem=
sio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -con=
vert big_endian -assume byterecl -fp-model strict -I../../share -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphy=
s -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c grrad_nmmb.f
 grrad_nmmb.f(1212): (col. 9) warning #13379: loop was not vectorized w=
ith "simd"
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c =
module_RA_RRTM.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c m=
odule_RA_RRTM.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_SF_JSFC.F90 > module_SF_JSFC.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c =
module_SF_JSFC.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c m=
odule_SF_JSFC.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_SF_GFDL.F90 > module_SF_GFDL.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c =
module_SF_GFDL.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/L=
inux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/includ=
e -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nem=
sio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -con=
vert big_endian -assume byterecl -fp-model strict -I../../share -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmph=
ys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c rad_initialize_n=
mmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/L=
inux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/includ=
e -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nem=
sio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -con=
vert big_endian -assume byterecl -fp-model strict -I../../share -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmph=
ys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c precpd_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c m=
odule_SF_GFDL.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/L=
inux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/includ=
e -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nem=
sio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -con=
vert big_endian -assume byterecl -fp-model strict -I../../share -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphy=
s -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c rad_initialize_nm=
mb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/L=
inux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/includ=
e -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nem=
sio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -con=
vert big_endian -assume byterecl -fp-model strict -I../../share -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphy=
s -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -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 m=
odule_CU_BMJ.o module_CU_SAS.o module_CU_SASHUR.o module_CU_SCALE.o mod=
ule_LS_LISS.o module_LS_NOAHLSM.o module_MP_ETANEW.o module_MP_FER_HIRE=
S.o module_mp_thompson.o module_mp_radar.o module_MP_GFS.o module_MP_WS=
M6.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_a=
erosols_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=
/tripptime/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/nmm/nmmbphys'
 gmake libnmm.a=20
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/nmm'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ffsyn=
c.F90 > ffsync.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c ffsync.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c ffsync.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_ERROR_MSG.F90 > module_ERROR_MSG.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_ERROR_MSG.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_ERROR_MSG.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_BGRID_INTERP.F90 > module_BGRID_INTERP.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_BGRID_INTERP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_BGRID_INTERP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CLOCKTIMES.F90 > module_CLOCKTIMES.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_CLOCKTIMES.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_CLOCKTIMES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CONTROL.F90 > module_CONTROL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_EXCHANGE.F90 > module_EXCHANGE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_MY_DOMAIN_SPECS.F90 > module_MY_DOMAIN_SPECS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_MY_DOMAIN_SPECS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_EXCHANGE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_MY_DOMAIN_SPECS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_EXCHANGE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DERIVED_TYPES.F90 > module_DERIVED_TYPES.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_DERIVED_TYPES.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_CONTROL.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_DERIVED_TYPES.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_CONTROL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CONVECTION.F90 > module_CONVECTION.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_CONVECTION.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_CONVECTION.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DIAGNOSE.F90 > module_DIAGNOSE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_SOLVER_INTERNAL_STATE.F90 > module_SOLVER_INTERNAL_STATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_MICROPHYSICS.F90 > module_MICROPHYSICS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_MICROPHYSICS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_MICROPHYSICS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_VARS.F90 > module_VARS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_VARS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_SOLVER_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_DIAGNOSE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_VARS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_SOLVER_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_DIAGNOSE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DIGITAL_FILTER_NMM.F90 > module_DIGITAL_FILTER_NMM.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_DIGITAL_FILTER_NMM.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_DIGITAL_FILTER_NMM.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DM_PARALLEL.F90 > module_DM_PARALLEL.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_DM_PARALLEL.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_DM_PARALLEL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DOMAIN_GRID_COMP.F90 > module_DOMAIN_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_SOLVER_GRID_COMP.F90 > module_SOLVER_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DYNAMICS_ROUTINES.F90 > module_DYNAMICS_ROUTINES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_FLTBNDS.F90 > module_FLTBNDS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_FLTBNDS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_DYNAMICS_ROUTINES.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_FLTBNDS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_DYNAMICS_ROUTINES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_TURBULENCE.F90 > module_TURBULENCE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GWD.F90 > module_GWD.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_GWD.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_TURBULENCE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3 -fixed  -I../share -I/scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_nameli=
st_physics_def.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_GWD.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_TURBULENCE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3 -fixed  -I../share -I/scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_namelis=
t_physics_def.f
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_INIT_READ_NEMSIO.F90 > module_INIT_READ_NEMSIO.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_INIT_READ_NEMSIO.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_INIT_READ_NEMSIO.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_TRACKER.F90 > module_TRACKER.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_RELAX4E.F90 > module_RELAX4E.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_RELAX4E.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_RELAX4E.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_REDUCTION.F90 > module_REDUCTION.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_REDUCTION.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_TRACKER.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_REDUCTION.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_TRACKER.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_RADIATION.F90 > module_RADIATION.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_RADIATION.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_RADIATION.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GET_CONFIG.F90 > module_GET_CONFIG.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_GET_CONFIG.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_GET_CONFIG.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_QUASIPOST.F90 > module_QUASIPOST.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_QUASIPOST.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3 -fixed  -I../share -I/scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_layout=
1.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_QUASIPOST.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3 -fixed  -I../share -I/scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_layout1=
.f
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_VARS_STATE.F90 > module_VARS_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_VARS_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3 -fixed  -I../share -I/scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_resol_=
def.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_VARS_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3 -fixed  -I../share -I/scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_resol_d=
ef.f
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_NESTING.F90 > module_NESTING.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_NESTING.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_NESTING.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_H_TO_V.F90 > module_H_TO_V.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_H_TO_V.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_H_TO_V.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_INIT_READ_BIN.F90 > module_INIT_READ_BIN.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_INIT_READ_BIN.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_INIT_READ_BIN.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_PRECIP_ADJUST.F90 > module_PRECIP_ADJUST.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_PRECIP_ADJUST.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_SOLVER_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_PRECIP_ADJUST.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_SOLVER_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DOMAIN_INTERNAL_STATE.F90 > module_DOMAIN_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_DOMAIN_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_DOMAIN_INTERNAL_STATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_WRITE_GRID_COMP.F90 > module_WRITE_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_WRITE_ROUTINES.F90 > module_WRITE_ROUTINES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_WRITE_INTERNAL_STATE.F90 > module_WRITE_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_WRITE_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_WRITE_ROUTINES.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_WRITE_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_WRITE_ROUTINES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GET_CONFIG_WRITE.F90 > module_GET_CONFIG_WRITE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_GET_CONFIG_WRITE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_WRITE_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_GET_CONFIG_WRITE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_WRITE_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_OUTPUT.F90 > module_OUTPUT.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_OUTPUT.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_DOMAIN_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_OUTPUT.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_DOMAIN_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_NMM_GRID_COMP.F90 > module_NMM_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_NMM_INTEGRATE.F90 > module_NMM_INTEGRATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_TIMESERIES.F90 > module_TIMESERIES.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_TIMESERIES.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_TIMESERIES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_PARENT_CHILD_CPL_COMP.F90 > module_PARENT_CHILD_CPL_COMP.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_PARENT_CHILD_CPL_COMP.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_NMM_INTEGRATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_PARENT_CHILD_CPL_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_NMM_INTEGRATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_NMM_INTERNAL_STATE.F90 > module_NMM_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_NMM_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmb=
phys -c module_NMM_GRID_COMP.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3 -fixed  -I../share -I/scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_module=
_gfs_mpi_def.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3 -fixed  -I../share -I/scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_mpi_de=
f.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3 -fixed  -I../share -I/scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_compns=
_physics.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3 -fixed  -I../share -I/scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_mpi_qu=
it.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_NMM_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbp=
hys -c module_NMM_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3 -fixed  -I../share -I/scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_module_=
gfs_mpi_def.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3 -fixed  -I../share -I/scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_mpi_def=
.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3 -fixed  -I../share -I/scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_compns_=
physics.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3 -fixed  -I../share -I/scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_mpi_qui=
t.f
 ar -r libnmm.a ffsync.o module_ERROR_MSG.o module_BGRID_INTERP.o modul=
e_CLOCKTIMES.o module_CONTROL.o module_CONVECTION.o module_DERIVED_TYPE=
S.o module_DIAGNOSE.o module_DIGITAL_FILTER_NMM.o module_DM_PARALLEL.o =
module_DOMAIN_GRID_COMP.o module_DOMAIN_INTERNAL_STATE.o module_DYNAMIC=
S_ROUTINES.o module_EXCHANGE.o module_FLTBNDS.o module_GET_CONFIG.o mod=
ule_GET_CONFIG_WRITE.o module_GWD.o module_H_TO_V.o module_INIT_READ_BI=
N.o module_INIT_READ_NEMSIO.o module_MICROPHYSICS.o module_MY_DOMAIN_SP=
ECS.o module_NESTING.o module_NMM_GRID_COMP.o module_NMM_INTEGRATE.o mo=
dule_NMM_INTERNAL_STATE.o module_OUTPUT.o module_PARENT_CHILD_CPL_COMP.=
o module_PRECIP_ADJUST.o module_RADIATION.o module_RELAX4E.o module_RED=
UCTION.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_la=
yout1.o n_resol_def.o n_compns_physics.o n_mpi_def.o n_module_gfs_mpi_d=
ef.o n_mpi_quit.o nmmbphys/grrad_nmmb.o nmmbphys/module_BL_GFSPBLEDMFHU=
R.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/m=
odule_LS_NOAHLSM.o nmmbphys/module_MP_ETANEW.o nmmbphys/module_MP_FER_H=
IRES.o nmmbphys/module_MP_GFS.o nmmbphys/module_mp_radar.o nmmbphys/mod=
ule_mp_thompson.o nmmbphys/module_MP_WSM6.o nmmbphys/module_RA_GFDL.o n=
mmbphys/module_RA_RRTM.o nmmbphys/module_SF_GFDL.o nmmbphys/module_SF_J=
SFC.o nmmbphys/module_SF_URBAN.o nmmbphys/precpd_nmmb.o nmmbphys/radiat=
ion_aerosols_nmmb.o nmmbphys/radiation_astronomy_nmmb.o nmmbphys/radiat=
ion_clouds_nmmb.o nmmbphys/radiation_gases_nmmb.o nmmbphys/radiation_su=
rface_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=
/tripptime/NEMS/src/atmos/nmm'
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/nmm'
 cd atmos/gsm           && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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_G=
FS_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=
/tripptime/NEMS/src/atmos/gsm'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GFS_GRID_COMP_stub.F90 > module_GFS_GRID_COMP_stub.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -free -I../share -Iio -Ilib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -c module_GFS_GRID_COMP_stub.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -free -I../share -Iio -Ilib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmo=
s/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=
/tripptime/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm'
 cd atmos/gen           && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gen'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gen'
 makefile:31: warning: overriding commands for target `module_GEN_INTER=
NAL_STATE.o'
 makefile:28: warning: ignoring old commands for target `module_GEN_INT=
ERNAL_STATE.o'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GEN_INTERNAL_STATE.F90 > module_GEN_INTERNAL_STATE.f90
@@ -835,23 +835,23 @@
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict -I../share -c module_GEN_GR=
ID_COMP_stub.f90
 ar -r libgen.a module_GEN_INTERNAL_STATE.o module_GEN_GRID_COMP_stub.o=
=20
 ar: creating libgen.a
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gen'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gen'
 cd atmos/fim           && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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.F9=
0 module_DYNAMICS_GRID_COMP.F90 module_DYN_PHY_CPL_COMP.F90 module_PHYS=
ICS_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=
/tripptime/NEMS/src/atmos/fim'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/fim'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM fim_g=
rid_comp_stub.F90 > fim_grid_comp_stub.f90
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_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=
/tripptime/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/fim'
 cd atmos/post          && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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_routin=
es.o'
@@ -869,8 +869,8 @@
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/post'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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_routin=
es.o'
@@ -891,25 +891,25 @@
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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_e=
ndian -assume byterecl -fp-model strict -I../share -c post_nems_routine=
s_stub.f90
 ar -r libpost.a post_gfs_stub.o post_nmm_stub.o post_nems_routines_stu=
b.o
 ar: creating libpost.a
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/post'
 cd atmos               && gmake=20
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos'
 makefile:40: depend: No such file or directory
 ls -1 module_ATM_INTERNAL_STATE.F90 module_ATM_GRID_COMP.F90 > Srcfile=
s
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_ATM_INTERNAL_STATE.F90 > module_ATM_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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_e=
ndian -assume byterecl -fp-model strict -Ishare -Inmm -Igsm -Ifim -I/sc=
ratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsm=
phys -Igen -c module_ATM_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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_e=
ndian -assume byterecl -fp-model strict -Ishare -Inmm -Igsm -Ifim -I/sc=
ratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -Igen -c module_ATM_INTERNAL_STATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_ATM_GRID_COMP.F90 > module_ATM_GRID_COMP.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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_e=
ndian -assume byterecl -fp-model strict -Ishare -Inmm -Igsm -Ifim -I/sc=
ratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsm=
phys -Igen -c module_ATM_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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_e=
ndian -assume byterecl -fp-model strict -Ishare -Inmm -Igsm -Ifim -I/sc=
ratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -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=
/tripptime/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos'
 cd ENS_Cpl             && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/ENS_Cpl'
 makefile:124: depend: No such file or directory
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM Lib_E=
SMFStateAddGetMod.f > Lib_ESMFStateAddGetMod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM machi=
ne.f > machine.f90
@@ -932,38 +932,38 @@
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/ENS_Cpl'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/ENS_Cpl'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ENS_C=
plComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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_e=
ndian -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=
/tripptime/NEMS/src/ENS_Cpl'
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Fri Nov 18 20:58:50 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D323' module_MEDIATOR_methods.F90 > module_MED=
IATOR_methods.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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_e=
ndian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatm=
os/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -I=
atmos/gen -Iatmos/share  -c module_MEDIATOR_methods.f90
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 17:45:22 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' module_MEDIATOR_methods.F90 > module_MEDI=
ATOR_methods.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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_e=
ndian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmo=
s/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPD=
EV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I. -Iat=
mos/gen -Iatmos/share  -c module_MEDIATOR_methods.f90
 rm module_MEDIATOR_methods.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Fri Nov 18 20:58:50 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D323' module_MEDIATOR.F90 > module_MEDIATOR.f9=
0
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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_e=
ndian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatm=
os/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -I=
atmos/gen -Iatmos/share  -c module_MEDIATOR.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 17:45:22 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' module_MEDIATOR.F90 > module_MEDIATOR.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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_e=
ndian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmo=
s/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPD=
EV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I. -Iat=
mos/gen -Iatmos/share  -c module_MEDIATOR.f90
 rm module_MEDIATOR.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Fri Nov 18 20:58:50 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D323' module_MEDIATOR_SpaceWeather.F90 > modul=
e_MEDIATOR_SpaceWeather.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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_e=
ndian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatm=
os/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -I=
atmos/gen -Iatmos/share  -c module_MEDIATOR_SpaceWeather.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 17:45:22 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' module_MEDIATOR_SpaceWeather.F90 > module=
_MEDIATOR_SpaceWeather.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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_e=
ndian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmo=
s/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPD=
EV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I. -Iat=
mos/gen -Iatmos/share  -c module_MEDIATOR_SpaceWeather.f90
 rm module_MEDIATOR_SpaceWeather.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Fri Nov 18 20:58:50 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D323' module_EARTH_INTERNAL_STATE.F90 > module=
_EARTH_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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_e=
ndian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatm=
os/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -I=
atmos/gen -Iatmos/share  -c module_EARTH_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 17:45:22 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' module_EARTH_INTERNAL_STATE.F90 > module_=
EARTH_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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_e=
ndian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmo=
s/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPD=
EV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I. -Iat=
mos/gen -Iatmos/share  -c module_EARTH_INTERNAL_STATE.f90
 rm module_EARTH_INTERNAL_STATE.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Fri Nov 18 20:58:50 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D323' module_EARTH_GRID_COMP.F90 > module_EART=
H_GRID_COMP.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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_e=
ndian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatm=
os/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -I=
atmos/gen -Iatmos/share  -c module_EARTH_GRID_COMP.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 17:45:22 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' module_EARTH_GRID_COMP.F90 > module_EARTH=
_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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_e=
ndian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmo=
s/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPD=
EV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I. -Iat=
mos/gen -Iatmos/share  -c module_EARTH_GRID_COMP.f90
 rm module_EARTH_GRID_COMP.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Fri Nov 18 20:58:50 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D323' module_NEMS_INTERNAL_STATE.F90 > module_=
NEMS_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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_e=
ndian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatm=
os/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -I=
atmos/gen -Iatmos/share  -c module_NEMS_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 17:45:22 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' module_NEMS_INTERNAL_STATE.F90 > module_N=
EMS_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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_e=
ndian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmo=
s/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPD=
EV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I. -Iat=
mos/gen -Iatmos/share  -c module_NEMS_INTERNAL_STATE.f90
 rm module_NEMS_INTERNAL_STATE.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Fri Nov 18 20:58:50 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D323' module_NEMS_GRID_COMP.F90 > module_NEMS_=
GRID_COMP.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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_e=
ndian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatm=
os/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -I=
atmos/gen -Iatmos/share  -c module_NEMS_GRID_COMP.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 17:45:22 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' module_NEMS_GRID_COMP.F90 > module_NEMS_G=
RID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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_e=
ndian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmo=
s/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPD=
EV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I. -Iat=
mos/gen -Iatmos/share  -c module_NEMS_GRID_COMP.f90
 rm module_NEMS_GRID_COMP.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Fri Nov 18 20:58:50 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D323' MAIN_NEMS.F90 > MAIN_NEMS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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_e=
ndian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatm=
os/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -I=
atmos/gen -Iatmos/share  -c MAIN_NEMS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 17:45:22 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' MAIN_NEMS.F90 > MAIN_NEMS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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_e=
ndian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmo=
s/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPD=
EV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I. -Iat=
mos/gen -Iatmos/share  -c MAIN_NEMS.f90
 rm MAIN_NEMS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict  -o ../exe/NEMS.x MAIN_NEMS=
.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWea=
ther.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NE=
MS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o  atmos/libatmos.a atmos/nmm=
/libnmm.a atmos/gsm/libgfs.a atmos/fim/libfimtop.a atmos/gen/libgen.a /=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/g=
smphys/libphys.a atmos/share/libshare.a atmos/post/libpost.a  ENS_Cpl/E=
NS_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/li=
b/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.0=
48/intel64/lib -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel6=
4 -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/apps/int=
el/composer_xe_2015.1.133/mkl/lib/intel64 -L/apps/intel/composer_xe_201=
5.1.133/compiler/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/tbb/l=
ib/intel64/gcc4.4 -L/apps/intel/composer_xe_2015.1.133/compiler/lib/int=
el64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/ -L/usr/lib/gcc/x86_64-re=
dhat-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/compile=
r/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/g=
cc/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.inte=
l.64.intelmpi.default  -Wl,-rpath,/apps/netcdf/4.3.0-intel/lib -lesmf  =
-ldl -lrt -lpthread -limf -lsvml -lirng -lm -lipgo -ldecimal -liomp5 -l=
cilkrts -lstdc++ -lgcc -lgcc_s -lirc -lpthread -lsvml -lgcc -lgcc_s -li=
rc_s -ldl -lrt -ldl -lnetcdff -lnetcdf -L/apps/netcdf/4.3.0-intel/lib -=
lnetcdff -lnetcdf=20
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/a=
pps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2=
.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert b=
ig_endian -assume byterecl -fp-model strict  -o ../exe/NEMS.x MAIN_NEMS=
.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWea=
ther.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NE=
MS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o  atmos/libatmos.a atmos/nmm=
/libnmm.a atmos/gsm/libgfs.a atmos/fim/libfimtop.a atmos/gen/libgen.a /=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gs=
mphys/libphys.a atmos/share/libshare.a atmos/post/libpost.a  ENS_Cpl/EN=
S_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/n=
wprod/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.04=
8/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/inte=
l/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/li=
b/intel64/gcc4.4 -L/apps/intel/composer_xe_2015.1.133/compiler/lib/inte=
l64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/ -L/usr/lib/gcc/x86_64-red=
hat-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/../l=
ib64 -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/gc=
c/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 -lc=
ilkrts -lstdc++ -lgcc -lgcc_s -lirc -lpthread -lsvml -lgcc -lgcc_s -lir=
c_s -ldl -lrt -ldl -lnetcdff -lnetcdf -L/apps/netcdf/4.3.0-intel/lib -l=
netcdff -lnetcdf=20
 ../exe/NEMS.x is created for NMM core.
 + set +x
 NOTE: Success!
@@ -981,7 +981,7 @@
 NOTE: App names: GSM.appBuilder GSM-GOCART.appBuilder NMM.appBuilder N=
MM-DEBUG.appBuilder NMM-POST.appBuilder wrong.appBuilder
 NOTE: APP from autoapp is NMM-DEBUG
 NOTE: Chosen app is NMM-DEBUG
-NOTE: FOUND APP FROM /scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippti=
me/NMM-DEBUG.appBuilder COMPONENTS NMM
+NOTE: FOUND APP FROM /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtest=
s/NMM-DEBUG.appBuilder COMPONENTS NMM
 Ignoring command: $tool --backtitle NEMS Application Builder --title I=
nfo --infobox Determine platform... 6 25
 NOTE: Determine platform...theia
 NOTE: CONFOPT=3Dnmmb_intel_theia MAKEOPT=3Dnmm DEBUG=3Don
@@ -1004,8 +1004,8 @@
 NOTE: GLOB MISMATCH: rebuild from rebuild:yes for use_nems_modules
 NOTE: GLOB MISMATCH: reuse from reuse:no for use_nems_modules
 NOTE: QUESTION use_nems_modules? YES: from default
-NOTE: Load /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/sr=
c/conf/modules.nems
-NOTE: Loaded /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/conf/modules.nems
+NOTE: Load /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/conf/modules.nems
+NOTE: Loaded /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/conf/modules.nems
 Building (stadard mode) NMM...
 make: *** No targets specified and no makefile found.  Stop.
 make: *** No targets specified and no makefile found.  Stop.
@@ -1018,31 +1018,31 @@
 NOTE: Simple clean.
 + pwd
 cd atmos               && gmake clean
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos'
 cd share        && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/share'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/atmos/share'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/share'
 cd gsm/gsmphys         && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/gsmphys'
 cd nmm          && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/nmm'
 Cleaning ...=20
=20
 (cd nmmbphys && make clean)
-make[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/nmm/nmmbphys'
 Cleaning nmmbphys ...=20
=20
 rm -f  libnmmbphys.a *.f90 *.o *.mod *.lst *.i depend
-make[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/=
tripptime/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/=
regtests/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=
/tripptime/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/nmm'
 cd gsm       && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm'
 cd libutil && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/libutil'
 ../../../conf/make.rules:5: warning: overriding commands for target `.=
F90.f90'
 makefile:43: warning: ignoring old commands for target `.F90.f90'
 makefile:73: depend: No such file or directory
@@ -1063,25 +1063,25 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/libutil'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/libutil'
 cd io && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/io'
 makefile:36: depend: No such file or directory
 ls -1 module_include_io.F90 module_io_mpi_def.F90 module_GFS_WRITE.F90=
 module_WRITE_INTERNAL_STATE_GFS.F90 module_GET_CONFIG_WRITE_GFS.F90 mo=
dule_WRITE_ROUTINES_GFS.F90 module_WRITE_GRID_COMP_GFS.F90 > Srcfiles
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/io'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/io'
 cd dyn && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcon=
s.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physc=
ons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -1125,8 +1125,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/dyn'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcon=
s.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physc=
ons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -1166,9 +1166,9 @@
 ../../../conf/make.rules:8: warning: overriding commands for target `.=
f.f90'
 makefile:292: warning: ignoring old commands for target `.f.f90'
 rm -f gfs_dynamics.a *.o *.mod *.lst *.f90 lm map depend
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/phys'
 makefile:126: warning: overriding commands for target `gbphys_adv_hyb_=
gc.o'
 makefile:118: warning: ignoring old commands for target `gbphys_adv_hy=
b_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_=
gc_h.o'
@@ -1214,8 +1214,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/phys'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/phys'
 makefile:126: warning: overriding commands for target `gbphys_adv_hyb_=
gc.o'
 makefile:118: warning: ignoring old commands for target `gbphys_adv_hy=
b_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_=
gc_h.o'
@@ -1257,25 +1257,25 @@
 ../../../conf/make.rules:8: warning: overriding commands for target `.=
f.f90'
 makefile:107: warning: ignoring old commands for target `.f.f90'
 rm -f gfs_physics.a *.o *.mod *.lst *.f90 lm map depend
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/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=
/tripptime/NEMS/src/atmos/gsm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm'
 cd fim          && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/fim'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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.Traha=
n/tripptime/NEMS/src/atmos/fim/FIMsrc'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/fim/FIMsrc'
 rm -f -rf ../FIMsrc_* macros.make
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/fim/FIMsrc'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/fim'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/fim'
 cd gen          && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gen'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gen'
 makefile:31: warning: overriding commands for target `module_GEN_INTER=
NAL_STATE.o'
 makefile:28: warning: ignoring old commands for target `module_GEN_INT=
ERNAL_STATE.o'
 rm -f libgen.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gen'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gen'
 cd post         && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/post'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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_routin=
es.o'
@@ -1289,42 +1289,42 @@
 makefile:45: warning: overriding commands for target `post_nmm_stub.o'
 makefile:42: warning: ignoring old commands for target `post_nmm_stub.=
o'
 rm -f libpost.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/post'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/post'
 rm -f libatmos.a *.f90 *.o *.mod *.lst depend
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos'
 cd ENS_Cpl             && gmake clean
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/ENS_Cpl'
 cd chem                && gmake clean GOCART_MODE=3Dfull
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem'
 cd gocart/src   && gmake -f GNUmakefile realclean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src'
-GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or director=
y
-GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or director=
y
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/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.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Config'
 GNUmakefile:35: - Node not know, disabling build environment check
 mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION   -I/apps/esmf/7.0.0/intel/intelmpi/mo=
d/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmp=
i/include -I/apps/netcdf/4.3.0-intel/include   -I/apps/esmf/7.0.0/intel=
/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/i=
ntel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -r8    -fPIC =
-fp-model source  -align dcommons fdp.f90
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/inc=
lude \
-=09=09 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ch=
em/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/sa=
ve/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I =3D -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "LIB_SDF =3D /apps/netcdf/4.3.0-intel/lib/libnetcdff.a /apps/netc=
df/4.3.0-intel/lib/libnetcdf.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a=
 /apps/hdf5/1.8.14-intel/lib/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz" =
>> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/go=
cart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippti=
me/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/sa=
ve/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../src/g5_modules.s=
h  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /sc=
ratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/s=
rc/../Linux/bin
-/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/sr=
c/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.T=
rahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is f=
dp.mod)
-./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/etc
-./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/etc
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Config'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e \
+=09=09 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save=
/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I =3D -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "LIB_SDF =3D /apps/netcdf/4.3.0-intel/lib/libnetcdff.a /apps/netc=
df/4.3.0-intel/lib/libnetcdf.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a=
 /apps/hdf5/1.8.14-intel/lib/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz" =
>> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/g5_modules.sh =
 mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/=
../Linux/bin
+/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fd=
p.mod)
+./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src'
 for d in Config GMAO_Shared Components Applications; \
 =09  do=09=09=09 \
 =09      echo Making esma_distclean in $d=09;\
@@ -1334,142 +1334,142 @@
 Making esma_distclean in Config
 site: Undefined variable.
 site: Undefined variable.
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Config'
 Making esma_distclean in GMAO_Shared
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]=20
 gmake -C mpi0 distclean
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 /bin/rm -f -r *~ *.[aoxd] *.[Mm][Oo][Dd] r4 r8=20
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
 Making esma_distclean in Components
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridC=
omp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridC=
omp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_Gri=
dComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_Grid=
Comp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_Grid=
Comp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridC=
omp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_Gri=
dComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_Grid=
Comp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_Grid=
Comp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridC=
omp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridC=
omp'
 /bin/rm -f DU_ExportSpec___.h DU_GetPointer___.h DU_History___.rc DU_D=
eclarePointer___.h *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridC=
omp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridC=
omp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridC=
omp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridC=
omp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridC=
omp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_Gri=
dComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_Grid=
Comp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_Grid=
Comp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridC=
omp'
 gmake local_esma_distclean
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 /bin/rm -f -f Tests/ExtData Tests/*_Registry.rc Tests/*_GridComp.rc=20
 /bin/rm -f -f *~ *.[aoxd] *.[Mm][Oo][Dd] *___.[fF]*=20
-gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components'
 Making esma_distclean in Applications
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Applications'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Applications'
-/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Config=20
-/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src'
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Config=20
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem'
 rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
 + make nmm DEBUG=3Don
-+ tee /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/appBuilder.N=
EMS.log.61528
++ tee /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/appBuilder.NE=
MS.log.57422
 + pwd
-       CHEM_MODi-----------> /scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/Linux/include
+       CHEM_MODi-----------> /scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/Linux/include
 cd atmos/share         && gmake=20
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/atmos/share'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/share'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_ERR_MSG.F90 > module_ERR_MSG.f90
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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/intel=
mpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwpr=
od/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/in=
clude -convert big_endian -assume byterecl -fp-model strict  -c module_=
ERR_MSG.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_INCLUDE.F90 > module_INCLUDE.f90
@@ -1480,16 +1480,16 @@
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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/intel=
mpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwpr=
od/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/in=
clude -convert big_endian -assume byterecl -fp-model strict  -c check_e=
smf_pet.f90
 ar -r libshare.a module_ERR_MSG.o module_INCLUDE.o module_CPLFIELDS.o =
check_esmf_pet.o=20
 ar: creating libshare.a
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/share'
 cd atmos/gsm/gsmphys          && gmake  gocart_stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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_mode=
l.f gcm_shoc.f calpreciptype.f m_micro_driver.f gocart_tracer_config_st=
ub.f iounitdef.f ozne_def.f h2o_def.f progtm_module.f date_def.f rascnv=
v2.f mersenne_twister.f namelist_soilveg.f module_bfmicrophysics.f trac=
er_const_h.f gfs_phy_tracer_config.f rad_initialize.f radlw_param.f rad=
lw_datatb.f radlw_main.f radsw_param.f radsw_datatb.f radsw_main.f radi=
ation_astronomy.f radiation_aerosols.f radiation_gases.f radiation_clou=
ds.f radiation_surface.f grrad.f ozphys_2015.f ozphys.f ozinterp.f h2oi=
nterp.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 monin=
q.f moninedmf.f mfpbl.f gwdps.f gwdc.f rayleigh_damp.f rayleigh_damp_me=
sopause.f sascnv.f sascnvn.f mfdeepcnv.f cnvc90.f tridi2t3.f shalcv.f s=
halcv_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 gsmddri=
ve.f aer_cloud.f cldmacro.f cldwat2m_micro.f wv_saturation.f idea_compo=
sition.f co2hc.f idea_solar_heating.f idea_tracer.f h2oc.f h2ohdc.f efi=
eld.f ideaca.f idea_co2.f idea_h2o.f idea_ion.f idea_o2_o3.f idea_dissi=
pation.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=
/tripptime/NEMS/src/atmos/gsm/gsmphys'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/gsmphys'
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -free -=
I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c machin=
e.f
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -free -=
I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c wam_f1=
07_kp_mod.f
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -free -=
I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c physpa=
ram.f
@@ -1600,199 +1600,199 @@
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/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 fun=
cphys.o cs_conv.o module_nst_parameters.o module_nst_water_prop.o modul=
e_nst_model.o gcm_shoc.o calpreciptype.o m_micro_driver.o idea_composit=
ion.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_dissipat=
ion.o idea_phys.o gocart_tracer_config_stub.o iounitdef.o ozne_def.o h2=
o_def.o progtm_module.o date_def.o rascnvv2.o mersenne_twister.o nameli=
st_soilveg.o module_bfmicrophysics.o tracer_const_h.o gfs_phy_tracer_co=
nfig.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_ae=
rosols.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 gbp=
hys.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 sf=
lx.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 m=
fdeepcnv.o cnvc90.o tridi2t3.o shalcv.o shalcv_opr.o shalcnv.o mfshalcn=
v.o lrgsclr.o gscond.o gscondp.o precpd.o precpdp.o precpd_shoc.o mstad=
b.o mstadbtn.o mstcnv.o get_prs.o gsmddrive.o aer_cloud.o cldmacro.o cl=
dwat2m_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=
/tripptime/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/gsmphys'
 cd atmos/nmm           && gmake=20
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/nmm'
 ls -1 ffsync.F90 module_ERROR_MSG.F90 module_BGRID_INTERP.F90 module_C=
LOCKTIMES.F90 module_CONTROL.F90 module_CONVECTION.F90 module_DERIVED_T=
YPES.F90 module_DIAGNOSE.F90 module_DIGITAL_FILTER_NMM.F90 module_DM_PA=
RALLEL.F90 module_DOMAIN_GRID_COMP.F90 module_DOMAIN_INTERNAL_STATE.F90=
 module_DYNAMICS_ROUTINES.F90 module_EXCHANGE.F90 module_FLTBNDS.F90 mo=
dule_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_M=
ICROPHYSICS.F90 module_MY_DOMAIN_SPECS.F90 module_NESTING.F90 module_NM=
M_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 modul=
e_QUASIPOST.F90 module_TRACKER.F90 module_SOLVER_GRID_COMP.F90 module_S=
OLVER_INTERNAL_STATE.F90 module_TIMESERIES.F90 module_TURBULENCE.F90 mo=
dule_VARS.F90 module_VARS_STATE.F90 module_WRITE_GRID_COMP.F90 module_W=
RITE_INTERNAL_STATE.F90 module_WRITE_ROUTINES.F90 n_namelist_physics_de=
f.f n_layout1.f n_resol_def.f n_compns_physics.f n_mpi_def.f n_module_g=
fs_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=
/tripptime/NEMS/src/atmos/nmm'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/nmm'
 gmake -C nmmbphys=20
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/nmm/nmmbphys'
 ls -1 module_KINDS.F90 module_CONSTANTS.F90 module_BL_GFSPBL.F90 modul=
e_BL_GFSPBLHUR.F90 module_BL_GFSPBLEDMFHUR.F90 module_BL_MYJPBL.F90 mod=
ule_CU_BMJ.F90 module_CU_SAS.F90 module_CU_SASHUR.F90 module_CU_SCALE.F=
90 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 radiat=
ion_astronomy_nmmb.f radiation_aerosols_nmmb.f radiation_gases_nmmb.f r=
adiation_clouds_nmmb.f radiation_surface_nmmb.f rad_initialize_nmmb.f r=
adlw_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=
/tripptime/NEMS/src/atmos/nmm/nmmbphys'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/nmm/nmmbphys'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_KINDS.F90 > module_KINDS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/a=
tmos/gsm/gsmphys -c module_KINDS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/at=
mos/gsm/gsmphys -c module_KINDS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CONSTANTS.F90 > module_CONSTANTS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/a=
tmos/gsm/gsmphys -c module_CONSTANTS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/at=
mos/gsm/gsmphys -c module_CONSTANTS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_BL_GFSPBL.F90 > module_BL_GFSPBL.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/a=
tmos/gsm/gsmphys -c module_BL_GFSPBL.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/at=
mos/gsm/gsmphys -c module_BL_GFSPBL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_BL_GFSPBLHUR.F90 > module_BL_GFSPBLHUR.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/a=
tmos/gsm/gsmphys -c module_BL_GFSPBLHUR.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/at=
mos/gsm/gsmphys -c module_BL_GFSPBLHUR.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_BL_GFSPBLEDMFHUR.F90 > module_BL_GFSPBLEDMFHUR.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/a=
tmos/gsm/gsmphys -c module_BL_GFSPBLEDMFHUR.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/at=
mos/gsm/gsmphys -c module_BL_GFSPBLEDMFHUR.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_BL_MYJPBL.F90 > module_BL_MYJPBL.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/a=
tmos/gsm/gsmphys -c module_BL_MYJPBL.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/at=
mos/gsm/gsmphys -c module_BL_MYJPBL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CU_BMJ.F90 > module_CU_BMJ.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/a=
tmos/gsm/gsmphys -c module_CU_BMJ.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/at=
mos/gsm/gsmphys -c module_CU_BMJ.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CU_SAS.F90 > module_CU_SAS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/a=
tmos/gsm/gsmphys -c module_CU_SAS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/at=
mos/gsm/gsmphys -c module_CU_SAS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CU_SASHUR.F90 > module_CU_SASHUR.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/a=
tmos/gsm/gsmphys -c module_CU_SASHUR.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/at=
mos/gsm/gsmphys -c module_CU_SASHUR.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CU_SCALE.F90 > module_CU_SCALE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/a=
tmos/gsm/gsmphys -c module_CU_SCALE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/at=
mos/gsm/gsmphys -c module_CU_SCALE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_LS_LISS.F90 > module_LS_LISS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/a=
tmos/gsm/gsmphys -c module_LS_LISS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/at=
mos/gsm/gsmphys -c module_LS_LISS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_LS_NOAHLSM.F90 > module_LS_NOAHLSM.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_SF_URBAN.F90 > module_SF_URBAN.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/a=
tmos/gsm/gsmphys -c module_SF_URBAN.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/a=
tmos/gsm/gsmphys -c module_LS_NOAHLSM.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/at=
mos/gsm/gsmphys -c module_SF_URBAN.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/at=
mos/gsm/gsmphys -c module_LS_NOAHLSM.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_MP_ETANEW.F90 > module_MP_ETANEW.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/a=
tmos/gsm/gsmphys -c module_MP_ETANEW.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/at=
mos/gsm/gsmphys -c module_MP_ETANEW.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_MP_FER_HIRES.F90 > module_MP_FER_HIRES.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/a=
tmos/gsm/gsmphys -c module_MP_FER_HIRES.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/at=
mos/gsm/gsmphys -c module_MP_FER_HIRES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_mp_thompson.F90 > module_mp_thompson.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_mp_radar.F90 > module_mp_radar.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/a=
tmos/gsm/gsmphys -c module_mp_radar.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/a=
tmos/gsm/gsmphys -c module_mp_thompson.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/at=
mos/gsm/gsmphys -c module_mp_radar.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/at=
mos/gsm/gsmphys -c module_mp_thompson.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_MP_GFS.F90 > module_MP_GFS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/a=
tmos/gsm/gsmphys -c module_MP_GFS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/at=
mos/gsm/gsmphys -c module_MP_GFS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_MP_WSM6.F90 > module_MP_WSM6.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/a=
tmos/gsm/gsmphys -c module_MP_WSM6.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/at=
mos/gsm/gsmphys -c module_MP_WSM6.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_RA_GFDL.F90 > module_RA_GFDL.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/a=
tmos/gsm/gsmphys -c module_RA_GFDL.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/at=
mos/gsm/gsmphys -c module_RA_GFDL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_RA_RRTM.F90 > module_RA_RRTM.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel=
/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/i=
ntel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NC=
EPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.=
0-intel/include -convert big_endian -assume byterecl -fp-model strict -=
I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8=
 -c radiation_astronomy_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel=
/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/i=
ntel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NC=
EPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.=
0-intel/include -convert big_endian -assume byterecl -fp-model strict -=
I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8=
 -c radiation_surface_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel=
/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/i=
ntel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NC=
EPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.=
0-intel/include -convert big_endian -assume byterecl -fp-model strict -=
I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8=
 -c radiation_gases_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel=
/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/i=
ntel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NC=
EPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.=
0-intel/include -convert big_endian -assume byterecl -fp-model strict -=
I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8=
 -c radsw_main_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel=
/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/i=
ntel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NC=
EPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.=
0-intel/include -convert big_endian -assume byterecl -fp-model strict -=
I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8=
 -c radiation_aerosols_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel=
/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/i=
ntel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NC=
EPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.=
0-intel/include -convert big_endian -assume byterecl -fp-model strict -=
I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8=
 -c radiation_clouds_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel=
/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/i=
ntel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NC=
EPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.=
0-intel/include -convert big_endian -assume byterecl -fp-model strict -=
I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8=
 -c radlw_main_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel=
/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/i=
ntel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NC=
EPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.=
0-intel/include -convert big_endian -assume byterecl -fp-model strict -=
I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8=
 -c grrad_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/a=
tmos/gsm/gsmphys -c module_RA_RRTM.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel=
/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/i=
ntel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NC=
EPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.=
0-intel/include -convert big_endian -assume byterecl -fp-model strict -=
I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 =
-c radiation_astronomy_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel=
/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/i=
ntel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NC=
EPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.=
0-intel/include -convert big_endian -assume byterecl -fp-model strict -=
I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 =
-c radiation_surface_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel=
/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/i=
ntel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NC=
EPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.=
0-intel/include -convert big_endian -assume byterecl -fp-model strict -=
I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 =
-c radiation_gases_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel=
/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/i=
ntel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NC=
EPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.=
0-intel/include -convert big_endian -assume byterecl -fp-model strict -=
I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 =
-c radsw_main_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel=
/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/i=
ntel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NC=
EPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.=
0-intel/include -convert big_endian -assume byterecl -fp-model strict -=
I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 =
-c radiation_aerosols_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel=
/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/i=
ntel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NC=
EPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.=
0-intel/include -convert big_endian -assume byterecl -fp-model strict -=
I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 =
-c radiation_clouds_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel=
/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/i=
ntel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NC=
EPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.=
0-intel/include -convert big_endian -assume byterecl -fp-model strict -=
I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 =
-c radlw_main_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel=
/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/i=
ntel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NC=
EPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.=
0-intel/include -convert big_endian -assume byterecl -fp-model strict -=
I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 =
-c grrad_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/at=
mos/gsm/gsmphys -c module_RA_RRTM.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_SF_JSFC.F90 > module_SF_JSFC.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/a=
tmos/gsm/gsmphys -c module_SF_JSFC.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/at=
mos/gsm/gsmphys -c module_SF_JSFC.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_SF_GFDL.F90 > module_SF_GFDL.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/a=
tmos/gsm/gsmphys -c module_SF_GFDL.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel=
/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/i=
ntel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NC=
EPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.=
0-intel/include -convert big_endian -assume byterecl -fp-model strict -=
I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8=
 -c rad_initialize_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel=
/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/i=
ntel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NC=
EPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.=
0-intel/include -convert big_endian -assume byterecl -fp-model strict -=
I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8=
 -c precpd_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../..=
/share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/at=
mos/gsm/gsmphys -c module_SF_GFDL.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel=
/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/i=
ntel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NC=
EPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.=
0-intel/include -convert big_endian -assume byterecl -fp-model strict -=
I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 =
-c rad_initialize_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel=
/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/i=
ntel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NC=
EPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.=
0-intel/include -convert big_endian -assume byterecl -fp-model strict -=
I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -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 m=
odule_CU_BMJ.o module_CU_SAS.o module_CU_SASHUR.o module_CU_SCALE.o mod=
ule_LS_LISS.o module_LS_NOAHLSM.o module_MP_ETANEW.o module_MP_FER_HIRE=
S.o module_mp_thompson.o module_mp_radar.o module_MP_GFS.o module_MP_WS=
M6.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_a=
erosols_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=
/tripptime/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/nmm/nmmbphys'
 gmake libnmm.a=20
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/nmm'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ffsyn=
c.F90 > ffsync.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c ffsync.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c ffsync.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_ERROR_MSG.F90 > module_ERROR_MSG.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_ERROR_MSG.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_ERROR_MSG.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_BGRID_INTERP.F90 > module_BGRID_INTERP.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_BGRID_INTERP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_BGRID_INTERP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CLOCKTIMES.F90 > module_CLOCKTIMES.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_CLOCKTIMES.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_CLOCKTIMES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CONTROL.F90 > module_CONTROL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_EXCHANGE.F90 > module_EXCHANGE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_MY_DOMAIN_SPECS.F90 > module_MY_DOMAIN_SPECS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_MY_DOMAIN_SPECS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_EXCHANGE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_MY_DOMAIN_SPECS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_EXCHANGE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DERIVED_TYPES.F90 > module_DERIVED_TYPES.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_DERIVED_TYPES.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_CONTROL.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_DERIVED_TYPES.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_CONTROL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CONVECTION.F90 > module_CONVECTION.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_CONVECTION.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_CONVECTION.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DIAGNOSE.F90 > module_DIAGNOSE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_SOLVER_INTERNAL_STATE.F90 > module_SOLVER_INTERNAL_STATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_MICROPHYSICS.F90 > module_MICROPHYSICS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_MICROPHYSICS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_MICROPHYSICS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_VARS.F90 > module_VARS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_VARS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_SOLVER_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_DIAGNOSE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_VARS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_SOLVER_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_DIAGNOSE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DIGITAL_FILTER_NMM.F90 > module_DIGITAL_FILTER_NMM.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_DIGITAL_FILTER_NMM.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_DIGITAL_FILTER_NMM.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DM_PARALLEL.F90 > module_DM_PARALLEL.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_DM_PARALLEL.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_DM_PARALLEL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DOMAIN_GRID_COMP.F90 > module_DOMAIN_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_SOLVER_GRID_COMP.F90 > module_SOLVER_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DYNAMICS_ROUTINES.F90 > module_DYNAMICS_ROUTINES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_FLTBNDS.F90 > module_FLTBNDS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_FLTBNDS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_DYNAMICS_ROUTINES.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_FLTBNDS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_DYNAMICS_ROUTINES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_TURBULENCE.F90 > module_TURBULENCE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GWD.F90 > module_GWD.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_GWD.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_TURBULENCE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-s=
tack-check -check all -check noarg_temp_created -I../share -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I=
nmmbphys -c n_namelist_physics_def.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_GWD.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_TURBULENCE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-s=
tack-check -check all -check noarg_temp_created -I../share -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -In=
mmbphys -c n_namelist_physics_def.f
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_INIT_READ_NEMSIO.F90 > module_INIT_READ_NEMSIO.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_INIT_READ_NEMSIO.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_INIT_READ_NEMSIO.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_TRACKER.F90 > module_TRACKER.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_RELAX4E.F90 > module_RELAX4E.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_RELAX4E.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_RELAX4E.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_REDUCTION.F90 > module_REDUCTION.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_REDUCTION.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_TRACKER.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_REDUCTION.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_TRACKER.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_RADIATION.F90 > module_RADIATION.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_RADIATION.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_RADIATION.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GET_CONFIG.F90 > module_GET_CONFIG.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_GET_CONFIG.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_GET_CONFIG.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_QUASIPOST.F90 > module_QUASIPOST.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_QUASIPOST.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-s=
tack-check -check all -check noarg_temp_created -I../share -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I=
nmmbphys -c n_layout1.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_QUASIPOST.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-s=
tack-check -check all -check noarg_temp_created -I../share -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -In=
mmbphys -c n_layout1.f
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_VARS_STATE.F90 > module_VARS_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_VARS_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-s=
tack-check -check all -check noarg_temp_created -I../share -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I=
nmmbphys -c n_resol_def.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_VARS_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-s=
tack-check -check all -check noarg_temp_created -I../share -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -In=
mmbphys -c n_resol_def.f
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_NESTING.F90 > module_NESTING.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_NESTING.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_NESTING.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_H_TO_V.F90 > module_H_TO_V.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_H_TO_V.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_H_TO_V.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_INIT_READ_BIN.F90 > module_INIT_READ_BIN.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_INIT_READ_BIN.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_INIT_READ_BIN.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_PRECIP_ADJUST.F90 > module_PRECIP_ADJUST.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_PRECIP_ADJUST.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_SOLVER_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_PRECIP_ADJUST.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_SOLVER_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DOMAIN_INTERNAL_STATE.F90 > module_DOMAIN_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_DOMAIN_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_DOMAIN_INTERNAL_STATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_WRITE_GRID_COMP.F90 > module_WRITE_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_WRITE_ROUTINES.F90 > module_WRITE_ROUTINES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_WRITE_INTERNAL_STATE.F90 > module_WRITE_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_WRITE_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_WRITE_ROUTINES.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_WRITE_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_WRITE_ROUTINES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GET_CONFIG_WRITE.F90 > module_GET_CONFIG_WRITE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_GET_CONFIG_WRITE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_WRITE_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_GET_CONFIG_WRITE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_WRITE_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_OUTPUT.F90 > module_OUTPUT.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_OUTPUT.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_DOMAIN_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_OUTPUT.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_DOMAIN_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_NMM_GRID_COMP.F90 > module_NMM_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_NMM_INTEGRATE.F90 > module_NMM_INTEGRATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_TIMESERIES.F90 > module_TIMESERIES.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_TIMESERIES.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_TIMESERIES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_PARENT_CHILD_CPL_COMP.F90 > module_PARENT_CHILD_CPL_COMP.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_PARENT_CHILD_CPL_COMP.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_NMM_INTEGRATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_PARENT_CHILD_CPL_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_NMM_INTEGRATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_NMM_INTERNAL_STATE.F90 > module_NMM_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_NMM_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -Inmmbphys -c module_NMM_GRID_COMP.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-s=
tack-check -check all -check noarg_temp_created -I../share -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I=
nmmbphys -c n_module_gfs_mpi_def.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-s=
tack-check -check all -check noarg_temp_created -I../share -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I=
nmmbphys -c n_mpi_def.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-s=
tack-check -check all -check noarg_temp_created -I../share -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I=
nmmbphys -c n_compns_physics.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-s=
tack-check -check all -check noarg_temp_created -I../share -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I=
nmmbphys -c n_mpi_quit.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_NMM_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos=
/gsm/gsmphys -Inmmbphys -c module_NMM_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-s=
tack-check -check all -check noarg_temp_created -I../share -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -In=
mmbphys -c n_module_gfs_mpi_def.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-s=
tack-check -check all -check noarg_temp_created -I../share -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -In=
mmbphys -c n_mpi_def.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-s=
tack-check -check all -check noarg_temp_created -I../share -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -In=
mmbphys -c n_compns_physics.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-s=
tack-check -check all -check noarg_temp_created -I../share -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -In=
mmbphys -c n_mpi_quit.f
 ar -r libnmm.a ffsync.o module_ERROR_MSG.o module_BGRID_INTERP.o modul=
e_CLOCKTIMES.o module_CONTROL.o module_CONVECTION.o module_DERIVED_TYPE=
S.o module_DIAGNOSE.o module_DIGITAL_FILTER_NMM.o module_DM_PARALLEL.o =
module_DOMAIN_GRID_COMP.o module_DOMAIN_INTERNAL_STATE.o module_DYNAMIC=
S_ROUTINES.o module_EXCHANGE.o module_FLTBNDS.o module_GET_CONFIG.o mod=
ule_GET_CONFIG_WRITE.o module_GWD.o module_H_TO_V.o module_INIT_READ_BI=
N.o module_INIT_READ_NEMSIO.o module_MICROPHYSICS.o module_MY_DOMAIN_SP=
ECS.o module_NESTING.o module_NMM_GRID_COMP.o module_NMM_INTEGRATE.o mo=
dule_NMM_INTERNAL_STATE.o module_OUTPUT.o module_PARENT_CHILD_CPL_COMP.=
o module_PRECIP_ADJUST.o module_RADIATION.o module_RELAX4E.o module_RED=
UCTION.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_la=
yout1.o n_resol_def.o n_compns_physics.o n_mpi_def.o n_module_gfs_mpi_d=
ef.o n_mpi_quit.o nmmbphys/grrad_nmmb.o nmmbphys/module_BL_GFSPBLEDMFHU=
R.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/m=
odule_LS_NOAHLSM.o nmmbphys/module_MP_ETANEW.o nmmbphys/module_MP_FER_H=
IRES.o nmmbphys/module_MP_GFS.o nmmbphys/module_mp_radar.o nmmbphys/mod=
ule_mp_thompson.o nmmbphys/module_MP_WSM6.o nmmbphys/module_RA_GFDL.o n=
mmbphys/module_RA_RRTM.o nmmbphys/module_SF_GFDL.o nmmbphys/module_SF_J=
SFC.o nmmbphys/module_SF_URBAN.o nmmbphys/precpd_nmmb.o nmmbphys/radiat=
ion_aerosols_nmmb.o nmmbphys/radiation_astronomy_nmmb.o nmmbphys/radiat=
ion_clouds_nmmb.o nmmbphys/radiation_gases_nmmb.o nmmbphys/radiation_su=
rface_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=
/tripptime/NEMS/src/atmos/nmm'
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/nmm'
 cd atmos/gsm           && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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_G=
FS_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=
/tripptime/NEMS/src/atmos/gsm'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GFS_GRID_COMP_stub.F90 > module_GFS_GRID_COMP_stub.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -free -=
I../share -Iio -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/atmos/gsm/gsmphys -c module_GFS_GRID_COMP_stub.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -free -=
I../share -Iio -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/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=
/tripptime/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm'
 cd atmos/gen           && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gen'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gen'
 makefile:31: warning: overriding commands for target `module_GEN_INTER=
NAL_STATE.o'
 makefile:28: warning: ignoring old commands for target `module_GEN_INT=
ERNAL_STATE.o'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GEN_INTERNAL_STATE.F90 > module_GEN_INTERNAL_STATE.f90
@@ -1801,23 +1801,23 @@
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -c module_GEN_GRID_COMP_stub.f90
 ar -r libgen.a module_GEN_INTERNAL_STATE.o module_GEN_GRID_COMP_stub.o=
=20
 ar: creating libgen.a
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gen'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gen'
 cd atmos/fim           && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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.F9=
0 module_DYNAMICS_GRID_COMP.F90 module_DYN_PHY_CPL_COMP.F90 module_PHYS=
ICS_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=
/tripptime/NEMS/src/atmos/fim'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/fim'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM fim_g=
rid_comp_stub.F90 > fim_grid_comp_stub.f90
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict -I../sh=
are -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=
/tripptime/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/fim'
 cd atmos/post          && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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_routin=
es.o'
@@ -1835,8 +1835,8 @@
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/post'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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_routin=
es.o'
@@ -1857,25 +1857,25 @@
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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/intel=
mpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwpr=
od/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/in=
clude -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_stu=
b.o
 ar: creating libpost.a
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/post'
 cd atmos               && gmake=20
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos'
 makefile:40: depend: No such file or directory
 ls -1 module_ATM_INTERNAL_STATE.F90 module_ATM_GRID_COMP.F90 > Srcfile=
s
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_ATM_INTERNAL_STATE.F90 > module_ATM_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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/intel=
mpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwpr=
od/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/in=
clude -convert big_endian -assume byterecl -fp-model strict -Ishare -In=
mm -Igsm -Ifim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/atmos/gsm/gsmphys -Igen -c module_ATM_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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/intel=
mpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwpr=
od/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/in=
clude -convert big_endian -assume byterecl -fp-model strict -Ishare -In=
mm -Igsm -Ifim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/atmos/gsm/gsmphys -Igen -c module_ATM_INTERNAL_STATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_ATM_GRID_COMP.F90 > module_ATM_GRID_COMP.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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/intel=
mpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwpr=
od/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/in=
clude -convert big_endian -assume byterecl -fp-model strict -Ishare -In=
mm -Igsm -Ifim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/atmos/gsm/gsmphys -Igen -c module_ATM_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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/intel=
mpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwpr=
od/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/in=
clude -convert big_endian -assume byterecl -fp-model strict -Ishare -In=
mm -Igsm -Ifim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/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=
/tripptime/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos'
 cd ENS_Cpl             && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/ENS_Cpl'
 makefile:124: depend: No such file or directory
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM Lib_E=
SMFStateAddGetMod.f > Lib_ESMFStateAddGetMod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM machi=
ne.f > machine.f90
@@ -1898,38 +1898,38 @@
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/ENS_Cpl'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/ENS_Cpl'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ENS_C=
plComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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/intel=
mpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwpr=
od/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/in=
clude -convert big_endian -assume byterecl -fp-model strict -c ENS_CplC=
omp_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=
/tripptime/NEMS/src/ENS_Cpl'
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Fri Nov 18 23:27:16 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D323' module_MEDIATOR_methods.F90 > module_MED=
IATOR_methods.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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/intel=
mpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwpr=
od/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/in=
clude -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/=
gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_methods=
.f90
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 20:04:05 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' module_MEDIATOR_methods.F90 > module_MEDI=
ATOR_methods.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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/intel=
mpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwpr=
od/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/in=
clude -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/g=
sm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/=
gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_methods.f=
90
 rm module_MEDIATOR_methods.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Fri Nov 18 23:27:16 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D323' module_MEDIATOR.F90 > module_MEDIATOR.f9=
0
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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/intel=
mpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwpr=
od/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/in=
clude -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/=
gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 20:04:05 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' module_MEDIATOR.F90 > module_MEDIATOR.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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/intel=
mpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwpr=
od/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/in=
clude -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/g=
sm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Fri Nov 18 23:27:16 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D323' module_MEDIATOR_SpaceWeather.F90 > modul=
e_MEDIATOR_SpaceWeather.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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/intel=
mpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwpr=
od/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/in=
clude -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/=
gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_SpaceWe=
ather.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 20:04:05 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' module_MEDIATOR_SpaceWeather.F90 > module=
_MEDIATOR_SpaceWeather.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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/intel=
mpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwpr=
od/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/in=
clude -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/g=
sm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/=
gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_SpaceWeat=
her.f90
 rm module_MEDIATOR_SpaceWeather.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Fri Nov 18 23:27:16 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D323' module_EARTH_INTERNAL_STATE.F90 > module=
_EARTH_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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/intel=
mpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwpr=
od/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/in=
clude -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/=
gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_EARTH_INTERNAL_S=
TATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 20:04:05 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' module_EARTH_INTERNAL_STATE.F90 > module_=
EARTH_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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/intel=
mpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwpr=
od/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/in=
clude -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/g=
sm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/=
gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_EARTH_INTERNAL_STA=
TE.f90
 rm module_EARTH_INTERNAL_STATE.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Fri Nov 18 23:27:16 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D323' module_EARTH_GRID_COMP.F90 > module_EART=
H_GRID_COMP.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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/intel=
mpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwpr=
od/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/in=
clude -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/=
gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_EARTH_GRID_COMP.=
f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 20:04:05 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' module_EARTH_GRID_COMP.F90 > module_EARTH=
_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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/intel=
mpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwpr=
od/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/in=
clude -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/g=
sm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/=
gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_EARTH_GRID_COMP.f9=
0
 rm module_EARTH_GRID_COMP.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Fri Nov 18 23:27:16 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D323' module_NEMS_INTERNAL_STATE.F90 > module_=
NEMS_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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/intel=
mpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwpr=
od/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/in=
clude -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/=
gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_INTERNAL_ST=
ATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 20:04:05 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' module_NEMS_INTERNAL_STATE.F90 > module_N=
EMS_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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/intel=
mpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwpr=
od/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/in=
clude -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/g=
sm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/=
gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_INTERNAL_STAT=
E.f90
 rm module_NEMS_INTERNAL_STATE.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Fri Nov 18 23:27:16 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D323' module_NEMS_GRID_COMP.F90 > module_NEMS_=
GRID_COMP.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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/intel=
mpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwpr=
od/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/in=
clude -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/=
gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_GRID_COMP.f=
90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 20:04:05 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' module_NEMS_GRID_COMP.F90 > module_NEMS_G=
RID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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/intel=
mpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwpr=
od/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/in=
clude -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/g=
sm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Fri Nov 18 23:27:16 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D323' MAIN_NEMS.F90 > MAIN_NEMS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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/intel=
mpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwpr=
od/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/in=
clude -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/=
gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmo=
s/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c MAIN_NEMS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 20:04:05 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' MAIN_NEMS.F90 > MAIN_NEMS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -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/intel=
mpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwpr=
od/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/in=
clude -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/g=
sm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/=
gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c MAIN_NEMS.f90
 rm MAIN_NEMS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict  -o ../=
exe/NEMS.x MAIN_NEMS.o module_MEDIATOR_methods.o module_MEDIATOR.o modu=
le_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_G=
RID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o  atmos/=
libatmos.a atmos/nmm/libnmm.a atmos/gsm/libgfs.a atmos/fim/libfimtop.a =
atmos/gen/libgen.a /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/=
NEMS/src/atmos/gsm/gsmphys/libphys.a atmos/share/libshare.a atmos/post/=
libpost.a  ENS_Cpl/ENS_Cpl.a /scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1=
/libnemsio_v2.2.1.a /scratch3/NCEPDEV/nwprod/lib/w3nco/v2.0.6/libw3nco_=
v2.0.6_d.a /scratch3/NCEPDEV/nwprod/lib/w3emc/v2.0.5/libw3emc_v2.0.5_d.=
a /scratch3/NCEPDEV/nwprod/lib/bacio/v2.0.1/libbacio_v2.0.1_4.a /scratc=
h3/NCEPDEV/nwprod/lib/sp/v2.0.2/libsp_v2.0.2_d.a -L/apps/esmf/7.0.0/int=
el/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/app=
s/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/i=
ntel/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/u=
sr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64 -L/usr/lib/gcc/x=
86_64-redhat-linux/4.4.7/../../../../lib64/ -L/lib/../lib64 -L/lib/../l=
ib64/ -L/usr/lib/../lib64 -L/usr/lib/../lib64/ -L/apps/intel/composer_x=
e_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 -lsv=
ml -lgcc -lgcc_s -lirc_s -ldl -lrt -ldl -lnetcdff -lnetcdf -L/apps/netc=
df/4.3.0-intel/lib -lnetcdff -lnetcdf=20
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intel=
mpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/i=
ntelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/=
nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-inte=
l/include -convert big_endian -assume byterecl -fp-model strict  -o ../=
exe/NEMS.x MAIN_NEMS.o module_MEDIATOR_methods.o module_MEDIATOR.o modu=
le_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_G=
RID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o  atmos/=
libatmos.a atmos/nmm/libnmm.a atmos/gsm/libgfs.a atmos/fim/libfimtop.a =
atmos/gen/libgen.a /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/atmos/gsm/gsmphys/libphys.a atmos/share/libshare.a atmos/post/l=
ibpost.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_v=
2.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 /scratch=
3/NCEPDEV/nwprod/lib/sp/v2.0.2/libsp_v2.0.2_d.a -L/apps/esmf/7.0.0/inte=
l/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/in=
tel/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.1=
33/compiler/lib/intel64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/ -L/us=
r/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64 -L/usr/lib/gcc/x8=
6_64-redhat-linux/4.4.7/../../../../lib64/ -L/lib/../lib64 -L/lib/../li=
b64/ -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/g=
cc4.4/ -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../ -L/lib64 -L/l=
ib/ -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 -lsvm=
l -lgcc -lgcc_s -lirc_s -ldl -lrt -ldl -lnetcdff -lnetcdf -L/apps/netcd=
f/4.3.0-intel/lib -lnetcdff -lnetcdf=20
 ../exe/NEMS.x is created for NMM core.
 + set +x
 NOTE: Success!
@@ -1947,7 +1947,7 @@
 NOTE: App names: GSM.appBuilder GSM-GOCART.appBuilder NMM.appBuilder N=
MM-DEBUG.appBuilder NMM-POST.appBuilder wrong.appBuilder
 NOTE: APP from autoapp is GSM
 NOTE: Chosen app is GSM
-NOTE: FOUND APP FROM /scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippti=
me/GSM.appBuilder COMPONENTS GSM
+NOTE: FOUND APP FROM /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtest=
s/GSM.appBuilder COMPONENTS GSM
 Ignoring command: $tool --backtitle NEMS Application Builder --title I=
nfo --infobox Determine platform... 6 25
 NOTE: Determine platform...theia
 NOTE: CONFOPT=3Dgsm_intel_theia MAKEOPT=3Dgsm
@@ -1966,8 +1966,8 @@
 NOTE: GLOB MISMATCH: rebuild from rebuild:yes for use_nems_modules
 NOTE: GLOB MISMATCH: reuse from reuse:no for use_nems_modules
 NOTE: QUESTION use_nems_modules? YES: from default
-NOTE: Load /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/sr=
c/conf/modules.nems
-NOTE: Loaded /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/conf/modules.nems
+NOTE: Load /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/conf/modules.nems
+NOTE: Loaded /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/conf/modules.nems
 MSGBOX: make gsm   \n\nProceed with <Enter>, exit with <Esc>.
 NOTE:  MATCH: rebuild from rebuild:yes for rebuild
 NOTE: QUESTION rebuild? YES: from rebuild:yes
@@ -1976,31 +1976,31 @@
 NOTE: Simple clean.
 + pwd
 cd atmos               && gmake clean
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos'
 cd share        && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/share'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/atmos/share'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/share'
 cd gsm/gsmphys         && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/gsmphys'
 cd nmm          && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/nmm'
 Cleaning ...=20
=20
 (cd nmmbphys && make clean)
-make[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/nmm/nmmbphys'
 Cleaning nmmbphys ...=20
=20
 rm -f  libnmmbphys.a *.f90 *.o *.mod *.lst *.i depend
-make[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/=
tripptime/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/=
regtests/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=
/tripptime/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/nmm'
 cd gsm       && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm'
 cd libutil && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/libutil'
 ../../../conf/make.rules:5: warning: overriding commands for target `.=
F90.f90'
 makefile:43: warning: ignoring old commands for target `.F90.f90'
 makefile:73: depend: No such file or directory
@@ -2021,25 +2021,25 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/libutil'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/libutil'
 cd io && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/io'
 makefile:36: depend: No such file or directory
 ls -1 module_include_io.F90 module_io_mpi_def.F90 module_GFS_WRITE.F90=
 module_WRITE_INTERNAL_STATE_GFS.F90 module_GET_CONFIG_WRITE_GFS.F90 mo=
dule_WRITE_ROUTINES_GFS.F90 module_WRITE_GRID_COMP_GFS.F90 > Srcfiles
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/io'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/io'
 cd dyn && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcon=
s.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physc=
ons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -2083,8 +2083,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/dyn'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcon=
s.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physc=
ons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -2124,9 +2124,9 @@
 ../../../conf/make.rules:8: warning: overriding commands for target `.=
f.f90'
 makefile:292: warning: ignoring old commands for target `.f.f90'
 rm -f gfs_dynamics.a *.o *.mod *.lst *.f90 lm map depend
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/phys'
 makefile:126: warning: overriding commands for target `gbphys_adv_hyb_=
gc.o'
 makefile:118: warning: ignoring old commands for target `gbphys_adv_hy=
b_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_=
gc_h.o'
@@ -2172,8 +2172,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/phys'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/phys'
 makefile:126: warning: overriding commands for target `gbphys_adv_hyb_=
gc.o'
 makefile:118: warning: ignoring old commands for target `gbphys_adv_hy=
b_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_=
gc_h.o'
@@ -2215,25 +2215,25 @@
 ../../../conf/make.rules:8: warning: overriding commands for target `.=
f.f90'
 makefile:107: warning: ignoring old commands for target `.f.f90'
 rm -f gfs_physics.a *.o *.mod *.lst *.f90 lm map depend
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/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=
/tripptime/NEMS/src/atmos/gsm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm'
 cd fim          && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/fim'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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.Traha=
n/tripptime/NEMS/src/atmos/fim/FIMsrc'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/fim/FIMsrc'
 rm -f -rf ../FIMsrc_* macros.make
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/fim/FIMsrc'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/fim'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/fim'
 cd gen          && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gen'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gen'
 makefile:31: warning: overriding commands for target `module_GEN_INTER=
NAL_STATE.o'
 makefile:28: warning: ignoring old commands for target `module_GEN_INT=
ERNAL_STATE.o'
 rm -f libgen.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gen'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gen'
 cd post         && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/post'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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_routin=
es.o'
@@ -2247,42 +2247,42 @@
 makefile:45: warning: overriding commands for target `post_nmm_stub.o'
 makefile:42: warning: ignoring old commands for target `post_nmm_stub.=
o'
 rm -f libpost.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/post'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/post'
 rm -f libatmos.a *.f90 *.o *.mod *.lst depend
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos'
 cd ENS_Cpl             && gmake clean
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/ENS_Cpl'
 cd chem                && gmake clean GOCART_MODE=3Dfull
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem'
 cd gocart/src   && gmake -f GNUmakefile realclean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src'
-GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or director=
y
-GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or director=
y
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/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.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Config'
 GNUmakefile:35: - Node not know, disabling build environment check
 mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION   -I/apps/esmf/7.0.0/intel/intelmpi/mo=
d/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmp=
i/include -I/apps/netcdf/4.3.0-intel/include   -I/apps/esmf/7.0.0/intel=
/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/i=
ntel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -r8    -fPIC =
-fp-model source  -align dcommons fdp.f90
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/inc=
lude \
-=09=09 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ch=
em/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/sa=
ve/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I =3D -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "LIB_SDF =3D /apps/netcdf/4.3.0-intel/lib/libnetcdff.a /apps/netc=
df/4.3.0-intel/lib/libnetcdf.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a=
 /apps/hdf5/1.8.14-intel/lib/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz" =
>> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/go=
cart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippti=
me/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/sa=
ve/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../src/g5_modules.s=
h  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /sc=
ratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/s=
rc/../Linux/bin
-/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/sr=
c/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.T=
rahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is f=
dp.mod)
-./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/etc
-./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/etc
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Config'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e \
+=09=09 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save=
/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I =3D -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "LIB_SDF =3D /apps/netcdf/4.3.0-intel/lib/libnetcdff.a /apps/netc=
df/4.3.0-intel/lib/libnetcdf.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a=
 /apps/hdf5/1.8.14-intel/lib/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz" =
>> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/g5_modules.sh =
 mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/=
../Linux/bin
+/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fd=
p.mod)
+./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src'
 for d in Config GMAO_Shared Components Applications; \
 =09  do=09=09=09 \
 =09      echo Making esma_distclean in $d=09;\
@@ -2292,144 +2292,144 @@
 Making esma_distclean in Config
 site: Undefined variable.
 site: Undefined variable.
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Config'
 Making esma_distclean in GMAO_Shared
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]=20
 gmake -C mpi0 distclean
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 /bin/rm -f -r *~ *.[aoxd] *.[Mm][Oo][Dd] r4 r8=20
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
 Making esma_distclean in Components
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridC=
omp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridC=
omp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_Gri=
dComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_Grid=
Comp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_Grid=
Comp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridC=
omp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_Gri=
dComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_Grid=
Comp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_Grid=
Comp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridC=
omp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridC=
omp'
 /bin/rm -f DU_ExportSpec___.h DU_GetPointer___.h DU_History___.rc DU_D=
eclarePointer___.h *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridC=
omp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridC=
omp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridC=
omp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridC=
omp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridC=
omp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_Gri=
dComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_Grid=
Comp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_Grid=
Comp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridC=
omp'
 gmake local_esma_distclean
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 /bin/rm -f -f Tests/ExtData Tests/*_Registry.rc Tests/*_GridComp.rc=20
 /bin/rm -f -f *~ *.[aoxd] *.[Mm][Oo][Dd] *___.[fF]*=20
-gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components'
 Making esma_distclean in Applications
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Applications'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Applications'
-/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Config=20
-/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src'
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Config=20
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem'
 rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
 + make gsm
-+ tee /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/appBuilder.N=
EMS.log.140694
++ tee /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/appBuilder.NE=
MS.log.112544
 + pwd
        CHEM_MODE -----------> compile
        PHYS_MODE -----------> compile
-       PHYS_INC----------->/scratch4/NCEPDEV/nems/save/Samuel.Trahan/t=
ripptime/NEMS/src/atmos/gsm/gsmphys
+       PHYS_INC----------->/scratch4/NCEPDEV/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/atmos/gsm/gsmphys
 cd atmos/share         && gmake
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/atmos/share'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/share'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_ERR_MSG.F90 > module_ERR_MSG.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict  -c module_ERR_MSG.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_INCLUDE.F90 > module_INCLUDE.f90
@@ -2440,17 +2440,17 @@
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/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=20
 ar: creating libshare.a
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/share'
-       CHEM_MODi----before phys-------> /scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/share'
+       CHEM_MODi----before phys-------> /scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include
 cd atmos/gsm/gsmphys          && gmake gocart_stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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_mode=
l.f gcm_shoc.f calpreciptype.f m_micro_driver.f gocart_tracer_config_st=
ub.f iounitdef.f ozne_def.f h2o_def.f progtm_module.f date_def.f rascnv=
v2.f mersenne_twister.f namelist_soilveg.f module_bfmicrophysics.f trac=
er_const_h.f gfs_phy_tracer_config.f rad_initialize.f radlw_param.f rad=
lw_datatb.f radlw_main.f radsw_param.f radsw_datatb.f radsw_main.f radi=
ation_astronomy.f radiation_aerosols.f radiation_gases.f radiation_clou=
ds.f radiation_surface.f grrad.f ozphys_2015.f ozphys.f ozinterp.f h2oi=
nterp.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 monin=
q.f moninedmf.f mfpbl.f gwdps.f gwdc.f rayleigh_damp.f rayleigh_damp_me=
sopause.f sascnv.f sascnvn.f mfdeepcnv.f cnvc90.f tridi2t3.f shalcv.f s=
halcv_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 gsmddri=
ve.f aer_cloud.f cldmacro.f cldwat2m_micro.f wv_saturation.f idea_compo=
sition.f co2hc.f idea_solar_heating.f idea_tracer.f h2oc.f h2ohdc.f efi=
eld.f ideaca.f idea_co2.f idea_h2o.f idea_ion.f idea_o2_o3.f idea_dissi=
pation.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=
/tripptime/NEMS/src/atmos/gsm/gsmphys'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/gsmphys'
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -I../../share -fpp =
-DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c machine.f
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -I../../share -fpp =
-DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c wam_f107_kp_mod.f
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -I../../share -fpp =
-DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c physparam.f
@@ -2561,22 +2561,22 @@
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/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 fun=
cphys.o cs_conv.o module_nst_parameters.o module_nst_water_prop.o modul=
e_nst_model.o gcm_shoc.o calpreciptype.o m_micro_driver.o idea_composit=
ion.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_dissipat=
ion.o idea_phys.o gocart_tracer_config_stub.o iounitdef.o ozne_def.o h2=
o_def.o progtm_module.o date_def.o rascnvv2.o mersenne_twister.o nameli=
st_soilveg.o module_bfmicrophysics.o tracer_const_h.o gfs_phy_tracer_co=
nfig.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_ae=
rosols.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 gbp=
hys.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 sf=
lx.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 m=
fdeepcnv.o cnvc90.o tridi2t3.o shalcv.o shalcv_opr.o shalcnv.o mfshalcn=
v.o lrgsclr.o gscond.o gscondp.o precpd.o precpdp.o precpd_shoc.o mstad=
b.o mstadbtn.o mstcnv.o get_prs.o gsmddrive.o aer_cloud.o cldmacro.o cl=
dwat2m_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=
/tripptime/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/gsmphys'
 cd atmos/nmm           && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/nmm'
 ls -1 ffsync.F90 module_ERROR_MSG.F90 module_BGRID_INTERP.F90 module_C=
LOCKTIMES.F90 module_CONTROL.F90 module_CONVECTION.F90 module_DERIVED_T=
YPES.F90 module_DIAGNOSE.F90 module_DIGITAL_FILTER_NMM.F90 module_DM_PA=
RALLEL.F90 module_DOMAIN_GRID_COMP.F90 module_DOMAIN_INTERNAL_STATE.F90=
 module_DYNAMICS_ROUTINES.F90 module_EXCHANGE.F90 module_FLTBNDS.F90 mo=
dule_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_M=
ICROPHYSICS.F90 module_MY_DOMAIN_SPECS.F90 module_NESTING.F90 module_NM=
M_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 modul=
e_QUASIPOST.F90 module_TRACKER.F90 module_SOLVER_GRID_COMP.F90 module_S=
OLVER_INTERNAL_STATE.F90 module_TIMESERIES.F90 module_TURBULENCE.F90 mo=
dule_VARS.F90 module_VARS_STATE.F90 module_WRITE_GRID_COMP.F90 module_W=
RITE_INTERNAL_STATE.F90 module_WRITE_ROUTINES.F90 n_namelist_physics_de=
f.f n_layout1.f n_resol_def.f n_compns_physics.f n_mpi_def.f n_module_g=
fs_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=
/tripptime/NEMS/src/atmos/nmm'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/nmm'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_NMM_GRID_COMP_stub.F90 > module_NMM_GRID_COMP_stub.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -I../share -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inm=
mbphys -c module_NMM_GRID_COMP_stub.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -I../share -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmm=
bphys -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=
/tripptime/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/nmm'
 cd atmos/gen           && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gen'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gen'
 makefile:31: warning: overriding commands for target `module_GEN_INTER=
NAL_STATE.o'
 makefile:28: warning: ignoring old commands for target `module_GEN_INT=
ERNAL_STATE.o'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GEN_INTERNAL_STATE.F90 > module_GEN_INTERNAL_STATE.f90
@@ -2585,20 +2585,20 @@
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/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=
=20
 ar: creating libgen.a
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gen'
-echo "       CHEM_MODi----------->ediri" /scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include
-       CHEM_MODi----------->ediri /scratch4/NCEPDEV/nems/save/Samuel.T=
rahan/tripptime/NEMS/src/chem/gocart/Linux/include
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gen'
+echo "       CHEM_MODi----------->ediri" /scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include
+       CHEM_MODi----------->ediri /scratch4/NCEPDEV/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/Linux/include
 cd atmos/gsm           && gmake gocart_stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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_G=
FS_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=
/tripptime/NEMS/src/atmos/gsm'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm'
 cd libutil && gmake gocart_stub && cd ..
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/libutil'
 ../../../conf/make.rules:5: warning: overriding commands for target `.=
F90.f90'
 makefile:43: warning: ignoring old commands for target `.F90.f90'
 makefile:73: depend: No such file or directory
@@ -2619,8 +2619,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/libutil'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -O3 -r8 -free  -I..=
/../share -c atmos_phy_chem_cpl_comp_mod_stub.f90
@@ -2638,17 +2638,17 @@
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/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_gf=
s_physcons.o module_gfs_funcphys.o module_gfs_tropp.o module_DM_PARALLE=
L_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=20
 ar: creating gfs_libutil.a
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/libutil'
 cd io && gmake  && cd ..
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/io'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/io'
 makefile:36: depend: No such file or directory
 ls -1 module_include_io.F90 module_io_mpi_def.F90 module_GFS_WRITE.F90=
 module_WRITE_INTERNAL_STATE_GFS.F90 module_GET_CONFIG_WRITE_GFS.F90 mo=
dule_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=
/tripptime/NEMS/src/atmos/gsm/io'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/io'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/io'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/io'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/io'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_include_io.F90 > module_include_io.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/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=3D8 -DNEMS_GSM modul=
e_io_mpi_def.F90 > module_io_mpi_def.f90
@@ -2665,10 +2665,10 @@
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -I../../share -I../=
libutil  -c module_GFS_WRITE.f90
 ar -r libio.a module_include_io.o module_io_mpi_def.o module_GFS_WRITE=
.o module_WRITE_INTERNAL_STATE_GFS.o module_GET_CONFIG_WRITE_GFS.o modu=
le_WRITE_ROUTINES_GFS.o module_WRITE_GRID_COMP_GFS.o
 ar: creating libio.a
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/io'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/io'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/io'
 cd dyn && gmake && cd ..
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcon=
s.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physc=
ons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -2712,8 +2712,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/dyn'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcon=
s.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physc=
ons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -2752,7 +2752,7 @@
 makefile:264: warning: ignoring old commands for target `gfs_dynamics_=
grid_comp_mod.o'
 ../../../conf/make.rules:8: warning: overriding commands for target `.=
f.f90'
 makefile:292: warning: ignoring old commands for target `.f.f90'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcon=
s.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physc=
ons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -2793,192 +2793,192 @@
 makefile:292: warning: ignoring old commands for target `.f.f90'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM bfilt=
_def.f > bfilt_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_machine.f > gfs_dyn_machine.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_machine.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c bfilt_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_machine.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c bfilt_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_resol_def.f > gfs_dyn_resol_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_resol_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_resol_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_gg_def.f > gfs_dyn_gg_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_gg_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_gg_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_vert_def.f > gfs_dyn_vert_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_vert_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_vert_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_io_header.f > gfs_dyn_io_header.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_io_header.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_io_header.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_date_def.f > gfs_dyn_date_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_date_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_date_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM slgsh=
r.f > slgshr.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c slgshr.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c slgshr.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM pmgri=
d.f > pmgrid.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c pmgrid.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c pmgrid.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM layou=
t_grid_tracers.f > layout_grid_tracers.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c layout_grid_tracers.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c layout_grid_tracers.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM layou=
t_lag.f > layout_lag.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c layout_lag.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c layout_lag.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_layout1.f > gfs_dyn_layout1.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_layout1.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_layout1.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM namel=
ist_dynamics_def.f > namelist_dynamics_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c namelist_dynamics_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c namelist_dynamics_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_coordinate_def.f > gfs_dyn_coordinate_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_coordinate_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_coordinate_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_lon_lat_para.f > gfs_dyn_lon_lat_para.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_physcons.f > gfs_dyn_physcons.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dyn_physcons.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_lon_lat_para.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dyn_physcons.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_lon_lat_para.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_tracer_const.f > gfs_dyn_tracer_const.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_tracer_const.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_tracer_const.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_tracer_config.f > gfs_dyn_tracer_config.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_tracer_config.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_tracer_config.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_reduce_lons_grid_module.f > gfs_dyn_reduce_lons_grid_module.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_reduce_lons_grid_module.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_reduce_lons_grid_module.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_matrix_sig_def.f > gfs_dyn_matrix_sig_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_matrix_sig_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_matrix_sig_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_mpi_def.f > gfs_dyn_mpi_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_mpi_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_mpi_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_deldifs_def.f > gfs_dyn_deldifs_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_deldifs_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_deldifs_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_bfilt_def.f > gfs_dyn_bfilt_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_bfilt_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_bfilt_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_glats.f > gfs_dyn_glats.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_glats.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_glats.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_dfi_mod.f > gfs_dyn_dfi_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_dfi_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_dfi_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM nemsi=
o_def.f > nemsio_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c nemsio_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c nemsio_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM wrtou=
t_dynamics.f > wrtout_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM do_dy=
namics_mod.f > do_dynamics_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c do_dynamics_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c wrtout_dynamics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c do_dynamics_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c wrtout_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM wrtou=
t_dynamics_slg_nemsio.f > wrtout_dynamics_slg_nemsio.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c wrtout_dynamics_slg_nemsio.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c wrtout_dynamics_slg_nemsio.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_hyb_gc_h_w_z.f > gfidi_hyb_gc_h_w_z.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc_h_w_z.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc_h_w_z.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_w=
_z.f > get_w_z.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c get_w_z.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c get_w_z.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM deldi=
fs_def.f > deldifs_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c deldifs_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c deldifs_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM dyn_g=
ocart_tracer_config_stub.f > dyn_gocart_tracer_config_stub.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c dyn_gocart_tracer_config_stub.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c dyn_gocart_tracer_config_stub.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM num_p=
arthds.f > num_parthds.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c num_parthds.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c num_parthds.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_err_msg_mod.f > gfs_dynamics_err_msg_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dynamics_err_msg_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dynamics_err_msg_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_namelist_mod.f > gfs_dynamics_namelist_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dynamics_namelist_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dynamics_namelist_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_start_time_get_mod.f > gfs_dynamics_start_time_get_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sigio=
_module.f > sigio_module.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -free -c sigio_modu=
le.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sigio=
_r_module.f > sigio_r_module.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -free -c sigio_r_mo=
dule.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dynamics_start_time_get_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dynamics_start_time_get_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_internal_state_mod.f > gfs_dynamics_internal_state_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dynamics_internal_state_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dynamics_internal_state_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_grid_create_mod.f > gfs_dynamics_grid_create_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dynamics_grid_create_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dynamics_grid_create_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_output.f > gfs_dynamics_output.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dynamics_output.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dynamics_output.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_getcf_mod.f > gfs_dynamics_getcf_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dynamics_getcf_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dynamics_getcf_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM GFS_A=
ddParameterToStateMod.f > GFS_AddParameterToStateMod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c GFS_AddParameterToStateMod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c GFS_AddParameterToStateMod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_initialize_mod.f > gfs_dynamics_initialize_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_stoch_data_mod.f > gfs_dyn_stoch_data_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_patterngenerator.f > gfs_dyn_patterngenerator.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dyn_patterngenerator.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dyn_stoch_data_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dynamics_initialize_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dyn_patterngenerator.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dyn_stoch_data_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dynamics_initialize_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_initialize_slg_mod.f > gfs_dynamics_initialize_slg_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dynamics_initialize_slg_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dynamics_initialize_slg_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_run_mod.f > gfs_dynamics_run_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_g=
et_pattern_mod.f > gfs_get_pattern_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_get_pattern_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dynamics_run_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_get_pattern_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dynamics_run_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_finalize_mod.f > gfs_dynamics_finalize_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dynamics_finalize_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dynamics_finalize_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_add_get_state_ESMFField_mod.f > gfs_dynamics_add_get_state_ESMF=
Field_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dynamics_add_get_state_ESMFField_mod=
.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dynamics_add_get_state_ESMFField_mod.=
f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_states_mod.f > gfs_dynamics_states_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dynamics_states_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dynamics_states_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM mpi_G=
V.f > mpi_GV.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c mpi_GV.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c mpi_GV.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_grid_comp_mod.f > gfs_dynamics_grid_comp_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dynamics_grid_comp_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dynamics_grid_comp_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_c=
d_hyb.f > get_cd_hyb.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c get_cd_hyb.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c get_cd_hyb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_a=
m_bm_hyb.f > get_am_bm_hyb.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_c=
d_hyb_gc.f > get_cd_hyb_gc.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c get_cd_hyb_gc.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c get_cd_hyb_gc.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_c=
d_hyb_gcdp.f > get_cd_hyb_gcdp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c get_cd_hyb_gcdp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c get_cd_hyb_gcdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_a=
m_bm_hyb_gc.f > get_am_bm_hyb_gc.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb_gc.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb_gc.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_a=
m_bm_hyb_gcdp.f > get_am_bm_hyb_gcdp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb_gcdp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb_gcdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sltin=
i_all.f > sltini_all.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c sltini_all.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c sltini_all.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM set_h=
alos_lag_sn.f > set_halos_lag_sn.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c set_halos_lag_sn.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c set_halos_lag_sn.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM setla=
ts.f > setlats.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c setlats.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c setlats.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM setla=
ts_slg.f > setlats_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c setlats_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c setlats_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM getys=
k.f > getysk.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c getysk.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c getysk.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM getys=
k_gc.f > getysk_gc.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c getysk_gc.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c getysk_gc.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM redis=
t_lats_a.f > redist_lats_a.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c redist_lats_a.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c redist_lats_a.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ifshu=
ff.f > ifshuff.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c ifshuff.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c ifshuff.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM shuff=
le_grid.f > shuffle_grid.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c shuffle_grid.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c shuffle_grid.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
collect.f > grid_collect.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c grid_collect.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c grid_collect.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
collect_ipe.f > grid_collect_ipe.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c grid_collect_ipe.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c grid_collect_ipe.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM excha=
.f > excha.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c excha.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c excha.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM info.=
f > info.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c info.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c info.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM four2=
grid_thread.f > four2grid_thread.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c four2grid_thread.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c four2grid_thread.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM hpmdu=
mmy.f > hpmdummy.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c hpmdummy.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c hpmdummy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM cound=
ummy.f > coundummy.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c coundummy.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c coundummy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM damp_=
speed.f > damp_speed.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c damp_speed.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c damp_speed.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM damp_=
speed_noq.f > damp_speed_noq.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c damp_speed_noq.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c damp_speed_noq.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM deldi=
fs.f > deldifs.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c deldifs.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c deldifs.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM deldi=
fs_noq.f > deldifs_noq.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c deldifs_noq.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c deldifs_noq.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM idea_=
deldifs_init.f > idea_deldifs_init.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c idea_deldifs_init.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c idea_deldifs_init.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM idea_=
deldifs.f > idea_deldifs.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c idea_deldifs.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c idea_deldifs.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM idea_=
deldifs_noq.f > idea_deldifs_noq.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c idea_deldifs_noq.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c idea_deldifs_noq.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM idea_=
getcoef.f > idea_getcoef.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c idea_getcoef.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c idea_getcoef.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM input=
_fields.f > input_fields.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c input_fields.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c input_fields.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM input=
_fields_slg.f > input_fields_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c input_fields_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c input_fields_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM input=
_fields_rst.f > input_fields_rst.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c input_fields_rst.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c input_fields_rst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM delnp=
e.f > delnpe.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c delnpe.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c delnpe.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM delnp=
o.f > delnpo.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c delnpo.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c delnpo.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM dezou=
v.f > dezouv.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c dezouv.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c dezouv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM impad=
j_sig.locl.f > impadj_sig.locl.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c impadj_sig.locl.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c impadj_sig.locl.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM impad=
j_hyb.locl.f > impadj_hyb.locl.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM impad=
j_hyb.locl_gc.f > impadj_hyb.locl_gc.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl_gc.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl_gc.f90
 impadj_hyb.locl_gc.f90(20): remark #7713: This statement function has =
not been used.   [INDLSOD]
       integer              indlsod,jbasod
 ---------------------------^
@@ -2986,15 +2986,15 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM impad=
j_hyb.locl_gcdp.f > impadj_hyb.locl_gcdp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl_gcdp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl_gcdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM impad=
j_slg.locl.f > impadj_slg.locl.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c impadj_slg.locl.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c impadj_slg.locl.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM dozeu=
v.f > dozeuv.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c dozeuv.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c dozeuv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM epslo=
n.f > epslon.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c epslon.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c epslon.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM filte=
reo.f > filtereo.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c filtereo.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c filtereo.f90
 filtereo.f90(64): remark #7713: This statement function has not been u=
sed.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -3002,7 +3002,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM filte=
r1eo.f > filter1eo.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c filter1eo.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c filter1eo.f90
 filter1eo.f90(63): remark #7713: This statement function has not been =
used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -3010,7 +3010,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM filte=
r2eo.f > filter2eo.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c filter2eo.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c filter2eo.f90
 filter2eo.f90(63): remark #7713: This statement function has not been =
used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -3018,7 +3018,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM filte=
reo_noq.f > filtereo_noq.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c filtereo_noq.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c filtereo_noq.f90
 filtereo_noq.f90(61): remark #7713: This statement function has not be=
en used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -3026,7 +3026,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM filte=
r1eo_noq.f > filter1eo_noq.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c filter1eo_noq.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c filter1eo_noq.f90
 filter1eo_noq.f90(58): remark #7713: This statement function has not b=
een used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -3034,7 +3034,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM filte=
r2eo_noq.f > filter2eo_noq.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c filter2eo_noq.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c filter2eo_noq.f90
 filter2eo_noq.f90(59): remark #7713: This statement function has not b=
een used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -3042,43 +3042,43 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM setla=
ts_lag.f > setlats_lag.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c setlats_lag.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c setlats_lag.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_l=
s_node.f > get_ls_node.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c get_ls_node.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c get_ls_node.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_l=
ats_node_shuff_a_fix.f > get_lats_node_shuff_a_fix.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c get_lats_node_shuff_a_fix.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c get_lats_node_shuff_a_fix.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM getco=
n_lag.f > getcon_lag.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c getcon_lag.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c getcon_lag.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM getco=
n_dynamics.f > getcon_dynamics.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c getcon_dynamics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c getcon_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_tracers.f > gfidi_tracers.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfidi_tracers.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfidi_tracers.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_speed.f > gfidi_speed.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfidi_speed.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfidi_speed.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_sig.f > gfidi_sig.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfidi_sig.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfidi_sig.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_hyb.f > gfidi_hyb.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfidi_hyb.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfidi_hyb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_hyb_gc.f > gfidi_hyb_gc.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_hyb_gc_h.f > gfidi_hyb_gc_h.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc_h.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc_h.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_hyb_gchdp.f > gfidi_hyb_gchdp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gchdp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gchdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_gchdp_noadv_noq.f > gfidi_gchdp_noadv_noq.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfidi_gchdp_noadv_noq.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfidi_gchdp_noadv_noq.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ndslf=
v_pack.f > ndslfv_pack.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c ndslfv_pack.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c ndslfv_pack.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ndslf=
v_para.f > ndslfv_para.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c ndslfv_para.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c ndslfv_para.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ndslf=
v_monoadvh2.f > ndslfv_monoadvh2.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvh2.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvh2.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ndslf=
v_monoadvh.f > ndslfv_monoadvh.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvh.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvh.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ndslf=
v_monoadvv.f > ndslfv_monoadvv.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvv.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
to_spect.f > grid_to_spect.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c grid_to_spect.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c grid_to_spect.f90
 grid_to_spect.f90(57): remark #7713: This statement function has not b=
een used.   [INDLSEV]
       INTEGER              INDLSEV,JBASEV
 ---------------------------^
@@ -3086,7 +3086,7 @@
       INTEGER              INDLSOD,JBASOD
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
to_spect_slg.f > grid_to_spect_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c grid_to_spect_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c grid_to_spect_slg.f90
 grid_to_spect_slg.f90(49): remark #7713: This statement function has n=
ot been used.   [INDLSEV]
      &,        INDLSEV,JBASEV,INDLSOD,JBASOD,ylan
 ---------------^
@@ -3094,7 +3094,7 @@
      &,        INDLSEV,JBASEV,INDLSOD,JBASOD,ylan
 ------------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
to_spect_rqt.f > grid_to_spect_rqt.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c grid_to_spect_rqt.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c grid_to_spect_rqt.f90
 grid_to_spect_rqt.f90(56): remark #7713: This statement function has n=
ot been used.   [INDLSEV]
       INTEGER              INDLSEV,JBASEV
 ---------------------------^
@@ -3102,35 +3102,35 @@
       INTEGER              INDLSOD,JBASOD
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gridz=
z_to_spect.f > gridzz_to_spect.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gridzz_to_spect.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gridzz_to_spect.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM spect=
_to_grid.f > spect_to_grid.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c spect_to_grid.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c spect_to_grid.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM spect=
_to_grid_slg.f > spect_to_grid_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c spect_to_grid_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c spect_to_grid_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM spect=
_to_grid_gz.f > spect_to_grid_gz.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c spect_to_grid_gz.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c spect_to_grid_gz.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM spect=
_to_grid_rqt.f > spect_to_grid_rqt.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c spect_to_grid_rqt.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c spect_to_grid_rqt.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM spect=
_to_gridxy.f > spect_to_gridxy.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c spect_to_gridxy.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c spect_to_gridxy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM spect=
pz_to_gridxy.f > spectpz_to_gridxy.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c spectpz_to_gridxy.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c spectpz_to_gridxy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM compn=
s_dynamics.f > compns_dynamics.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c compns_dynamics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c compns_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gozri=
neo.f > gozrineo.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gozrineo.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gozrineo.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM pln2e=
o.f > pln2eo.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c pln2eo.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c pln2eo.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM rms_s=
pect.f > rms_spect.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c rms_spect.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c rms_spect.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM lats_=
shuff.f > lats_shuff.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c lats_shuff.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c lats_shuff.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM uvoed=
z.f > uvoedz.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c uvoedz.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c uvoedz.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM mpi_q=
uit.f > mpi_quit.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c mpi_quit.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c mpi_quit.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sicdi=
f_sig.f > sicdif_sig.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c sicdif_sig.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c sicdif_sig.f90
 sicdif_sig.f90(25): remark #7713: This statement function has not been=
 used.   [INDLSOD]
       integer              indlsod,jbasod
 ---------------------------^
@@ -3138,7 +3138,7 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sicdi=
f_hyb.f > sicdif_hyb.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c sicdif_hyb.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c sicdif_hyb.f90
 sicdif_hyb.f90(26): remark #7713: This statement function has not been=
 used.   [INDLSOD]
       integer              indlsod,jbasod
 ---------------------------^
@@ -3146,7 +3146,7 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sicdi=
f_hyb_gc.f > sicdif_hyb_gc.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c sicdif_hyb_gc.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c sicdif_hyb_gc.f90
 sicdif_hyb_gc.f90(26): remark #7713: This statement function has not b=
een used.   [INDLSOD]
       integer              indlsod,jbasod
 ---------------------------^
@@ -3154,7 +3154,7 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sicdi=
f_hyb_gcdp.f > sicdif_hyb_gcdp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c sicdif_hyb_gcdp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c sicdif_hyb_gcdp.f90
 sicdif_hyb_gcdp.f90(33): remark #7713: This statement function has not=
 been used.   [INDLSOD]
       integer              indlsod,jbasod
 ---------------------------^
@@ -3162,83 +3162,83 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM commo=
n_to_model_vars.f > common_to_model_vars.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c common_to_model_vars.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c common_to_model_vars.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM getpw=
atptot.f > getpwatptot.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c getpwatptot.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c getpwatptot.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sig2p=
ress.f > sig2press.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c sig2press.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c sig2press.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM hyb2p=
ress.f > hyb2press.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c hyb2press.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c hyb2press.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gch2p=
ress.f > gch2press.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gch2press.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gch2press.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM omega=
_sig.f > omega_sig.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c omega_sig.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c omega_sig.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM omega=
_hyb.f > omega_hyb.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c omega_hyb.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c omega_hyb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM omega=
_gch.f > omega_gch.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c omega_gch.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c omega_gch.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM omega=
_gcdp.f > omega_gcdp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c omega_gcdp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c omega_gcdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM slgsc=
an_all_redgg.f > slgscan_all_redgg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c slgscan_all_redgg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c slgscan_all_redgg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_c=
d_hyb_slg.f > get_cd_hyb_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c get_cd_hyb_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c get_cd_hyb_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ficoll_dynamics.f > gfs_dficoll_dynamics.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dficoll_dynamics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dficoll_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ficoll_dynamics_slg.f > gfs_dficoll_dynamics_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dficoll_dynamics_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dficoll_dynamics_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sicdi=
f_hyb_slg.f > sicdif_hyb_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c sicdif_hyb_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c sicdif_hyb_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM deldi=
fs_tracers.f > deldifs_tracers.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c deldifs_tracers.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c deldifs_tracers.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gloop=
a_tracers.f > gloopa_tracers.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gloopa_tracers.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gloopa_tracers.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM do_dy=
namics_slg_loop.f > do_dynamics_slg_loop.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c do_dynamics_slg_loop.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c do_dynamics_slg_loop.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM do_dy=
namics_one_loop.f > do_dynamics_one_loop.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c do_dynamics_one_loop.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c do_dynamics_one_loop.f90
 do_dynamics_one_loop.f90(130): remark #7713: This statement function h=
as not been used.   [INDLSOD]
       INTEGER               INDLSOD,JBASOD
 ----------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM do_dy=
namics_two_loop.f > do_dynamics_two_loop.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c do_dynamics_two_loop.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c do_dynamics_two_loop.f90
 do_dynamics_two_loop.f90(154): remark #7713: This statement function h=
as not been used.   [INDLSOD]
       INTEGER               INDLSOD,JBASOD
 ----------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM model=
_to_common_vars.f > model_to_common_vars.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c model_to_common_vars.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c model_to_common_vars.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gathe=
r_times.f > gather_times.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gather_times.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gather_times.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM four_=
to_grid.f > four_to_grid.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c four_to_grid.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c four_to_grid.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM four2=
fln_gg.f > four2fln_gg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c four2fln_gg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c four2fln_gg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM four2=
fln.f > four2fln.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c four2fln.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c four2fln.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sortr=
x.f > sortrx.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c sortrx.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c sortrx.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sumde=
r2_slg_gg.f > sumder2_slg_gg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c sumder2_slg_gg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c sumder2_slg_gg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sumfl=
n_slg_gg.f > sumfln_slg_gg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c sumfln_slg_gg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c sumfln_slg_gg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sumfl=
n.f > sumfln.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c sumfln.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c sumfln.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sumde=
r2.f > sumder2.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c sumder2.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c sumder2.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM trise=
ori.f > triseori.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c triseori.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c triseori.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM trise=
of.f > triseof.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c triseof.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c triseof.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM uveod=
z.f > uveodz.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c uveodz.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c uveodz.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM matin=
v.f > matinv.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c matinv.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c matinv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ver_s=
ig.f > ver_sig.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c ver_sig.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c ver_sig.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sig_i=
o.f > sig_io.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c sig_io.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c sig_io.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_t=
opo_grid_grad.f > get_topo_grid_grad.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c get_topo_grid_grad.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c get_topo_grid_grad.f90
 get_topo_grid_grad.f90(63): remark #7713: This statement function has =
not been used.   [INDLSEV]
      &,       indlsev,jbasev,indev,indev1,indev2
 --------------^
@@ -3246,29 +3246,29 @@
      &,       indlsod,jbasod,indod,indod1,indod2
 --------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ysmin=
v.f > ysminv.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c ysminv.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c ysminv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
fix.f > grid_fix.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c grid_fix.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c grid_fix.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM tread=
eo.io.f > treadeo.io.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c treadeo.io.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c treadeo.io.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM tread=
eo.io_slg.f > treadeo.io_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c treadeo.io_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c treadeo.io_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM tread=
eo_nemsio.f > treadeo_nemsio.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c treadeo_nemsio.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c treadeo_nemsio.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM tread=
eo_nemsio_slg.f > treadeo_nemsio_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c treadeo_nemsio_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c treadeo_nemsio_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM tread=
g_nemsio.f > treadg_nemsio.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c treadg_nemsio.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c treadg_nemsio.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM tread=
s_nemsio.f > treads_nemsio.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c treads_nemsio.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c treads_nemsio.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM twrit=
es_rst.f > twrites_rst.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c twrites_rst.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c twrites_rst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM twrit=
es_hst.f > twrites_hst.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c twrites_hst.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c twrites_hst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM twrit=
eg_rst.f > twriteg_rst.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c twriteg_rst.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c twriteg_rst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
to_spect_inp.f > grid_to_spect_inp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c grid_to_spect_inp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c grid_to_spect_inp.f90
 grid_to_spect_inp.f90(83): remark #7713: This statement function has n=
ot been used.   [INDLSEV]
       INTEGER              INDLSEV,JBASEV
 ---------------------------^
@@ -3276,7 +3276,7 @@
       INTEGER              INDLSOD,JBASOD
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
to_spect_inp_slg.f > grid_to_spect_inp_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c grid_to_spect_inp_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c grid_to_spect_inp_slg.f90
 grid_to_spect_inp_slg.f90(85): remark #7713: This statement function h=
as not been used.   [INDLSEV]
      &,        INDLSEV,JBASEV,INDLSOD,JBASOD
 ---------------^
@@ -3284,15 +3284,15 @@
      &,        INDLSEV,JBASEV,INDLSOD,JBASOD
 ------------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM setsi=
g.f > setsig.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c setsig.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c setsig.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM spect=
_to_grid_inp.f > spect_to_grid_inp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c spect_to_grid_inp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/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_d=
ef.o slgshr.o pmgrid.o layout_grid_tracers.o layout_lag.o gfs_dyn_layou=
t1.o namelist_dynamics_def.o gfs_dyn_coordinate_def.o gfs_dyn_lon_lat_p=
ara.o gfs_dyn_tracer_const.o gfs_dyn_tracer_config.o gfs_dyn_reduce_lon=
s_grid_module.o gfs_dyn_matrix_sig_def.o gfs_dyn_mpi_def.o gfs_dyn_deld=
ifs_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_s=
tart_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_AddPar=
ameterToStateMod.o gfs_dynamics_initialize_mod.o gfs_dynamics_initializ=
e_slg_mod.o gfs_dynamics_run_mod.o gfs_dynamics_finalize_mod.o gfs_dyna=
mics_add_get_state_ESMFField_mod.o gfs_dynamics_states_mod.o gfs_dyn_ph=
yscons.o mpi_GV.o gfs_dynamics_grid_comp_mod.o get_cd_hyb.o get_am_bm_h=
yb.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 g=
rid_collect_ipe.o excha.o info.o four2grid_thread.o hpmdummy.o coundumm=
y.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_h=
yb_gc_h.o gfidi_hyb_gchdp.o gfidi_gchdp_noadv_noq.o ndslfv_pack.o ndslf=
v_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 spec=
t_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 pln2=
eo.o rms_spect.o lats_shuff.o uvoedz.o mpi_quit.o sicdif_sig.o sicdif_h=
yb.o sicdif_hyb_gc.o sicdif_hyb_gcdp.o common_to_model_vars.o getpwatpt=
ot.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 d=
eldifs_tracers.o gloopa_tracers.o do_dynamics_slg_loop.o do_dynamics_on=
e_loop.o do_dynamics_two_loop.o model_to_common_vars.o gather_times.o f=
our_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 treade=
o_nemsio_slg.o treadg_nemsio.o treads_nemsio.o twrites_rst.o twrites_hs=
t.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=
/tripptime/NEMS/src/atmos/gsm/dyn'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake && cd ..
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/phys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/phys'
 makefile:126: warning: overriding commands for target `gbphys_adv_hyb_=
gc.o'
 makefile:118: warning: ignoring old commands for target `gbphys_adv_hy=
b_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_=
gc_h.o'
@@ -3338,8 +3338,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/phys'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/phys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/phys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/phys'
 makefile:126: warning: overriding commands for target `gbphys_adv_hyb_=
gc.o'
 makefile:118: warning: ignoring old commands for target `gbphys_adv_hy=
b_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_=
gc_h.o'
@@ -3380,8 +3380,8 @@
 makefile:114: warning: ignoring old commands for target `gfs_physics_e=
rr_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/tripptime/NEMS/src/chem/gocart/Linux/include
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/phys'
+       CHEM_MODi------from GFS/phys-----> /scratch4/NCEPDEV/nems/save/=
Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/phys'
 makefile:126: warning: overriding commands for target `gbphys_adv_hyb_=
gc.o'
 makefile:118: warning: ignoring old commands for target `gbphys_adv_hy=
b_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_=
gc_h.o'
@@ -3423,86 +3423,86 @@
 ../../../conf/make.rules:8: warning: overriding commands for target `.=
f.f90'
 makefile:107: warning: ignoring old commands for target `.f.f90'
 /lib/cpp -P -traditional resol_def.f > resol_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c resol_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c layout1.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c vert_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gg_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c namelist_physics_d=
ef.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c namelist_physics_def.f=
90
 /lib/cpp -P -traditional coordinate_def.f > coordinate_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c coordinate_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c reduce_lons_grid_m=
odule.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c reduce_lons_grid_modul=
e.f90
 /lib/cpp -P -traditional mpi_def.f > mpi_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c mpi_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c d3d_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c d3d_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sfcio=
_module.f > sfcio_module.f90
 /lib/cpp -P -traditional sfcio_module.f > sfcio_module.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c mod_state.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -c nstio_module.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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_m=
sg_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -c gfs_physics_err_msg=
_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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_fl=
x_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_sfc_flx_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/GEOSchem_GridComp -c gfs_physics_sfc_flx_mod.f90
 /lib/cpp -P -traditional gfs_physics_nst_var_mod.f >gfs_physics_nst_va=
r_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_nst_var_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/GEOSchem_GridComp -c gfs_physics_nst_var_mod.f90
 /lib/cpp -P -traditional gfs_physics_sfc_flx_set_mod.f >gfs_physics_sf=
c_flx_set_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_sfc_flx_set_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_gridgr_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/GEOSchem_GridComp -c gfs_physics_gridgr_mod.f90
 /lib/cpp -P -traditional gfs_physics_g2d_mod.f >gfs_physics_g2d_mod.f9=
0
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_g2d_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/GEOSchem_GridComp -c gfs_physics_g2d_mod.f90
 /lib/cpp -P -traditional gfs_physics_g3d_mod.f >gfs_physics_g3d_mod.f9=
0
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_g3d_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/GEOSchem_GridComp -c gfs_physics_g3d_mod.f90
 /lib/cpp -P -traditional gfs_physics_aoi_var_mod.f >gfs_physics_aoi_va=
r_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_aoi_var_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/GEOSchem_GridComp -c gfs_physics_aoi_var_mod.f90
 /lib/cpp -P -traditional gfs_physics_namelist_mod.f >gfs_physics_namel=
ist_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_namelist_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_start_time_get_mod.f=
90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_internal_state_mod.f=
90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/GEOSchem_GridComp -c gfs_physics_internal_state_mod.f90
 /lib/cpp -P -traditional gfs_physics_grid_create_mod.f >gfs_physics_gr=
id_create_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_grid_create_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_output.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/GEOSchem_GridComp -c gfs_physics_output.f90
 /lib/cpp -P -traditional gfs_physics_getcf_mod.f >gfs_physics_getcf_mo=
d.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_getcf_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/GEOSchem_GridComp -c gfs_physics_getcf_mod.f90
 /lib/cpp -P -traditional gfs_physics_initialize_mod.f >gfs_physics_ini=
tialize_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_initialize_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/GEOSchem_GridComp -c gfs_physics_initialize_mod.f90
 /lib/cpp -P -traditional gfs_physics_run_mod.f >gfs_physics_run_mod.f9=
0
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_run_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/GEOSchem_GridComp -c gfs_physics_run_mod.f90
 /lib/cpp -P -traditional gfs_physics_finalize_mod.f >gfs_physics_final=
ize_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_finalize_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/GEOSchem_GridComp -c gfs_physics_finalize_mod.f90
 /lib/cpp -P -traditional gfs_physics_add_get_state_ESMFField_mod.f >gf=
s_physics_add_get_state_ESMFField_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_add_get_state_ESMFFi=
eld_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_phy_states_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_grid_comp_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/GEOSchem_GridComp -c gfs_physics_grid_comp_mod.f90
 /lib/cpp -P -traditional glats_physics.f > glats_physics.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c glats_physics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c glats_physics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gcycl=
e.f > gcycle.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gcycle.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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.f=
90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c do_physics_one_ste=
p.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c do_physics_one_step.f9=
0
 /lib/cpp -P -traditional get_lats_node_shuff_r_fix.f > get_lats_node_s=
huff_r_fix.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c get_lats_node_shuf=
f_r_fix.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c get_lats_node_shuff_r_=
fix.f90
 /lib/cpp -P -traditional setlats.f > setlats.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c setlats.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c setlats_r_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c lats_shuff.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c getcon_physics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c getcon_physics.f90
 getcon_physics.f90(42): remark #7713: This statement function has not =
been used.   [INDLSEV]
       integer              indlsev,jbasev,indlsod,jbasod
 ---------------------------^
@@ -3510,84 +3510,84 @@
       integer              indlsev,jbasev,indlsod,jbasod
 ------------------------------------------^
 /lib/cpp -P -traditional lon_lat_para.f > lon_lat_para.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c lon_lat_para.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c compns_physics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c info.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c info.f90
 /lib/cpp -P -traditional coundummy.f > coundummy.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c coundummy.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c coundummy.f90
 /lib/cpp -P -traditional sortrx.f > sortrx.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c sortrx.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c mpi_quit.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c dfi_fixwr.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c hpmdummy.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c hpmdummy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gloop=
r.f > gloopr.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gloopr.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c gloopr.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gloop=
b.f > gloopb.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gloopb.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c gloopb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gbphy=
s_adv_hyb_gc.f > gbphys_adv_hyb_gc.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gbphys_adv_hyb_gc.=
f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c gbphys_adv_hyb_gc.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gbphy=
s_adv_hyb_gc_h.f > gbphys_adv_hyb_gc_h.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gbphys_adv_hyb_gc_=
h.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c gbphys_adv_hyb_gc_h.f9=
0
 /lib/cpp -P -traditional fix_fields.f > fix_fields.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c fix_fields.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c fix_fields.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM read_=
fix.f > read_fix.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c read_fix.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c GFS_simple_scatter=
.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c GFS_simple_scatter.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM wrtou=
t_physics.f > wrtout_physics.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrtout_physics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c wrtout_physics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM fld_c=
ollect.f > fld_collect.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c fld_collect.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c fld_collect.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM fld_c=
ollect_nst.f > fld_collect_nst.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c fld_collect_nst.f9=
0
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c fld_collect_nst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gribi=
t_gsm.f > gribit_gsm.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gribit_gsm.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrt3d_hyb.f
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrt3d.f
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c gribit_gsm.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c wrt3d_hyb.f
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c wrt3d.f
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM aoicp=
l_prep.f > aoicpl_prep.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c aoicpl_prep.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c aoicpl_prep.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM para_=
fixio_w.f > para_fixio_w.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c para_fixio_w.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c para_fixio_w.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM para_=
nst_w.f > para_nst_w.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c para_nst_w.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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_mo=
d.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_physi=
cs_g3d_mod.o gfs_physics_aoi_var_mod.o gfs_physics_namelist_mod.o gfs_p=
hysics_start_time_get_mod.o gfs_physics_internal_state_mod.o gfs_physic=
s_grid_create_mod.o gfs_physics_output.o gfs_physics_getcf_mod.o gfs_ph=
ysics_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_phy=
sics_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 m=
pi_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 wrto=
ut_physics.o fld_collect.o fld_collect_nst.o gribit_gsm.o wrt3d_hyb.o w=
rt3d.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=
/tripptime/NEMS/src/atmos/gsm/phys'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/phys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/phys'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GOCART_ROUTINES_stub.F90 > module_GOCART_ROUTINES_stub.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Ii=
o -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GOCART_ROUTINES_stub=
.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Ii=
o -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GOCART_ROUTINES_stub.=
f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GFS_CORE_SETUP.F90 > module_GFS_CORE_SETUP.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Ii=
o -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_CORE_SETUP.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Ii=
o -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_CORE_SETUP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GFS_INTERNAL_STATE.F90 > module_GFS_INTERNAL_STATE.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Ii=
o -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_INTERNAL_STATE.f=
90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Ii=
o -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_INTERNAL_STATE.f9=
0
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GFS_INTEGRATE.F90 > module_GFS_INTEGRATE.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Ii=
o -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_INTEGRATE.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Ii=
o -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_INTEGRATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GFS_GRID_COMP.F90 > module_GFS_GRID_COMP.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Ii=
o -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_GRID_COMP.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Ii=
o -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/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=
/tripptime/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm'
 cd atmos/fim           && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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.F9=
0 module_DYNAMICS_GRID_COMP.F90 module_DYN_PHY_CPL_COMP.F90 module_PHYS=
ICS_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=
/tripptime/NEMS/src/atmos/fim'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/fim'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM fim_g=
rid_comp_stub.F90 > fim_grid_comp_stub.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -I../share -c fim_grid_co=
mp_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=
/tripptime/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/fim'
 cd atmos/post          && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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_routin=
es.o'
@@ -3605,8 +3605,8 @@
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/post'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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_routin=
es.o'
@@ -3627,25 +3627,25 @@
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -I../share -c post_nems_routi=
nes_stub.f90
 ar -r libpost.a post_gfs_stub.o post_nmm_stub.o post_nems_routines_stu=
b.o
 ar: creating libpost.a
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/post'
 cd atmos               && gmake
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos'
 makefile:40: depend: No such file or directory
 ls -1 module_ATM_INTERNAL_STATE.F90 module_ATM_GRID_COMP.F90 > Srcfile=
s
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_ATM_INTERNAL_STATE.F90 > module_ATM_INTERNAL_STATE.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Ishare -Inmm -Igsm -Ifim -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/g=
smphys -Igen -c module_ATM_INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Ishare -Inmm -Igsm -Ifim -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gs=
mphys -Igen -c module_ATM_INTERNAL_STATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_ATM_GRID_COMP.F90 > module_ATM_GRID_COMP.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Ishare -Inmm -Igsm -Ifim -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/g=
smphys -Igen -c module_ATM_GRID_COMP.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Ishare -Inmm -Igsm -Ifim -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gs=
mphys -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=
/tripptime/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos'
 cd ENS_Cpl             && gmake
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/ENS_Cpl'
 makefile:124: depend: No such file or directory
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM Lib_E=
SMFStateAddGetMod.f > Lib_ESMFStateAddGetMod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM machi=
ne.f > machine.f90
@@ -3668,9 +3668,9 @@
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/ENS_Cpl'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/ENS_Cpl'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/ENS_Cpl'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/ENS_Cpl'
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8   -free -c Lib_=
ESMFStateAddGetMod.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8   -fixed -c mac=
hine.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8   -free -c ENS_=
Cpl_InternalState_ESMFMod.f90
@@ -3690,36 +3690,36 @@
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/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_InternalSta=
te_ESMFMod.o ENS_bcst_global.o ENS_Sto_Per_Scheme_Step2.o DistributeFor=
Step1.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=
/tripptime/NEMS/src/ENS_Cpl'
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/ENS_Cpl'
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Fri Nov 18 23:55:50 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D323' module_MEDIATOR_methods.F90 > module_MED=
IATOR_methods.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Ia=
tmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. =
-Iatmos/gen -Iatmos/share  -c module_MEDIATOR_methods.f90
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 20:33:01 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' module_MEDIATOR_methods.F90 > module_MEDI=
ATOR_methods.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iat=
mos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCE=
PDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I. -I=
atmos/gen -Iatmos/share  -c module_MEDIATOR_methods.f90
 rm module_MEDIATOR_methods.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Fri Nov 18 23:55:50 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D323' module_MEDIATOR.F90 > module_MEDIATOR.f9=
0
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Ia=
tmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. =
-Iatmos/gen -Iatmos/share  -c module_MEDIATOR.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 20:33:01 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' module_MEDIATOR.F90 > module_MEDIATOR.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iat=
mos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCE=
PDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I. -I=
atmos/gen -Iatmos/share  -c module_MEDIATOR.f90
 rm module_MEDIATOR.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Fri Nov 18 23:55:50 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D323' module_MEDIATOR_SpaceWeather.F90 > modul=
e_MEDIATOR_SpaceWeather.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Ia=
tmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. =
-Iatmos/gen -Iatmos/share  -c module_MEDIATOR_SpaceWeather.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 20:33:01 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' module_MEDIATOR_SpaceWeather.F90 > module=
_MEDIATOR_SpaceWeather.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iat=
mos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCE=
PDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I. -I=
atmos/gen -Iatmos/share  -c module_MEDIATOR_SpaceWeather.f90
 rm module_MEDIATOR_SpaceWeather.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Fri Nov 18 23:55:50 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D323' module_EARTH_INTERNAL_STATE.F90 > module=
_EARTH_INTERNAL_STATE.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Ia=
tmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. =
-Iatmos/gen -Iatmos/share  -c module_EARTH_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 20:33:01 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' module_EARTH_INTERNAL_STATE.F90 > module_=
EARTH_INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iat=
mos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCE=
PDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I. -I=
atmos/gen -Iatmos/share  -c module_EARTH_INTERNAL_STATE.f90
 rm module_EARTH_INTERNAL_STATE.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Fri Nov 18 23:55:50 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D323' module_EARTH_GRID_COMP.F90 > module_EART=
H_GRID_COMP.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Ia=
tmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. =
-Iatmos/gen -Iatmos/share  -c module_EARTH_GRID_COMP.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 20:33:01 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' module_EARTH_GRID_COMP.F90 > module_EARTH=
_GRID_COMP.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iat=
mos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCE=
PDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I. -I=
atmos/gen -Iatmos/share  -c module_EARTH_GRID_COMP.f90
 rm module_EARTH_GRID_COMP.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Fri Nov 18 23:55:50 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D323' module_NEMS_INTERNAL_STATE.F90 > module_=
NEMS_INTERNAL_STATE.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Ia=
tmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. =
-Iatmos/gen -Iatmos/share  -c module_NEMS_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 20:33:01 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' module_NEMS_INTERNAL_STATE.F90 > module_N=
EMS_INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iat=
mos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCE=
PDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I. -I=
atmos/gen -Iatmos/share  -c module_NEMS_INTERNAL_STATE.f90
 rm module_NEMS_INTERNAL_STATE.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Fri Nov 18 23:55:50 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D323' module_NEMS_GRID_COMP.F90 > module_NEMS_=
GRID_COMP.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Ia=
tmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. =
-Iatmos/gen -Iatmos/share  -c module_NEMS_GRID_COMP.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 20:33:01 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' module_NEMS_GRID_COMP.F90 > module_NEMS_G=
RID_COMP.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iat=
mos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCE=
PDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I. -I=
atmos/gen -Iatmos/share  -c module_NEMS_GRID_COMP.f90
 rm module_NEMS_GRID_COMP.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Fri Nov 18 23:55:50 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D323' MAIN_NEMS.F90 > MAIN_NEMS.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Ia=
tmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. =
-Iatmos/gen -Iatmos/share  -c MAIN_NEMS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 20:33:01 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' MAIN_NEMS.F90 > MAIN_NEMS.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iat=
mos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCE=
PDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I. -I=
atmos/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/t=
ripptime/NEMS/src/atmos/gsm/gsmphys
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291   -o ../exe/N=
EMS.x MAIN_NEMS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_ME=
DIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_C=
OMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o  atmos/libat=
mos.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 atmo=
s/gsm/phys/gfs_physics.a /scratch4/NCEPDEV/nems/save/Samuel.Trahan/trip=
ptime/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    atmo=
s/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/netcd=
f/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/li=
b/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/compose=
r_xe_2015.1.133/compiler/lib/intel64 -L/apps/intel/composer_xe_2015.1.1=
33/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/x=
86_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/int=
el64/ -L/apps/intel/composer_xe_2015.1.133/tbb/lib/intel64/gcc4.4/ -L/u=
sr/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/Li=
nux.intel.64.intelmpi.default  -Wl,-rpath,/apps/netcdf/4.3.0-intel/lib =
-lesmf  -ldl -lrt -lpthread -limf -lsvml -lirng -lm -lipgo -ldecimal -l=
iomp5 -lcilkrts -lstdc++ -lgcc -lgcc_s -lirc -lpthread -lsvml -lgcc -lg=
cc_s -lirc_s -ldl -lrt -ldl -lnetcdff -lnetcdf  =20
+       PHYS_INC----------->/scratch4/NCEPDEV/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/atmos/gsm/gsmphys
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291   -o ../exe/N=
EMS.x MAIN_NEMS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_ME=
DIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_C=
OMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o  atmos/libat=
mos.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 atmo=
s/gsm/phys/gfs_physics.a /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regt=
ests/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/l=
ibw3nco_v2.0.6_d.a /scratch3/NCEPDEV/nwprod/lib/w3emc/v2.0.5/libw3emc_v=
2.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/l=
ib/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/a=
pps/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.13=
3/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/x8=
6_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/inte=
l64/ -L/apps/intel/composer_xe_2015.1.133/tbb/lib/intel64/gcc4.4/ -L/us=
r/lib/gcc/x86_64-redhat-linux/4.4.7/../../../ -L/lib64 -L/lib/ -L/usr/l=
ib64 -L/usr/lib -Wl,-rpath,/apps/esmf/7.0.0/intel/intelmpi/lib/libO/Lin=
ux.intel.64.intelmpi.default  -Wl,-rpath,/apps/netcdf/4.3.0-intel/lib -=
lesmf  -ldl -lrt -lpthread -limf -lsvml -lirng -lm -lipgo -ldecimal -li=
omp5 -lcilkrts -lstdc++ -lgcc -lgcc_s -lirc -lpthread -lsvml -lgcc -lgc=
c_s -lirc_s -ldl -lrt -ldl -lnetcdff -lnetcdf  =20
 NEMS.x successfully created for GSM core.
 + set +x
 NOTE: Success!
@@ -3737,7 +3737,7 @@
 NOTE: App names: GSM.appBuilder GSM-GOCART.appBuilder NMM.appBuilder N=
MM-DEBUG.appBuilder NMM-POST.appBuilder wrong.appBuilder
 NOTE: APP from autoapp is GSM-GOCART
 NOTE: Chosen app is GSM-GOCART
-NOTE: FOUND APP FROM /scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippti=
me/GSM-GOCART.appBuilder COMPONENTS GSM
+NOTE: FOUND APP FROM /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtest=
s/GSM-GOCART.appBuilder COMPONENTS GSM
 Ignoring command: $tool --backtitle NEMS Application Builder --title I=
nfo --infobox Determine platform... 6 25
 NOTE: Determine platform...theia
 NOTE: CONFOPT=3Dgsm_intel_theia MAKEOPT=3Dgsm GOCART_MODE=3Dfull
@@ -3760,8 +3760,8 @@
 NOTE: GLOB MISMATCH: rebuild from rebuild:yes for use_nems_modules
 NOTE: GLOB MISMATCH: reuse from reuse:no for use_nems_modules
 NOTE: QUESTION use_nems_modules? YES: from default
-NOTE: Load /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/sr=
c/conf/modules.nems
-NOTE: Loaded /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/conf/modules.nems
+NOTE: Load /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/conf/modules.nems
+NOTE: Loaded /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/conf/modules.nems
 MSGBOX: make gsm GOCART_MODE=3Dfull   \n\nProceed with <Enter>, exit w=
ith <Esc>.
 NOTE:  MATCH: rebuild from rebuild:yes for rebuild
 NOTE: QUESTION rebuild? YES: from rebuild:yes
@@ -3770,41 +3770,41 @@
 NOTE: Simple clean.
 + pwd
 cd atmos               && gmake clean
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos'
 cd share        && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/share'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/atmos/share'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/share'
 cd gsm/gsmphys         && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/gsmphys'
 cd nmm          && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/nmm'
 Cleaning ...=20
=20
 (cd nmmbphys && make clean)
-make[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/nmm/nmmbphys'
 Cleaning nmmbphys ...=20
=20
 rm -f  libnmmbphys.a *.f90 *.o *.mod *.lst *.i depend
-make[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/=
tripptime/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/=
regtests/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=
/tripptime/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/nmm'
 cd gsm       && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm'
 cd libutil && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/libutil'
 cd io && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/io'
 cd dyn && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcon=
s.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physc=
ons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -3844,9 +3844,9 @@
 ../../../conf/make.rules:8: warning: overriding commands for target `.=
f.f90'
 makefile:292: warning: ignoring old commands for target `.f.f90'
 rm -f gfs_dynamics.a *.o *.mod *.lst *.f90 lm map depend
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/phys'
 makefile:126: warning: overriding commands for target `gbphys_adv_hyb_=
gc.o'
 makefile:118: warning: ignoring old commands for target `gbphys_adv_hy=
b_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_=
gc_h.o'
@@ -3888,25 +3888,25 @@
 ../../../conf/make.rules:8: warning: overriding commands for target `.=
f.f90'
 makefile:107: warning: ignoring old commands for target `.f.f90'
 rm -f gfs_physics.a *.o *.mod *.lst *.f90 lm map depend
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/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=
/tripptime/NEMS/src/atmos/gsm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm'
 cd fim          && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/fim'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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.Traha=
n/tripptime/NEMS/src/atmos/fim/FIMsrc'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/fim/FIMsrc'
 rm -f -rf ../FIMsrc_* macros.make
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/fim/FIMsrc'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/fim'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/fim'
 cd gen          && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gen'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gen'
 makefile:31: warning: overriding commands for target `module_GEN_INTER=
NAL_STATE.o'
 makefile:28: warning: ignoring old commands for target `module_GEN_INT=
ERNAL_STATE.o'
 rm -f libgen.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gen'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gen'
 cd post         && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/post'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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_routin=
es.o'
@@ -3920,42 +3920,42 @@
 makefile:45: warning: overriding commands for target `post_nmm_stub.o'
 makefile:42: warning: ignoring old commands for target `post_nmm_stub.=
o'
 rm -f libpost.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/post'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/post'
 rm -f libatmos.a *.f90 *.o *.mod *.lst depend
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos'
 cd ENS_Cpl             && gmake clean
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/ENS_Cpl'
 cd chem                && gmake clean GOCART_MODE=3Dfull
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem'
 cd gocart/src   && gmake -f GNUmakefile realclean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src'
-GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or director=
y
-GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or director=
y
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/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.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Config'
 GNUmakefile:35: - Node not know, disabling build environment check
 mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION   -I/apps/esmf/7.0.0/intel/intelmpi/mo=
d/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmp=
i/include -I/apps/netcdf/4.3.0-intel/include   -I/apps/esmf/7.0.0/intel=
/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/i=
ntel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -r8    -fPIC =
-fp-model source  -align dcommons fdp.f90
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/inc=
lude \
-=09=09 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ch=
em/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/sa=
ve/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I =3D -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "LIB_SDF =3D /apps/netcdf/4.3.0-intel/lib/libnetcdff.a /apps/netc=
df/4.3.0-intel/lib/libnetcdf.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a=
 /apps/hdf5/1.8.14-intel/lib/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz" =
>> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/go=
cart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippti=
me/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/sa=
ve/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../src/g5_modules.s=
h  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /sc=
ratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/s=
rc/../Linux/bin
-/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/sr=
c/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.T=
rahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is f=
dp.mod)
-./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/etc
-./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/etc
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Config'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e \
+=09=09 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save=
/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I =3D -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "LIB_SDF =3D /apps/netcdf/4.3.0-intel/lib/libnetcdff.a /apps/netc=
df/4.3.0-intel/lib/libnetcdf.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a=
 /apps/hdf5/1.8.14-intel/lib/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz" =
>> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/g5_modules.sh =
 mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/=
../Linux/bin
+/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fd=
p.mod)
+./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src'
 for d in Config GMAO_Shared Components Applications; \
 =09  do=09=09=09 \
 =09      echo Making esma_distclean in $d=09;\
@@ -3965,159 +3965,159 @@
 Making esma_distclean in Config
 site: Undefined variable.
 site: Undefined variable.
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Config'
 Making esma_distclean in GMAO_Shared
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]=20
 gmake -C mpi0 distclean
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 /bin/rm -f -r *~ *.[aoxd] *.[Mm][Oo][Dd] r4 r8=20
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
 Making esma_distclean in Components
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridC=
omp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridC=
omp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_Gri=
dComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_Grid=
Comp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_Grid=
Comp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridC=
omp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_Gri=
dComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_Grid=
Comp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_Grid=
Comp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridC=
omp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridC=
omp'
 /bin/rm -f DU_ExportSpec___.h DU_GetPointer___.h DU_History___.rc DU_D=
eclarePointer___.h *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridC=
omp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridC=
omp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridC=
omp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridC=
omp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_Grid=
Comp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridC=
omp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridC=
omp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridCo=
mp'
=20
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_Gri=
dComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_Grid=
Comp'
 /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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_Grid=
Comp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridC=
omp'
 gmake local_esma_distclean
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 /bin/rm -f -f Tests/ExtData Tests/*_Registry.rc Tests/*_GridComp.rc=20
 /bin/rm -f -f *~ *.[aoxd] *.[Mm][Oo][Dd] *___.[fF]*=20
-gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components'
 Making esma_distclean in Applications
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Applications'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Applications'
-/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Config=20
-/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src'
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Config=20
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem'
 rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
 + make gsm GOCART_MODE=3Dfull
-+ tee /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/appBuilder.N=
EMS.log.21663
++ tee /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/appBuilder.NE=
MS.log.96039
 + pwd
 cd chem/gocart/src     && gmake install GOCART_MODE=3Dfull
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src'
-GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or director=
y
-GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or director=
y
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/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.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Config'
 GNUmakefile:35: - Node not know, disabling build environment check
 mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION   -I/apps/esmf/7.0.0/intel/intelmpi/mo=
d/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmp=
i/include -I/apps/netcdf/4.3.0-intel/include   -I/apps/esmf/7.0.0/intel=
/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/i=
ntel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -r8    -fPIC =
-fp-model source  -align dcommons fdp.f90
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/inc=
lude \
-=09=09 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ch=
em/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/sa=
ve/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I =3D -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "LIB_SDF =3D /apps/netcdf/4.3.0-intel/lib/libnetcdff.a /apps/netc=
df/4.3.0-intel/lib/libnetcdf.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a=
 /apps/hdf5/1.8.14-intel/lib/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz" =
>> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/go=
cart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippti=
me/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/sa=
ve/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../src/g5_modules.s=
h  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /sc=
ratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/s=
rc/../Linux/bin
-/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/sr=
c/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.T=
rahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is f=
dp.mod)
-./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/etc
-./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/etc
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Config'
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e \
+=09=09 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save=
/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I =3D -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "LIB_SDF =3D /apps/netcdf/4.3.0-intel/lib/libnetcdff.a /apps/netc=
df/4.3.0-intel/lib/libnetcdf.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a=
 /apps/hdf5/1.8.14-intel/lib/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz" =
>> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/g5_modules.sh =
 mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/=
../Linux/bin
+/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fd=
p.mod)
+./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src'
 for d in Config GMAO_Shared Components Applications; \
 =09  do=09=09=09 \
 =09      echo Making install in $d=09;\
@@ -4127,31 +4127,31 @@
 Making install in Config
 site: Undefined variable.
 site: Undefined variable.
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Config'
 GNUmakefile:35: - Node not know, disabling build environment check
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/inc=
lude \
-=09=09 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ch=
em/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/sa=
ve/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I =3D -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "LIB_SDF =3D /apps/netcdf/4.3.0-intel/lib/libnetcdff.a /apps/netc=
df/4.3.0-intel/lib/libnetcdf.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a=
 /apps/hdf5/1.8.14-intel/lib/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz" =
>> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/go=
cart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippti=
me/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/sa=
ve/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../src/g5_modules.s=
h  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /sc=
ratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/s=
rc/../Linux/bin
-/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/sr=
c/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.T=
rahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is f=
dp.mod)
-./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/etc
-/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goca=
rt/src/../Linux/etc/CVSTAG already exists and will not be overwritten.
-./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/etc
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Config'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e \
+=09=09 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save=
/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I =3D -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "LIB_SDF =3D /apps/netcdf/4.3.0-intel/lib/libnetcdff.a /apps/netc=
df/4.3.0-intel/lib/libnetcdf.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a=
 /apps/hdf5/1.8.14-intel/lib/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz" =
>> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/g5_modules.sh =
 mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/=
../Linux/bin
+/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fd=
p.mod)
+./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/etc
+/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/etc/CVSTAG already exists and will not be overwritten.
+./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Config'
 Making install in GMAO_Shared
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
=20
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/=
NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 Building dependency file m_fpe.d
 Building dependency file m_GrADS.d
 Building dependency file m_wGrADS.d
@@ -4192,8 +4192,8 @@
 m_mpif.F:78:18: error: mpif.h: No such file or directory
 gmake[3]: [m_mpif.d] Error 1 (ignored)
 Building dependency file m_mpif.d
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/apps/esmf/7.0.0/int=
el/intelmpi/mod/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/es=
mf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/app=
s/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-m=
odel source  -align dcommons m_mpif.F
 mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/apps/esmf/7.0.0/int=
el/intelmpi/mod/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/es=
mf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/app=
s/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-m=
odel source  -align dcommons m_random.F
 mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/apps/esmf/7.0.0/int=
el/intelmpi/mod/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/es=
mf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/app=
s/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  -a=
lign dcommons m_realkinds.F90
@@ -4236,7 +4236,7 @@
 /bin/rm -f libGMAO_mpeu.a
 ar cq libGMAO_mpeu.a m_mpif.o m_random.o m_FileResolv.o m_date.o m_dat=
etime.o m_IndexBin_char.o m_IndexBin_integer.o m_IndexBin_logical.o m_L=
ist.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.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
 Building dependency file mpi_comm_split.d
 Building dependency file mpi_wait.d
 Building dependency file mpi_zzz.d
@@ -4277,8 +4277,8 @@
 m_mpi0.F:45:18: error: mpif.h: No such file or directory
 gmake[4]: [m_mpi0.d] Error 1 (ignored)
 Building dependency file m_mpi0.d
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
 mpiifort -c -DsysLinux -DESMA64  -DLANGUAGE_FORTRAN -DHAVE_SHMEM -DMAP=
L_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/a=
pps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default =
-I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/in=
clude   -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intel=
mpi.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 -DMAP=
L_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/a=
pps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default =
-I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/in=
clude   -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intel=
mpi.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-mod=
el source  -align dcommons m_SHMEM.F90
 mpiifort -c -DsysLinux -DESMA64  -DLANGUAGE_FORTRAN -DHAVE_SHMEM -DMAP=
L_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/a=
pps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default =
-I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/in=
clude   -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intel=
mpi.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-mod=
el source  -align dcommons mpi_abort.F90
@@ -4329,19 +4329,19 @@
 mpiifort -c -DsysLinux -DESMA64  -DLANGUAGE_FORTRAN -DHAVE_SHMEM -DMAP=
L_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/a=
pps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default =
-I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/in=
clude   -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intel=
mpi.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-mod=
el 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_co=
mm_free.o mpi_comm_rank.o mpi_comm_size.o mpi_error_string.o mpi_finali=
ze.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_barri=
er.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_r=
educe.o mpi_allreduce.o mpi_reduce_scatter.o mpi0_copy.o mpi_zzz.o mpi_=
wait.o mpi_comm_split.o=20
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/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_datet=
ime.o m_IndexBin_char.o m_IndexBin_integer.o m_IndexBin_logical.o m_Lis=
t.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_i=
npak90.o m_intkinds.o m_ioutil.o m_mall.o m_mergedList.o m_mpif90.o m_m=
pout.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/tripptime/NEMS=
/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/inc=
lude/GMAO_mpeu /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippti=
me/NEMS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p *.[Hh] /scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippti=
me/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu
-/bin/cp -f -p *.[Mm][Oo][Dd] /scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e/GMAO_mpeu /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Hh] /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu
+/bin/cp -f -p *.[Mm][Oo][Dd] /scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
=20
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/=
NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
 Building dependency file gfio_flush.d
 Building dependency file m_GFIO_PutFld.d
 Building dependency file m_GFIO_GetFld.d
@@ -4361,8 +4361,8 @@
 gfio___.F:2807:23: warning: missing terminating ' character
 Building dependency file gfio___.d
 rm gfio___.F gfioutil___.F
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
 Building dependency file gfioutil___.d
 gfio___.F:1015:23: warning: missing terminating ' character
 gfio___.F:1256:59: warning: missing terminating ' character
@@ -4374,28 +4374,28 @@
 gfio___.F:2795:52: warning: missing terminating ' character
 gfio___.F:2807:23: warning: missing terminating ' character
 Building dependency file gfio___.d
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/netcd=
f/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/=
7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/e=
smf/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 d=
commons gfio___.F
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/netcd=
f/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/=
7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/e=
smf/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 d=
commons ../gfioCF.F
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/netcd=
f/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/=
7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/e=
smf/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 d=
commons ../diffdate.f
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/netcd=
f/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/=
7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/e=
smf/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 d=
commons ../getdate.f
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/netcd=
f/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/=
7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/e=
smf/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 d=
commons ../timesubs.f
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/netcd=
f/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/=
7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/e=
smf/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 d=
commons gfioutil___.F
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/netcd=
f/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/=
7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/e=
smf/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 d=
commons ../m_GFIO_GetFld.f
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/netcd=
f/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/=
7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/e=
smf/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 d=
commons ../m_GFIO_PutFld.f
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/netcd=
f/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/=
7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/e=
smf/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 d=
commons ../gfio_flush.F
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/inte=
lmpi/mod/modO/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/regtes=
ts/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.=
0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esm=
f/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 dco=
mmons gfio___.F
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/inte=
lmpi/mod/modO/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/regtes=
ts/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.=
0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esm=
f/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 dco=
mmons ../gfioCF.F
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/inte=
lmpi/mod/modO/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/regtes=
ts/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.=
0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esm=
f/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 dco=
mmons ../diffdate.f
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/inte=
lmpi/mod/modO/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/regtes=
ts/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.=
0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esm=
f/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 dco=
mmons ../getdate.f
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/inte=
lmpi/mod/modO/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/regtes=
ts/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.=
0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esm=
f/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 dco=
mmons ../timesubs.f
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/inte=
lmpi/mod/modO/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/regtes=
ts/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.=
0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esm=
f/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 dco=
mmons gfioutil___.F
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/inte=
lmpi/mod/modO/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/regtes=
ts/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.=
0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esm=
f/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 dco=
mmons ../m_GFIO_GetFld.f
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/inte=
lmpi/mod/modO/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/regtes=
ts/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.=
0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esm=
f/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 dco=
mmons ../m_GFIO_PutFld.f
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/inte=
lmpi/mod/modO/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/regtes=
ts/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.=
0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esm=
f/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 dco=
mmons ../gfio_flush.F
 /bin/rm -f libGMAO_gfio_r4.a
 ar cr libGMAO_gfio_r4.a gfio___.o gfioCF.o diffdate.o getdate.o timesu=
bs.o gfioutil___.o m_GFIO_GetFld.o m_GFIO_PutFld.o gfio_flush.o
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/netcd=
f/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/=
7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/e=
smf/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.T=
rahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib  -o GFIO_mean_r4.=
x GFIO_mean.o \
-=09      libGMAO_gfio_r4.a /scratch4/NCEPDEV/nems/save/Samuel.Trahan/t=
ripptime/NEMS/src/chem/gocart/src/../Linux/lib/libGMAO_mpeu.a /apps/net=
cdf/4.3.0-intel/lib/libnetcdff.a /apps/netcdf/4.3.0-intel/lib/libnetcdf=
.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a /apps/hdf5/1.8.14-intel/lib=
/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz -lirc -ldl -lc -lpthread -lrt=
  -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -lstdc++
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/inc=
lude/GMAO_gfio_r4 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/N=
EMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.x    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippti=
me/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippti=
me/NEMS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p *.[Mm][Oo][Dd] ../*.h /scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r=
4
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/inte=
lmpi/mod/modO/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/regtes=
ts/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.=
0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esm=
f/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_m=
ean.f90
+mpiifort -L/usr/local/Linux/lib -L/scratch4/NCEPDEV/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib  -o GFIO_mean_r4.x=
 GFIO_mean.o \
+=09      libGMAO_gfio_r4.a /scratch4/NCEPDEV/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/lib/libGMAO_mpeu.a /apps/netc=
df/4.3.0-intel/lib/libnetcdff.a /apps/netcdf/4.3.0-intel/lib/libnetcdf.=
a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a /apps/hdf5/1.8.14-intel/lib/=
libhdf5.a /apps/szip/2.1/lib/libsz.a -lz -lirc -ldl -lc -lpthread -lrt =
 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -lstdc++
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e/GMAO_gfio_r4 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.x    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] ../*.h /scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r4
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
 Building dependency file gfio_flush.d
 Building dependency file m_GFIO_PutFld.d
 Building dependency file m_GFIO_GetFld.d
@@ -4415,8 +4415,8 @@
 gfio___.F:2807:23: warning: missing terminating ' character
 Building dependency file gfio___.d
 rm gfio___.F gfioutil___.F
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
 Building dependency file gfioutil___.d
 gfio___.F:1015:23: warning: missing terminating ' character
 gfio___.F:1256:59: warning: missing terminating ' character
@@ -4428,39 +4428,39 @@
 gfio___.F:2795:52: warning: missing terminating ' character
 gfio___.F:2807:23: warning: missing terminating ' character
 Building dependency file gfio___.d
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/netcd=
f/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/=
7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/e=
smf/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  -alig=
n dcommons gfio___.F
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/netcd=
f/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/=
7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/e=
smf/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  -alig=
n dcommons ../gfioCF.F
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/netcd=
f/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/=
7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/e=
smf/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  -alig=
n dcommons ../diffdate.f
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/netcd=
f/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/=
7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/e=
smf/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  -alig=
n dcommons ../getdate.f
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/netcd=
f/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/=
7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/e=
smf/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  -alig=
n dcommons ../timesubs.f
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/netcd=
f/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/=
7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/e=
smf/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  -alig=
n dcommons gfioutil___.F
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/netcd=
f/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/=
7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/e=
smf/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  -alig=
n dcommons ../m_GFIO_GetFld.f
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/netcd=
f/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/=
7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/e=
smf/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  -alig=
n dcommons ../m_GFIO_PutFld.f
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/netcd=
f/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/=
7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/e=
smf/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  -alig=
n dcommons ../gfio_flush.F
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/inte=
lmpi/mod/modO/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/regtes=
ts/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.=
0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esm=
f/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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/inte=
lmpi/mod/modO/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/regtes=
ts/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.=
0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esm=
f/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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/inte=
lmpi/mod/modO/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/regtes=
ts/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.=
0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esm=
f/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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/inte=
lmpi/mod/modO/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/regtes=
ts/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.=
0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esm=
f/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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/inte=
lmpi/mod/modO/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/regtes=
ts/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.=
0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esm=
f/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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/inte=
lmpi/mod/modO/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/regtes=
ts/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.=
0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esm=
f/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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/inte=
lmpi/mod/modO/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/regtes=
ts/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.=
0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esm=
f/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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/inte=
lmpi/mod/modO/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/regtes=
ts/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.=
0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esm=
f/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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/inte=
lmpi/mod/modO/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/regtes=
ts/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.=
0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esm=
f/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 timesu=
bs.o gfioutil___.o m_GFIO_GetFld.o m_GFIO_PutFld.o gfio_flush.o
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/netcd=
f/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/=
7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/e=
smf/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 ../G=
FIO_mean.f90
-mpiifort -L/usr/local/Linux/lib -L/scratch4/NCEPDEV/nems/save/Samuel.T=
rahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib  -o GFIO_mean_r8.=
x GFIO_mean.o \
-=09      libGMAO_gfio_r8.a /scratch4/NCEPDEV/nems/save/Samuel.Trahan/t=
ripptime/NEMS/src/chem/gocart/src/../Linux/lib/libGMAO_mpeu.a /apps/net=
cdf/4.3.0-intel/lib/libnetcdff.a /apps/netcdf/4.3.0-intel/lib/libnetcdf=
.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a /apps/hdf5/1.8.14-intel/lib=
/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz -lirc -ldl -lc -lpthread -lrt=
  -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -lstdc++
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/inc=
lude/GMAO_gfio_r8 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/N=
EMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.x    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippti=
me/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippti=
me/NEMS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p *.[Mm][Oo][Dd] ../*.h /scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r=
8
-/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/lib/libGMAO_gfio.a /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include=
/GMAO_gfio
-cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/g=
ocart/src/../Linux/lib; /bin/ln -s ./libGMAO_gfio_r8.a  libGMAO_gfio.a
-cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/g=
ocart/src/../Linux/include; /bin/ln -s ./GMAO_gfio_r8 GMAO_gfio
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/i=
nclude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/inte=
lmpi/mod/modO/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/regtes=
ts/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.=
0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esm=
f/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 ../GFI=
O_mean.f90
+mpiifort -L/usr/local/Linux/lib -L/scratch4/NCEPDEV/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib  -o GFIO_mean_r8.x=
 GFIO_mean.o \
+=09      libGMAO_gfio_r8.a /scratch4/NCEPDEV/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/lib/libGMAO_mpeu.a /apps/netc=
df/4.3.0-intel/lib/libnetcdff.a /apps/netcdf/4.3.0-intel/lib/libnetcdf.=
a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a /apps/hdf5/1.8.14-intel/lib/=
libhdf5.a /apps/szip/2.1/lib/libsz.a -lz -lirc -ldl -lc -lpthread -lrt =
 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -lstdc++
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e/GMAO_gfio_r8 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.x    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] ../*.h /scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/lib/libGMAO_gfio.a /scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/G=
MAO_gfio
+cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/lib; /bin/ln -s ./libGMAO_gfio_r8.a  libGMAO_gfio.a
+cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/include; /bin/ln -s ./GMAO_gfio_r8 GMAO_gfio
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
 gmake local_install
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 No local install in here
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
=20
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/=
NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
 Building dependency file ShaveMantissa.d
 Building dependency file ESMF_CFIOwGrADSMod.d
 Building dependency file ESMF_CFIOrGrADSMod.d
@@ -4472,26 +4472,26 @@
 Building dependency file ESMF_CFIOGrADSMod.d
 Building dependency file ESMF_CFIOFileMod.d
 Building dependency file ESMF_CFIOBaseMod.d
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/=
chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/in=
telmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/inte=
l/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linu=
x.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 -exte=
nd_source -fp-model source  -align dcommons ../ESMF_CFIOBaseMod.f
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/=
chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/in=
telmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/inte=
l/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linu=
x.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-m=
odel source  -align dcommons ../ESMF_CFIOUtilMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/=
chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/in=
telmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/inte=
l/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linu=
x.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-m=
odel source  -align dcommons ../ESMF_CFIOGridMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/=
chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/in=
telmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/inte=
l/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linu=
x.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-m=
odel source  -align dcommons ../ESMF_CFIOwGrADSMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/=
chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/in=
telmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/inte=
l/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linu=
x.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-m=
odel source  -align dcommons ../ESMF_CFIOrGrADSMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/=
chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/in=
telmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/inte=
l/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linu=
x.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-m=
odel source  -align dcommons ../ESMF_CFIOVarInfoMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/=
chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/in=
telmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/inte=
l/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linu=
x.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-m=
odel source  -align dcommons ../ESMF_CFIOFileMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/=
chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/in=
telmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/inte=
l/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linu=
x.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-m=
odel source  -align dcommons ../ESMF_CFIOGrADSMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/=
chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/in=
telmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/inte=
l/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linu=
x.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-m=
odel source  -align dcommons ../ESMF_CFIOSdfMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/=
chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/in=
telmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/inte=
l/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linu=
x.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-m=
odel source  -align dcommons ../ESMF_CFIOMod.F90
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.=
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_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.=
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-mod=
el source  -align dcommons ../ESMF_CFIOUtilMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.=
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-mod=
el source  -align dcommons ../ESMF_CFIOGridMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.=
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-mod=
el source  -align dcommons ../ESMF_CFIOwGrADSMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.=
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-mod=
el source  -align dcommons ../ESMF_CFIOrGrADSMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.=
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-mod=
el source  -align dcommons ../ESMF_CFIOVarInfoMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.=
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-mod=
el source  -align dcommons ../ESMF_CFIOFileMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.=
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-mod=
el source  -align dcommons ../ESMF_CFIOGrADSMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.=
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-mod=
el source  -align dcommons ../ESMF_CFIOSdfMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.=
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-mod=
el source  -align dcommons ../ESMF_CFIOMod.F90
 gcc -c -DsysLinux -DESMA64    -I/apps/esmf/7.0.0/intel/intelmpi/mod/mo=
dO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/in=
clude -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_CFI=
OGrADSMod.o ESMF_CFIOGridMod.o ESMF_CFIOMod.o ESMF_CFIOSdfMod.o ESMF_CF=
IOUtilMod.o ESMF_CFIOVarInfoMod.o ESMF_CFIOrGrADSMod.o ESMF_CFIOwGrADSM=
od.o ShaveMantissa.o
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/inc=
lude/MAPL_cfio_r4 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/N=
EMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p *.[Mm][Oo][Dd] /scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e/MAPL_cfio_r4 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] /scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
 Building dependency file ShaveMantissa.d
 Building dependency file ESMF_CFIOwGrADSMod.d
 Building dependency file ESMF_CFIOrGrADSMod.d
@@ -4503,36 +4503,36 @@
 Building dependency file ESMF_CFIOGrADSMod.d
 Building dependency file ESMF_CFIOFileMod.d
 Building dependency file ESMF_CFIOBaseMod.d
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/=
chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/in=
telmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/inte=
l/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linu=
x.intel.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 -e=
xtend_source -fp-model source  -align dcommons ../ESMF_CFIOBaseMod.f
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/=
chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/in=
telmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/inte=
l/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linu=
x.intel.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 -f=
p-model source  -align dcommons ../ESMF_CFIOUtilMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/=
chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/in=
telmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/inte=
l/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linu=
x.intel.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 -f=
p-model source  -align dcommons ../ESMF_CFIOGridMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/=
chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/in=
telmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/inte=
l/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linu=
x.intel.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 -f=
p-model source  -align dcommons ../ESMF_CFIOwGrADSMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/=
chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/in=
telmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/inte=
l/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linu=
x.intel.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 -f=
p-model source  -align dcommons ../ESMF_CFIOrGrADSMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/=
chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/in=
telmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/inte=
l/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linu=
x.intel.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 -f=
p-model source  -align dcommons ../ESMF_CFIOVarInfoMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/=
chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/in=
telmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/inte=
l/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linu=
x.intel.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 -f=
p-model source  -align dcommons ../ESMF_CFIOFileMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/=
chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/in=
telmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/inte=
l/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linu=
x.intel.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 -f=
p-model source  -align dcommons ../ESMF_CFIOGrADSMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/=
chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/in=
telmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/inte=
l/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linu=
x.intel.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 -f=
p-model source  -align dcommons ../ESMF_CFIOSdfMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/=
chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/in=
telmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/inte=
l/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linu=
x.intel.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 -f=
p-model source  -align dcommons ../ESMF_CFIOMod.F90
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.=
intel.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 -ext=
end_source -fp-model source  -align dcommons ../ESMF_CFIOBaseMod.f
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.=
intel.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_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.=
intel.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_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.=
intel.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_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.=
intel.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_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.=
intel.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_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.=
intel.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_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.=
intel.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_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.=
intel.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_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/=
include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/int=
elmpi/mod/modO/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/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.=
intel.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/mo=
dO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/in=
clude -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_CFI=
OGrADSMod.o ESMF_CFIOGridMod.o ESMF_CFIOMod.o ESMF_CFIOSdfMod.o ESMF_CF=
IOUtilMod.o ESMF_CFIOVarInfoMod.o ESMF_CFIOrGrADSMod.o ESMF_CFIOwGrADSM=
od.o ShaveMantissa.o
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/inc=
lude/MAPL_cfio_r8 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/N=
EMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p *.[Mm][Oo][Dd] /scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8
-/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/lib/libMAPL_cfio.a /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include=
/MAPL_cfio
-cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/g=
ocart/src/../Linux/lib; /bin/ln -s ./libMAPL_cfio_r8.a  libMAPL_cfio.a
-cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/g=
ocart/src/../Linux/include; /bin/ln -s ./MAPL_cfio_r8 MAPL_cfio
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e/MAPL_cfio_r8 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] /scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/lib/libMAPL_cfio.a /scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/M=
APL_cfio
+cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/lib; /bin/ln -s ./libMAPL_cfio_r8.a  libMAPL_cfio.a
+cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/include; /bin/ln -s ./MAPL_cfio_r8 MAPL_cfio
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
 gmake local_install
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 No local install in here
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
=20
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/=
NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
 GNUmakefile:168: warning: overriding commands for target `lib'
 GNUmakefile:165: warning: ignoring old commands for target `lib'
 Building dependency file MAPL_stubs.d
@@ -4574,56 +4574,56 @@
 Building dependency file MAPL_VarSpecMod.d
 Building dependency file MAPL_HeapMod.d
 Building dependency file ESMFL_Mod.d
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons -o MAPL_Comms.o MAPL_Comms___.f90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -=
DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I=
. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/=
esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons -o MAPL_Comms.o MAPL_Comms___.f90
 MAPL_Comms___.f90(741): warning #6843: A dummy argument with an explic=
it 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons -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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons -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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 so=
urce  -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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons -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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons MAPL_Mod.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -=
DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I=
. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/=
esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons -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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons -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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 sour=
ce  -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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons -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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons MAPL_Mod.F90
 gcc -c -DsysLinux -DESMA64    -I/apps/esmf/7.0.0/intel/intelmpi/mod/mo=
dO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/in=
clude -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/mo=
dO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/in=
clude -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/mo=
dO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/in=
clude -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/mo=
dO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/in=
clude -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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons MAPL_OrbGridCompMod.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -=
DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I=
. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/=
esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons 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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons 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_HorzTrans=
form.o MAPL_Comms.o MAPL_LocStreamMod.o MAPL_Mod.o MAPL_Constants.o MAP=
L_Profiler.o sort.o MAPL_GenericCplComp.o MAPL_Sort.o MAPL_Generic.o MA=
PL_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_Nomi=
nalOrbitsMod.o MAPL_ExtDataGridCompMod.o MAPL_NewArthParser.o MAPL_Shme=
mMod.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/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmp=
i.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 dc=
ommons MAPL_stubs.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -=
DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I=
. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/=
esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/a=
pps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/includ=
e  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DN=
EMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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 dcom=
mons MAPL_stubs.F90
 MAPL_stubs.F90(1): warning #6843: A dummy argument with an explicit IN=
TENT(OUT) declaration is not given an explicit value.   [DATA_LL]
 subroutine cube2latlon(npx, npy, nlon, nlat, data_cs, data_ll)
 ------------------------------------------------------^
@@ -4685,15 +4685,15 @@
     ee1, ee2, ff1, ff2, gg1, gg2,          &
 -----------------------------^
 ar cr libMAPL_Base_stubs.a MAPL_stubs.o
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base
-/bin/cp -f -pr *.a    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p *.[Mm][Oo][Dd] MAPL_ErrLog.h MAPL_ErrLogMain.h MAPL_Exce=
ptions.h MAPL_Generic.h ESMF_ErrReturnCodes.inc   /scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/includ=
e/MAPL_Base
-/bin/cp -f -p *.pl                      /scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin=20
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base
+/bin/cp -f -pr *.a    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] MAPL_ErrLog.h MAPL_ErrLogMain.h MAPL_Exce=
ptions.h MAPL_Generic.h ESMF_ErrReturnCodes.inc   /scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include=
/MAPL_Base
+/bin/cp -f -p *.pl                      /scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin=20
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
=20
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/=
NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 Building dependency file ext_calculator.d
 Building dependency file reff_calculator.d
 Building dependency file Chem_BundleToG5rs.d
@@ -4711,31 +4711,31 @@
 Building dependency file Chem_BundleMod.d
 Building dependency file Chem_ArrayMod.d
 Building dependency file Chem_RegistryMod.d
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I=
/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocar=
t/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_B=
ase -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem=
/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/inclu=
de  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.=
default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-=
intel/include  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/incl=
ude/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCE=
PDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linu=
x/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/esm=
f/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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I=
/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocar=
t/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_B=
ase -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem=
/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/inclu=
de  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.=
default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-=
intel/include  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/incl=
ude/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCE=
PDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linu=
x/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/esm=
f/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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I=
/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocar=
t/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_B=
ase -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem=
/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/inclu=
de  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.=
default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-=
intel/include  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/incl=
ude/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCE=
PDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linu=
x/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/esm=
f/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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I=
/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocar=
t/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_B=
ase -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem=
/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/inclu=
de  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.=
default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-=
intel/include  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/incl=
ude/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCE=
PDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linu=
x/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/esm=
f/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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I=
/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocar=
t/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_B=
ase -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem=
/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/inclu=
de  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.=
default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-=
intel/include  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/incl=
ude/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCE=
PDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linu=
x/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/esm=
f/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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I=
/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocar=
t/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_B=
ase -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem=
/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/inclu=
de  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.=
default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-=
intel/include  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/incl=
ude/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCE=
PDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linu=
x/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/esm=
f/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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I=
/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocar=
t/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_B=
ase -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem=
/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/inclu=
de  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.=
default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-=
intel/include  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/incl=
ude/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCE=
PDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linu=
x/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/esm=
f/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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I=
/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocar=
t/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_B=
ase -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem=
/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/inclu=
de  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.=
default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-=
intel/include  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/incl=
ude/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCE=
PDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linu=
x/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/esm=
f/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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I=
/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocar=
t/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_B=
ase -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem=
/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/inclu=
de  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.=
default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-=
intel/include  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/incl=
ude/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCE=
PDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linu=
x/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/esm=
f/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g=
 -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem=
_SimpleBundleMod.F90
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/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.defa=
ult -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-inte=
l/include  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/sr=
c/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/s=
ave/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MA=
PL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/inte=
l/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/=
intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceb=
ack -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem_Registr=
yMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/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.defa=
ult -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-inte=
l/include  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/sr=
c/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/s=
ave/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MA=
PL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/inte=
l/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/=
intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceb=
ack -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem_ArrayMo=
d.F90
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/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.defa=
ult -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-inte=
l/include  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/sr=
c/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/s=
ave/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MA=
PL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/inte=
l/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/=
intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceb=
ack -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem_BundleM=
od.F90
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/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.defa=
ult -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-inte=
l/include  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/sr=
c/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/s=
ave/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MA=
PL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/inte=
l/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/=
intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceb=
ack -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem_MieTabl=
eMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/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.defa=
ult -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-inte=
l/include  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/sr=
c/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/s=
ave/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MA=
PL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/inte=
l/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/=
intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceb=
ack -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem_MieMod.=
F90
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/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.defa=
ult -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-inte=
l/include  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/sr=
c/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/s=
ave/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MA=
PL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/inte=
l/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/=
intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceb=
ack -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem_AodMod.=
F90
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/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.defa=
ult -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-inte=
l/include  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/sr=
c/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/s=
ave/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MA=
PL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/inte=
l/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/=
intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceb=
ack -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem_Mod.F90
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/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.defa=
ult -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-inte=
l/include  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/sr=
c/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/s=
ave/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MA=
PL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/inte=
l/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/=
intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceb=
ack -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem_InitMod=
.F90
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/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.defa=
ult -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-inte=
l/include  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/sr=
c/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/s=
ave/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MA=
PL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/inte=
l/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/=
intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceb=
ack -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem_SimpleB=
undleMod.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_AodM=
od.o Chem_SimpleBundleMod.o
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc=
/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem=
/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/et=
c/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ch=
em/gocart/src/../Linux/include/Chem_Base /scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a             /scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p        *.rc     /scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc     /scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc     /scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc     /scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc     /scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.mod           /scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CM=
IP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIES=
A /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goca=
rt/src/../Linux/include/Chem_Base /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a             /scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p        *.rc     /scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc     /scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc     /scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc     /scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc     /scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.mod           /scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
=20
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/=
NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
 Building dependency file Chem_StateMod.d
 Building dependency file Chem_UtilMod.d
 Building dependency file SmokeEmissionMod.d
@@ -4749,33 +4749,33 @@
 Building dependency file Chem_ConstMod.d
 Building dependency file diaglist.d
 Building dependency file mod_diag.d
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch=
4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/..=
/Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/es=
mf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/app=
s/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include =
 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/che=
m/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save=
/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO=
_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src=
/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/=
MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/sr=
c/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/inte=
l/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/=
intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceb=
ack -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/scratch=
4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/..=
/Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/es=
mf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/app=
s/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include =
 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/che=
m/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save=
/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO=
_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src=
/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/=
MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/sr=
c/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/inte=
l/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/=
intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceb=
ack -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/scratch=
4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/..=
/Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/es=
mf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/app=
s/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include =
 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/che=
m/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save=
/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO=
_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src=
/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/=
MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/sr=
c/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/inte=
l/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/=
intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceb=
ack -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/scratch=
4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/..=
/Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/es=
mf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/app=
s/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include =
 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/che=
m/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save=
/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO=
_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src=
/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/=
MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/sr=
c/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/inte=
l/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/=
intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceb=
ack -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/scratch=
4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/..=
/Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/es=
mf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/app=
s/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include =
 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/che=
m/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save=
/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO=
_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src=
/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/=
MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/sr=
c/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/inte=
l/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/=
intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceb=
ack -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/scratch=
4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/..=
/Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/es=
mf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/app=
s/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include =
 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/che=
m/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save=
/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO=
_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src=
/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/=
MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/sr=
c/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/inte=
l/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/=
intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceb=
ack -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/scratch=
4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/..=
/Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/es=
mf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/app=
s/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include =
 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/che=
m/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save=
/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO=
_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src=
/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/=
MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/sr=
c/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/inte=
l/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/=
intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceb=
ack -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/scratch=
4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/..=
/Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/es=
mf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/app=
s/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include =
 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/che=
m/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save=
/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO=
_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src=
/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/=
MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/sr=
c/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/inte=
l/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/=
intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceb=
ack -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/scratch=
4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/..=
/Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/es=
mf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/app=
s/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include =
 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/che=
m/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save=
/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO=
_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src=
/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/=
MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/sr=
c/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/inte=
l/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/=
intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceb=
ack -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/scratch=
4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/..=
/Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/es=
mf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/app=
s/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include =
 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/che=
m/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save=
/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO=
_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src=
/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/=
MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/sr=
c/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/inte=
l/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/=
intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceb=
ack -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/scratch=
4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/..=
/Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/es=
mf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/app=
s/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include =
 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/che=
m/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save=
/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO=
_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src=
/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/=
MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/sr=
c/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/inte=
l/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/=
intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceb=
ack -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/scratch=
4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/..=
/Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/es=
mf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/app=
s/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include =
 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/che=
m/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save=
/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO=
_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src=
/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/=
MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/sr=
c/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/inte=
l/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/=
intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceb=
ack -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/scratch=
4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/..=
/Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/es=
mf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/app=
s/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include =
 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/che=
m/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save=
/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO=
_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src=
/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/=
MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/sr=
c/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/inte=
l/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/=
intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceb=
ack -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons =
Chem_StateMod.F90
-/bin/rm -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/sr=
c/chem/gocart/src/../Linux/lib/libChem_Shared.a
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch=
4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../=
Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esm=
f/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps=
/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  =
-I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/=
Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilg=
rim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Ba=
se -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelm=
pi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/in=
telmpi/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/scratch=
4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../=
Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esm=
f/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps=
/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  =
-I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/=
Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilg=
rim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Ba=
se -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelm=
pi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/in=
telmpi/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/scratch=
4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../=
Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esm=
f/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps=
/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  =
-I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/=
Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilg=
rim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Ba=
se -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelm=
pi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/in=
telmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8 =
  -convert big_endian  -fPIC -fp-model source  -align dcommons Chem_Con=
stMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch=
4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../=
Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esm=
f/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps=
/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  =
-I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/=
Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilg=
rim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Ba=
se -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelm=
pi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/in=
telmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8 =
  -convert big_endian  -fPIC -fp-model source  -align dcommons Chem_Uti=
lMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch=
4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../=
Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esm=
f/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps=
/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  =
-I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/=
Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilg=
rim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Ba=
se -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelm=
pi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/in=
telmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8 =
  -convert big_endian  -fPIC -fp-model source  -align dcommons Chem_Set=
tlingMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch=
4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../=
Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esm=
f/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps=
/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  =
-I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/=
Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilg=
rim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Ba=
se -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelm=
pi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/in=
telmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8 =
  -convert big_endian  -fPIC -fp-model source  -align dcommons DryDepos=
itionMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch=
4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../=
Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esm=
f/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps=
/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  =
-I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/=
Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilg=
rim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Ba=
se -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelm=
pi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/in=
telmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8 =
  -convert big_endian  -fPIC -fp-model source  -align dcommons DustEmis=
sionMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch=
4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../=
Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esm=
f/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps=
/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  =
-I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/=
Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilg=
rim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Ba=
se -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelm=
pi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/in=
telmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8 =
  -convert big_endian  -fPIC -fp-model source  -align dcommons WetRemov=
alMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch=
4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../=
Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esm=
f/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps=
/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  =
-I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/=
Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilg=
rim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Ba=
se -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelm=
pi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/in=
telmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8 =
  -convert big_endian  -fPIC -fp-model source  -align dcommons SeasaltE=
missionMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch=
4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../=
Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esm=
f/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps=
/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  =
-I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/=
Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilg=
rim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Ba=
se -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelm=
pi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/in=
telmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8 =
  -convert big_endian  -fPIC -fp-model source  -align dcommons SulfateC=
hemDriverMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch=
4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../=
Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esm=
f/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps=
/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  =
-I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/=
Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilg=
rim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Ba=
se -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelm=
pi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/in=
telmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8 =
  -convert big_endian  -fPIC -fp-model source  -align dcommons Convecti=
onMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch=
4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../=
Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esm=
f/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps=
/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  =
-I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/=
Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilg=
rim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Ba=
se -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelm=
pi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/in=
telmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8 =
  -convert big_endian  -fPIC -fp-model source  -align dcommons SmokeEmi=
ssionMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch=
4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../=
Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esm=
f/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps=
/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  =
-I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/=
Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilg=
rim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Ba=
se -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelm=
pi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/in=
telmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8 =
  -convert big_endian  -fPIC -fp-model source  -align dcommons Chem_Sta=
teMod.F90
+/bin/rm -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/src/../Linux/lib/libChem_Shared.a
 ar cr libChem_Shared.a mod_diag.o diaglist.o Chem_ConstMod.o Chem_Sett=
lingMod.o DryDepositionMod.o DustEmissionMod.o WetRemovalMod.o SeasaltE=
missionMod.o SulfateChemDriverMod.o ConvectionMod.o SmokeEmissionMod.o =
Chem_UtilMod.o Chem_StateMod.o
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/inc=
lude/Chem_Shared
-/bin/cp -f -p *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared
-/bin/cp -f -p *.a     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/lib
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e/Chem_Shared
+/bin/cp -f -p *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared
+/bin/cp -f -p *.a     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/src/../Linux/lib
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
 Making install in Components
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components'
=20
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/=
NEMS/src/chem/gocart/src/Components/GOCART_GridComp
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 Building dependency file Aero_GridCompMod.d
 GOCART_GridCompMod.F90:958:37: error: O3_ExportSpec___.h: No such file=
 or directory
 GOCART_GridCompMod.F90:962:37: error: DU_ExportSpec___.h: No such file=
 or directory
@@ -4790,11 +4790,11 @@
 GOCART_GridCompMod.F90:998:38: error: CH4_ExportSpec___.h: No such fil=
e 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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
=20
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/=
NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_Grid=
Comp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridC=
omp'
 Building EXPORT Spec file O3_ExportSpec___.h
 Building F90 code fragment file O3_DeclarePointer___.h (Chem Arrays)
 Building F90 code fragment file O3_GetPointer___.h
@@ -4811,21 +4811,21 @@
 O3_GridCompMod.F90:1684:72: warning: missing terminating ' character
 gmake[4]: [O3_GridCompMod.d] Error 1 (ignored)
 Building dependency file O3_GridCompMod.d
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridC=
omp'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_Grid=
Comp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/=
GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime=
/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDE=
V/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux=
/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Lin=
ux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Li=
nux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/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.defa=
ult -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-inte=
l/include  -I. -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratc=
h4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/.=
./Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/t=
ripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps=
/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scrat=
ch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/=
../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scr=
atch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/sr=
c/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I=
/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocar=
t/src/../Linux/include/GFDL_fms -I/include  -I/apps/esmf/7.0.0/intel/in=
telmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/inte=
l/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback =
-r8   -convert big_endian  -fPIC -fp-model source  -align dcommons O3_G=
ridCompMod.F90
-ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/che=
m/gocart/src/../Linux/lib/libO3_GridComp.a O3_GridCompMod.o
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc=
/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem=
/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/et=
c/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ch=
em/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMI=
P
-/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MER=
RA2
-/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIE=
SA
-/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridC=
omp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridCo=
mp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridC=
omp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/G=
EOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/incl=
ude/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inc=
lude/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inc=
lude/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/incl=
ude/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inclu=
de/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/GFDL_fms -I/include  -I/apps/esm=
f/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps=
/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  =
-I. -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inclu=
de/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-=
intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS=
/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include=
/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS=
/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include=
/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include=
/GFDL_fms -I/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.=
intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/=
apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_end=
ian  -fPIC -fp-model source  -align dcommons O3_GridCompMod.F90
+ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem=
/gocart/src/../Linux/lib/libO3_GridComp.a O3_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CM=
IP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIES=
A /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goca=
rt/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERR=
A2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIES=
A
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridCo=
mp'
=20
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/=
NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_Grid=
Comp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridC=
omp'
 Building EXPORT Spec file CO_ExportSpec___.h
 Building F90 code fragment file CO_DeclarePointer___.h (flat arrays)
 Building F90 code fragment file CO_GetPointer___.h (flat arrays)
@@ -4832,23 +4832,23 @@
 Building History Spec fragment file CO_History___.rc
 CO_GridCompMod.F90:1279:71: warning: missing terminating ' character
 Building dependency file CO_GridCompMod.d
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridC=
omp'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_Grid=
Comp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/=
GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime=
/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDE=
V/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux=
/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Lin=
ux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Li=
nux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esm=
f/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps=
/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  =
-I. -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/=
chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/inc=
lude/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3=
.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/=
NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/in=
clude/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPD=
EV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/=
include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippti=
me/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Lin=
ux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Li=
nux/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_end=
ian  -fPIC -fp-model source  -align dcommons CO_GridCompMod.F90
-ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/che=
m/gocart/src/../Linux/lib/libCO_GridComp.a CO_GridCompMod.o
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc=
/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem=
/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/et=
c/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ch=
em/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMI=
P
-/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MER=
RA2
-/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MER=
RA2
-/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MER=
RA2
-/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR =
  =20
-/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIE=
SA
-/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/t=
ripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridC=
omp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridCo=
mp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridC=
omp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/G=
EOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/incl=
ude/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inc=
lude/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inc=
lude/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/incl=
ude/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inclu=
de/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/int=
el/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0=
/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpe=
u -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/inclu=
de -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_=
r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Share=
d -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  =
-I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.defa=
ult -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-inte=
l/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model s=
ource  -align dcommons CO_GridCompMod.F90
+ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem=
/gocart/src/../Linux/lib/libCO_GridComp.a CO_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CM=
IP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIES=
A /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goca=
rt/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERR=
A2
+/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERR=
A2
+/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERR=
A2
+/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR  =
 =20
+/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIES=
A
+/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridCo=
mp'
=20
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/=
NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_Gri=
dComp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_Grid=
Comp'
 Building EXPORT Spec file CO2_ExportSpec___.h
 Building F90 code fragment file CO2_DeclarePointer___.h (Chem Arrays)
 Building F90 code fragment file CO2_GetPointer___.h
@@ -4855,23 +4855,23 @@
 Building History Spec fragment file CO2_History___.rc
 CO2_GridCompMod.F90:928:39: warning: missing terminating ' character
 Building dependency file CO2_GridCompMod.d
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_Grid=
Comp'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_Gri=
dComp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/=
GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime=
/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDE=
V/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux=
/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Lin=
ux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Li=
nux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esm=
f/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps=
/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  =
-I. -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/=
chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/inc=
lude/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3=
.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/=
NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/in=
clude/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPD=
EV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/=
include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippti=
me/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Lin=
ux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Li=
nux/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_end=
ian  -fPIC -fp-model source  -align dcommons CO2_GridCompMod.F90
-ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/che=
m/gocart/src/../Linux/lib/libCO2_GridComp.a CO2_GridCompMod.o
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc=
/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem=
/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/et=
c/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ch=
em/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMI=
P
-/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MER=
RA2
-/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MER=
RA2
-/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MER=
RA2
-/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIE=
SA
-/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/t=
ripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_Grid=
Comp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridC=
omp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_Grid=
Comp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/G=
EOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/incl=
ude/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inc=
lude/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inc=
lude/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/incl=
ude/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inclu=
de/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/int=
el/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0=
/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpe=
u -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/inclu=
de -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_=
r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Share=
d -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  =
-I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.defa=
ult -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-inte=
l/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model s=
ource  -align dcommons CO2_GridCompMod.F90
+ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem=
/gocart/src/../Linux/lib/libCO2_GridComp.a CO2_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CM=
IP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIES=
A /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goca=
rt/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERR=
A2
+/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERR=
A2
+/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERR=
A2
+/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIES=
A
+/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridC=
omp'
=20
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/=
NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_Gri=
dComp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_Grid=
Comp'
 Building EXPORT Spec file CFC_ExportSpec___.h
 Building F90 code fragment file CFC_DeclarePointer___.h (Chem Arrays)
 Building F90 code fragment file CFC_GetPointer___.h
@@ -4880,61 +4880,61 @@
 CFC_GridCompMod.F90:529:18: warning: missing terminating ' character
 gmake[4]: [CFC_GridCompMod.d] Error 1 (ignored)
 Building dependency file CFC_GridCompMod.d
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_Grid=
Comp'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_Gri=
dComp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/=
GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime=
/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDE=
V/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux=
/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Lin=
ux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Li=
nux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/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.defa=
ult -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-inte=
l/include  -I. -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratc=
h4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/.=
./Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/t=
ripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps=
/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scrat=
ch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/=
../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scr=
atch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/sr=
c/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart=
/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I=
/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocar=
t/src/../Linux/include/GFDL_fms -I/include  -I/apps/esmf/7.0.0/intel/in=
telmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/inte=
l/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback =
-r8   -convert big_endian  -fPIC -fp-model source  -align dcommons CFC_=
GridCompMod.F90
-ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/che=
m/gocart/src/../Linux/lib/libCFC_GridComp.a CFC_GridCompMod.o
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc=
/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem=
/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/et=
c/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ch=
em/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMI=
P
-/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MER=
RA2
-/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIE=
SA
-/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_Grid=
Comp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridC=
omp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_Grid=
Comp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/G=
EOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/incl=
ude/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inc=
lude/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inc=
lude/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/incl=
ude/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inclu=
de/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/GFDL_fms -I/include  -I/apps/esm=
f/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps=
/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  =
-I. -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inclu=
de/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-=
intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS=
/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include=
/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS=
/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include=
/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include=
/GFDL_fms -I/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.=
intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/=
apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_end=
ian  -fPIC -fp-model source  -align dcommons CFC_GridCompMod.F90
+ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem=
/gocart/src/../Linux/lib/libCFC_GridComp.a CFC_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CM=
IP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIES=
A /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goca=
rt/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERR=
A2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIES=
A
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridC=
omp'
=20
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/=
NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_Grid=
Comp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridC=
omp'
 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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridC=
omp'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_Grid=
Comp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DNEMS -DHAVE_SHMEM -DMAPL_I=
MPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDE=
V/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4=
/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../=
Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratc=
h4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/.=
./Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/t=
ripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src=
/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scr=
atch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/sr=
c/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/sc=
ratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/s=
rc/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/a=
pps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default =
-I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/in=
clude  -I. -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Li=
nux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/net=
cdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/t=
ripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch=
4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/..=
/Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/=
tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src=
/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scr=
atch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/sr=
c/../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/incl=
ude -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert =
big_endian  -fPIC -fp-model source  -align dcommons DU_GridCompMod.F90
-ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/che=
m/gocart/src/../Linux/lib/libDU_GridComp.a DU_GridCompMod.o
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc=
/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem=
/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/et=
c/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ch=
em/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMI=
P
-/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MER=
RA2
-/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIE=
SA
-/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridC=
omp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridCo=
mp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridC=
omp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DNEMS -DHAVE_SHMEM -DMAPL_I=
MPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDE=
V/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/in=
clude/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Li=
nux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regte=
sts/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Li=
nux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regte=
sts/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regt=
ests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linu=
x/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regte=
sts/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/esm=
f/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. =
-I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/G=
MAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/=
chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-inte=
l/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAP=
L_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEO=
S_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/=
chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/s=
ave/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Ch=
em_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFD=
L_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelm=
pi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3=
.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-=
model source  -align dcommons DU_GridCompMod.F90
+ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem=
/gocart/src/../Linux/lib/libDU_GridComp.a DU_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CM=
IP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIES=
A /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goca=
rt/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERR=
A2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIES=
A
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridCo=
mp'
=20
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/=
NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_Grid=
Comp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridC=
omp'
 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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridC=
omp'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_Grid=
Comp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/=
GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime=
/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDE=
V/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux=
/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Lin=
ux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Li=
nux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esm=
f/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps=
/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  =
-I. -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/=
chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/inc=
lude/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3=
.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/=
NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/in=
clude/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPD=
EV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/=
include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippti=
me/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Lin=
ux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Li=
nux/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_end=
ian  -fPIC -fp-model source  -align dcommons SS_GridCompMod.F90
-ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/che=
m/gocart/src/../Linux/lib/libSS_GridComp.a SS_GridCompMod.o
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc=
/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem=
/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/et=
c/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ch=
em/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMI=
P
-/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MER=
RA2
-/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIE=
SA
-/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridC=
omp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridCo=
mp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridC=
omp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/G=
EOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/incl=
ude/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inc=
lude/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inc=
lude/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/incl=
ude/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inclu=
de/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/int=
el/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0=
/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpe=
u -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/inclu=
de -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_=
r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Share=
d -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  =
-I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.defa=
ult -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-inte=
l/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model s=
ource  -align dcommons SS_GridCompMod.F90
+ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem=
/gocart/src/../Linux/lib/libSS_GridComp.a SS_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CM=
IP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIES=
A /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goca=
rt/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERR=
A2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIES=
A
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridCo=
mp'
=20
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/=
NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_Grid=
Comp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridC=
omp'
 Building EXPORT Spec file BC_ExportSpec___.h
 Building F90 code fragment file BC_DeclarePointer___.h (Chem Arrays)
 Building F90 code fragment file BC_GetPointer___.h
@@ -4941,23 +4941,23 @@
 Building History Spec fragment file BC_History___.rc
 BC_GridCompMod.F90:777:18: warning: missing terminating ' character
 Building dependency file BC_GridCompMod.d
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridC=
omp'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_Grid=
Comp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/=
GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime=
/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDE=
V/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux=
/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Lin=
ux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Li=
nux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esm=
f/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps=
/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  =
-I. -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/=
chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/inc=
lude/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3=
.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/=
NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/in=
clude/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPD=
EV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/=
include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippti=
me/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Lin=
ux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Li=
nux/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_end=
ian  -fPIC -fp-model source  -align dcommons BC_GridCompMod.F90
-ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/che=
m/gocart/src/../Linux/lib/libBC_GridComp.a BC_GridCompMod.o
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc=
/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem=
/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/et=
c/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ch=
em/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMI=
P
-/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MER=
RA2
-/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MER=
RA2
-/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MER=
RA2
-/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIE=
SA
-/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/t=
ripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridC=
omp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridCo=
mp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridC=
omp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/G=
EOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/incl=
ude/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inc=
lude/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inc=
lude/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/incl=
ude/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inclu=
de/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/int=
el/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0=
/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpe=
u -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/inclu=
de -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_=
r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Share=
d -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  =
-I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.defa=
ult -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-inte=
l/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model s=
ource  -align dcommons BC_GridCompMod.F90
+ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem=
/gocart/src/../Linux/lib/libBC_GridComp.a BC_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CM=
IP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIES=
A /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goca=
rt/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERR=
A2
+/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERR=
A2
+/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERR=
A2
+/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIES=
A
+/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridCo=
mp'
=20
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/=
NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_Grid=
Comp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridC=
omp'
 Building EXPORT Spec file OC_ExportSpec___.h
 Building F90 code fragment file OC_DeclarePointer___.h (Chem Arrays)
 Building F90 code fragment file OC_GetPointer___.h
@@ -4964,23 +4964,23 @@
 Building History Spec fragment file OC_History___.rc
 OC_GridCompMod.F90:1216:18: warning: missing terminating ' character
 Building dependency file OC_GridCompMod.d
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridC=
omp'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_Grid=
Comp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/=
GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime=
/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDE=
V/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux=
/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Lin=
ux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Li=
nux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esm=
f/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps=
/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  =
-I. -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/=
chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/inc=
lude/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3=
.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/=
NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/in=
clude/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPD=
EV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/=
include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippti=
me/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Lin=
ux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Li=
nux/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_end=
ian  -fPIC -fp-model source  -align dcommons OC_GridCompMod.F90
-ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/che=
m/gocart/src/../Linux/lib/libOC_GridComp.a OC_GridCompMod.o
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc=
/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem=
/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/et=
c/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ch=
em/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMI=
P
-/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MER=
RA2
-/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MER=
RA2
-/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MER=
RA2
-/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIE=
SA
-/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/t=
ripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridC=
omp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridCo=
mp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridC=
omp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/G=
EOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/incl=
ude/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inc=
lude/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inc=
lude/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/incl=
ude/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inclu=
de/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/int=
el/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0=
/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpe=
u -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/inclu=
de -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_=
r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Share=
d -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  =
-I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.defa=
ult -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-inte=
l/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model s=
ource  -align dcommons OC_GridCompMod.F90
+ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem=
/gocart/src/../Linux/lib/libOC_GridComp.a OC_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CM=
IP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIES=
A /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goca=
rt/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERR=
A2
+/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERR=
A2
+/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERR=
A2
+/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIES=
A
+/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridCo=
mp'
=20
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/=
NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_Grid=
Comp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridC=
omp'
 Building EXPORT Spec file SU_ExportSpec___.h
 Building F90 code fragment file SU_DeclarePointer___.h (Chem Arrays)
 Building F90 code fragment file SU_GetPointer___.h
@@ -4988,86 +4988,86 @@
 SU_GridCompMod.F90:73:29: warning: missing terminating ' character
 SU_GridCompMod.F90:246:39: warning: missing terminating ' character
 Building dependency file SU_GridCompMod.d
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridC=
omp'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_Grid=
Comp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/=
GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime=
/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDE=
V/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux=
/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Lin=
ux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Li=
nux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esm=
f/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps=
/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  =
-I. -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/=
chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/inc=
lude/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3=
.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/=
NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/in=
clude/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPD=
EV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/=
include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippti=
me/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Lin=
ux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Li=
nux/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_end=
ian  -fPIC -fp-model source  -align dcommons SU_GridCompMod.F90
-ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/che=
m/gocart/src/../Linux/lib/libSU_GridComp.a SU_GridCompMod.o
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc=
/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem=
/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/et=
c/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ch=
em/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMI=
P
-/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MER=
RA2
-/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MER=
RA2
-/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MER=
RA2
-/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIE=
SA
-/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/t=
ripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridC=
omp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridCo=
mp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridC=
omp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/G=
EOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/incl=
ude/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inc=
lude/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inc=
lude/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/incl=
ude/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inclu=
de/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/int=
el/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0=
/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpe=
u -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/inclu=
de -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_=
r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Share=
d -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  =
-I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.defa=
ult -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-inte=
l/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model s=
ource  -align dcommons SU_GridCompMod.F90
+ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem=
/gocart/src/../Linux/lib/libSU_GridComp.a SU_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CM=
IP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIES=
A /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goca=
rt/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERR=
A2
+/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERR=
A2
+/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERR=
A2
+/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIES=
A
+/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridCo=
mp'
=20
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/=
NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_Grid=
Comp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridC=
omp'
 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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridC=
omp'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_Grid=
Comp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/=
GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime=
/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDE=
V/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux=
/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio -I/scratch4/NCEPD=
EV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/=
include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime=
/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux=
/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCE=
PDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linu=
x/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/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/es=
mf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I.=
 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/che=
m/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/includ=
e/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-=
intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEM=
S/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/inclu=
de/MAPL_cfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/includ=
e/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEM=
S/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/inc=
lude/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/in=
clude/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/n=
etcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -=
fPIC -fp-model source  -align dcommons Rn_GridCompMod.F90
-ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/che=
m/gocart/src/../Linux/lib/libRn_GridComp.a Rn_GridCompMod.o
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc=
/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem=
/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/et=
c/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ch=
em/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMI=
P
-/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MER=
RA2
-/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIE=
SA
-/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridC=
omp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridCo=
mp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridC=
omp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/G=
EOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/incl=
ude/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inc=
lude/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/MAPL_cfio -I/scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include=
/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/=
Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/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/in=
tel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scr=
atch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src=
/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samue=
l.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goca=
rt/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/s=
cratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/sc=
ratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/app=
s/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I=
/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/incl=
ude -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source =
 -align dcommons Rn_GridCompMod.F90
+ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem=
/gocart/src/../Linux/lib/libRn_GridComp.a Rn_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CM=
IP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIES=
A /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goca=
rt/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERR=
A2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIES=
A
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridCo=
mp'
=20
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/=
NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_Gri=
dComp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_Grid=
Comp'
 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=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_Grid=
Comp'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_Gri=
dComp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/=
GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime=
/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDE=
V/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEP=
DEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux=
/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Lin=
ux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Li=
nux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tri=
pptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../L=
inux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esm=
f/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps=
/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  =
-I. -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/=
chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/inc=
lude/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3=
.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/=
NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/in=
clude/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptim=
e/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPD=
EV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/=
include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippti=
me/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Lin=
ux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/trippt=
ime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/N=
CEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Li=
nux/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_end=
ian  -fPIC -fp-model source  -align dcommons CH4_GridCompMod.F90
-ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/che=
m/gocart/src/../Linux/lib/libCH4_GridComp.a CH4_GridCompMod.o
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tr=
ahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc=
/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem=
/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/et=
c/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ch=
em/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMI=
P
-/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MER=
RA2
-/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIE=
SA
-/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tr=
ipptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_Grid=
Comp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridC=
omp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_Grid=
Comp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/G=
EOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/incl=
ude/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inc=
lude/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV=
/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inc=
lude/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/incl=
ude/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inclu=
de/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/int=
el/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0=
/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpe=
u -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/inclu=
de -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_=
r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Share=
d -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  =
-I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.defa=
ult -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-inte=
l/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model s=
ource  -align dcommons CH4_GridCompMod.F90
+ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem=
/gocart/src/../Linux/lib/libCH4_GridComp.a CH4_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Tra=
han/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CM=
IP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIES=
A /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goca=
rt/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERR=
A2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIES=
A
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridC=
omp'
 gmake local_install
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpe=
u -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/incl=
ude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem=
/gocart/src/../Linux/include/GMAO_gfio_r8 -I/scratch4/NCEPDEV/nems/save=
/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL=
_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src=
/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/sa=
ve/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GE=
OS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/sr=
c/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include=
/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/s=
rc/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/includ=
e/GFDL_fms -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/s=
rc/chem/gocart/src/../Linux/include/GEOSchem_GridComp  -I/apps/esmf/7.0=
.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf=
/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -=
I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pil=
grim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_g=
fio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/s=
ave/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/M=
APL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src=
/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/=
GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include=
/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/include/GFDL_fms -I/scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include=
/GEOSchem_GridComp  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.in=
tel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/ap=
ps/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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpe=
u -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/incl=
ude -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem=
/gocart/src/../Linux/include/GMAO_gfio_r8 -I/scratch4/NCEPDEV/nems/save=
/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL=
_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src=
/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/sa=
ve/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GE=
OS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/sr=
c/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include=
/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/s=
rc/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/includ=
e/GFDL_fms -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/s=
rc/chem/gocart/src/../Linux/include/GEOSchem_GridComp  -I/apps/esmf/7.0=
.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf=
/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -=
I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pil=
grim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_g=
fio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/s=
ave/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/M=
APL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src=
/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/=
GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include=
/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS=
/src/chem/gocart/src/../Linux/include/GFDL_fms -I/scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include=
/GEOSchem_GridComp  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.in=
tel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/ap=
ps/netcdf/4.3.0-intel/include -O -g -traceback -r8     -fPIC -fp-model =
source  -align dcommons GOCART_GridCompMod.F90
-ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/che=
m/gocart/src/../Linux/lib/libGOCART_GridComp.a GOCART_GridCompMod.o Aer=
o_GridCompMod.o=20
-/bin/mkdir -p -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/N=
EMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-/bin/cp -f -p *.mod          /scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Components'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/includ=
e -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/include/GMAO_gfio_r8 -I/scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfi=
o_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem=
/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Sha=
red -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Ba=
se -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/include/GEOSchem_GridComp  -I/apps/esmf/7.0.0/intel/in=
telmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/inte=
l/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scrat=
ch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/.=
./Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/=
netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/=
regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/=
../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/=
../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scr=
atch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src=
/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/=
../Linux/include/GFDL_fms -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp  -I=
/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.defaul=
t -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 dcommon=
s Aero_GridCompMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/includ=
e -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/include/GMAO_gfio_r8 -I/scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfi=
o_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem=
/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Sha=
red -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Ba=
se -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/include/GEOSchem_GridComp  -I/apps/esmf/7.0.0/intel/in=
telmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/inte=
l/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scrat=
ch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/.=
./Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/=
netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/=
regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/=
../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/=
../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scr=
atch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src=
/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/=
../Linux/include/GFDL_fms -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp  -I=
/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.defaul=
t -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 dcommon=
s GOCART_GridCompMod.F90
+ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem=
/gocart/src/../Linux/lib/libGOCART_GridComp.a GOCART_GridCompMod.o Aero=
_GridCompMod.o=20
+/bin/mkdir -p -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+/bin/cp -f -p *.mod          /scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Components'
 Making install in Applications
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/chem/gocart/src/Applications'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src/Applications'
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/Applications'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src/Applications'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/src'
        CHEM_MODE -----------> compile
        PHYS_MODE -----------> compile
-       PHYS_INC----------->/scratch4/NCEPDEV/nems/save/Samuel.Trahan/t=
ripptime/NEMS/src/atmos/gsm/gsmphys
+       PHYS_INC----------->/scratch4/NCEPDEV/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/atmos/gsm/gsmphys
 cd atmos/share         && gmake
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=
/tripptime/NEMS/src/atmos/share'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/share'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_ERR_MSG.F90 > module_ERR_MSG.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict  -c module_ERR_MSG.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_INCLUDE.F90 > module_INCLUDE.f90
@@ -5078,17 +5078,17 @@
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/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=20
 ar: creating libshare.a
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/share'
-       CHEM_MODi----before phys-------> /scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/share'
+       CHEM_MODi----before phys-------> /scratch4/NCEPDEV/nems/save/Sa=
muel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include
 cd atmos/gsm/gsmphys          && gmake gocart_full
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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_mode=
l.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_co=
nst_h.f gfs_phy_tracer_config.f rad_initialize.f radlw_param.f radlw_da=
tatb.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 sf=
c_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 m=
oninedmf.f mfpbl.f gwdps.f gwdc.f rayleigh_damp.f rayleigh_damp_mesopau=
se.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 prec=
pdp.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_compositio=
n.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_dissipatio=
n.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=
/tripptime/NEMS/src/atmos/gsm/gsmphys'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/gsmphys'
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -I../../share -fpp =
-DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c machine.f
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -I../../share -fpp =
-DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c wam_f107_kp_mod.f
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -I../../share -fpp =
-DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c physparam.f
@@ -5193,28 +5193,28 @@
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -fixed -I../../share -fpp=
 -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c mstcnv.f
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -fixed -I../../share -fpp=
 -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c get_prs.f
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -fixed -I../../share -fpp=
 -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c gsmddrive.f
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -fixed -I../../share -I/s=
cratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/=
Linux/include/Chem_Base -r8 -c gocart_tracer_config.f
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -fixed -I../../share -I/s=
cratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/L=
inux/include/Chem_Base -r8 -c gocart_tracer_config.f
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/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=3D8 -DNEMS_GSM nuopc=
_physics.F90 > nuopc_physics.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/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 fun=
cphys.o cs_conv.o module_nst_parameters.o module_nst_water_prop.o modul=
e_nst_model.o gcm_shoc.o calpreciptype.o m_micro_driver.o idea_composit=
ion.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_dissipat=
ion.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_bfmicrop=
hysics.o tracer_const_h.o gfs_phy_tracer_config.o rad_initialize.o radl=
w_param.o radlw_datatb.o radlw_main.o radsw_param.o radsw_datatb.o rads=
w_main.o radiation_astronomy.o radiation_aerosols.o radiation_gases.o r=
adiation_clouds.o radiation_surface.o grrad.o ozphys_2015.o ozphys.o oz=
interp.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 mo=
ninp1.o moninq.o moninedmf.o mfpbl.o gwdps.o gwdc.o rayleigh_damp.o ray=
leigh_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 gscon=
dp.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=
/tripptime/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/gsmphys'
 cd atmos/nmm           && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/nmm'
 ls -1 ffsync.F90 module_ERROR_MSG.F90 module_BGRID_INTERP.F90 module_C=
LOCKTIMES.F90 module_CONTROL.F90 module_CONVECTION.F90 module_DERIVED_T=
YPES.F90 module_DIAGNOSE.F90 module_DIGITAL_FILTER_NMM.F90 module_DM_PA=
RALLEL.F90 module_DOMAIN_GRID_COMP.F90 module_DOMAIN_INTERNAL_STATE.F90=
 module_DYNAMICS_ROUTINES.F90 module_EXCHANGE.F90 module_FLTBNDS.F90 mo=
dule_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_M=
ICROPHYSICS.F90 module_MY_DOMAIN_SPECS.F90 module_NESTING.F90 module_NM=
M_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 modul=
e_QUASIPOST.F90 module_TRACKER.F90 module_SOLVER_GRID_COMP.F90 module_S=
OLVER_INTERNAL_STATE.F90 module_TIMESERIES.F90 module_TURBULENCE.F90 mo=
dule_VARS.F90 module_VARS_STATE.F90 module_WRITE_GRID_COMP.F90 module_W=
RITE_INTERNAL_STATE.F90 module_WRITE_ROUTINES.F90 n_namelist_physics_de=
f.f n_layout1.f n_resol_def.f n_compns_physics.f n_mpi_def.f n_module_g=
fs_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=
/tripptime/NEMS/src/atmos/nmm'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/nmm'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_NMM_GRID_COMP_stub.F90 > module_NMM_GRID_COMP_stub.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -I../share -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inm=
mbphys -c module_NMM_GRID_COMP_stub.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -I../share -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmm=
bphys -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=
/tripptime/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/nmm'
 cd atmos/gen           && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gen'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gen'
 makefile:31: warning: overriding commands for target `module_GEN_INTER=
NAL_STATE.o'
 makefile:28: warning: ignoring old commands for target `module_GEN_INT=
ERNAL_STATE.o'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GEN_INTERNAL_STATE.F90 > module_GEN_INTERNAL_STATE.f90
@@ -5223,20 +5223,20 @@
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/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=
=20
 ar: creating libgen.a
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gen'
-echo "       CHEM_MODi----------->ediri" /scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include
-       CHEM_MODi----------->ediri /scratch4/NCEPDEV/nems/save/Samuel.T=
rahan/tripptime/NEMS/src/chem/gocart/Linux/include
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gen'
+echo "       CHEM_MODi----------->ediri" /scratch4/NCEPDEV/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include
+       CHEM_MODi----------->ediri /scratch4/NCEPDEV/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/Linux/include
 cd atmos/gsm           && gmake gocart_full
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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_G=
FS_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=
/tripptime/NEMS/src/atmos/gsm'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm'
 cd libutil && gmake gocart_full && cd ..
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/libutil'
 ../../../conf/make.rules:5: warning: overriding commands for target `.=
F90.f90'
 makefile:43: warning: ignoring old commands for target `.F90.f90'
 makefile:73: depend: No such file or directory
@@ -5257,8 +5257,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/libutil'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -O3 -r8 -free  -I..=
/../share -c module_gfs_machine.f90
@@ -5265,8 +5265,8 @@
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -O3 -r8 -free  -I..=
/../share -c module_gfs_physcons.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -O3 -r8 -free  -I..=
/../share -c module_gfs_funcphys.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -O3 -r8 -free  -I..=
/../share -c module_gfs_tropp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -O3 -r8 -free  -I..=
/../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/sr=
c/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/sc=
ratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/L=
inux/include/GEOSchem_GridComp -c atmos_phy_chem_cpl_comp_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -O3 -r8 -free  -I..=
/../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/sr=
c/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Sam=
uel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/sc=
ratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/L=
inux/include/GEOSchem_GridComp -c atmos_chem_phy_cpl_comp_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -O3 -r8 -free  -I..=
/../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/GEOSchem_GridComp -c atmos_phy_chem_cpl_comp_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -O3 -r8 -free  -I..=
/../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/GEOSchem_GridComp -c atmos_chem_phy_cpl_comp_mod.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -O3 -r8 -free  -I..=
/../share -c module_include_gfs.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -O3 -r8 -free  -I..=
/../share -c module_DM_PARALLEL_GFS.f90
@@ -5276,17 +5276,17 @@
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/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_c=
omp_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 mo=
dule_digital_filter_gfs.o module_export_import_data.o gfs_dyn_phy_cpl_c=
omp_mod.o module_gfs_mpi_def.o module_TIMERS.o=20
 ar: creating gfs_libutil.a
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/libutil'
 cd io && gmake && cd ..
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/io'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/io'
 makefile:36: depend: No such file or directory
 ls -1 module_include_io.F90 module_io_mpi_def.F90 module_GFS_WRITE.F90=
 module_WRITE_INTERNAL_STATE_GFS.F90 module_GET_CONFIG_WRITE_GFS.F90 mo=
dule_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=
/tripptime/NEMS/src/atmos/gsm/io'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/io'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/io'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/io'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/io'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_include_io.F90 > module_include_io.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/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=3D8 -DNEMS_GSM modul=
e_io_mpi_def.F90 > module_io_mpi_def.f90
@@ -5303,10 +5303,10 @@
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -I../../share -I../=
libutil  -c module_GFS_WRITE.f90
 ar -r libio.a module_include_io.o module_io_mpi_def.o module_GFS_WRITE=
.o module_WRITE_INTERNAL_STATE_GFS.o module_GET_CONFIG_WRITE_GFS.o modu=
le_WRITE_ROUTINES_GFS.o module_WRITE_GRID_COMP_GFS.o
 ar: creating libio.a
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/io'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/io'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/io'
 cd dyn && gmake gocart_full && cd ..
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcon=
s.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physc=
ons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -5350,8 +5350,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/dyn'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcon=
s.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physc=
ons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -5392,192 +5392,192 @@
 makefile:292: warning: ignoring old commands for target `.f.f90'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM bfilt=
_def.f > bfilt_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_machine.f > gfs_dyn_machine.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_machine.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c bfilt_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_machine.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c bfilt_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_resol_def.f > gfs_dyn_resol_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_resol_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_resol_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_gg_def.f > gfs_dyn_gg_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_gg_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_gg_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_vert_def.f > gfs_dyn_vert_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_vert_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_vert_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_io_header.f > gfs_dyn_io_header.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_io_header.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_io_header.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_date_def.f > gfs_dyn_date_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_date_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_date_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM slgsh=
r.f > slgshr.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c slgshr.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c slgshr.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM pmgri=
d.f > pmgrid.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c pmgrid.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c pmgrid.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM layou=
t_grid_tracers.f > layout_grid_tracers.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c layout_grid_tracers.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c layout_grid_tracers.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM layou=
t_lag.f > layout_lag.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c layout_lag.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c layout_lag.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_layout1.f > gfs_dyn_layout1.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_layout1.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_layout1.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM namel=
ist_dynamics_def.f > namelist_dynamics_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c namelist_dynamics_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c namelist_dynamics_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_coordinate_def.f > gfs_dyn_coordinate_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_coordinate_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_coordinate_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_lon_lat_para.f > gfs_dyn_lon_lat_para.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_physcons.f > gfs_dyn_physcons.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dyn_physcons.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_lon_lat_para.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dyn_physcons.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_lon_lat_para.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_tracer_const.f > gfs_dyn_tracer_const.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_tracer_const.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_tracer_const.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_tracer_config.f > gfs_dyn_tracer_config.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_tracer_config.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_tracer_config.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_reduce_lons_grid_module.f > gfs_dyn_reduce_lons_grid_module.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_reduce_lons_grid_module.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_reduce_lons_grid_module.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_matrix_sig_def.f > gfs_dyn_matrix_sig_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_matrix_sig_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_matrix_sig_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_mpi_def.f > gfs_dyn_mpi_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_mpi_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_mpi_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_deldifs_def.f > gfs_dyn_deldifs_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_deldifs_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_deldifs_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_bfilt_def.f > gfs_dyn_bfilt_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_bfilt_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_bfilt_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_glats.f > gfs_dyn_glats.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_glats.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_glats.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_dfi_mod.f > gfs_dyn_dfi_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dyn_dfi_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dyn_dfi_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM nemsi=
o_def.f > nemsio_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c nemsio_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c nemsio_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM wrtou=
t_dynamics.f > wrtout_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM do_dy=
namics_mod.f > do_dynamics_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c do_dynamics_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c wrtout_dynamics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c do_dynamics_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c wrtout_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM wrtou=
t_dynamics_slg_nemsio.f > wrtout_dynamics_slg_nemsio.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c wrtout_dynamics_slg_nemsio.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c wrtout_dynamics_slg_nemsio.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_hyb_gc_h_w_z.f > gfidi_hyb_gc_h_w_z.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc_h_w_z.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc_h_w_z.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_w=
_z.f > get_w_z.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c get_w_z.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c get_w_z.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM deldi=
fs_def.f > deldifs_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c deldifs_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c deldifs_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM dyn_g=
ocart_tracer_config.f > dyn_gocart_tracer_config.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c dyn_gocart_tracer_=
config.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c dyn_gocart_tracer_conf=
ig.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM num_p=
arthds.f > num_parthds.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c num_parthds.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c num_parthds.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_err_msg_mod.f > gfs_dynamics_err_msg_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dynamics_err_msg_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dynamics_err_msg_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_namelist_mod.f > gfs_dynamics_namelist_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dynamics_namelist_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dynamics_namelist_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_start_time_get_mod.f > gfs_dynamics_start_time_get_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sigio=
_module.f > sigio_module.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -free -c sigio_modu=
le.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sigio=
_r_module.f > sigio_r_module.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -free -c sigio_r_mo=
dule.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dynamics_start_time_get_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dynamics_start_time_get_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_internal_state_mod.f > gfs_dynamics_internal_state_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dynamics_internal_state_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dynamics_internal_state_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_grid_create_mod.f > gfs_dynamics_grid_create_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dynamics_grid_create_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dynamics_grid_create_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_output.f > gfs_dynamics_output.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dynamics_output.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dynamics_output.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_getcf_mod.f > gfs_dynamics_getcf_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dynamics_getcf_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dynamics_getcf_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM GFS_A=
ddParameterToStateMod.f > GFS_AddParameterToStateMod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c GFS_AddParameterToStateMod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c GFS_AddParameterToStateMod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_initialize_mod.f > gfs_dynamics_initialize_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_stoch_data_mod.f > gfs_dyn_stoch_data_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_patterngenerator.f > gfs_dyn_patterngenerator.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dyn_patterngenerator.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dyn_stoch_data_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dynamics_initialize_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dyn_patterngenerator.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dyn_stoch_data_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dynamics_initialize_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_initialize_slg_mod.f > gfs_dynamics_initialize_slg_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dynamics_initialize_slg_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dynamics_initialize_slg_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_run_mod.f > gfs_dynamics_run_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_g=
et_pattern_mod.f > gfs_get_pattern_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_get_pattern_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dynamics_run_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_get_pattern_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dynamics_run_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_finalize_mod.f > gfs_dynamics_finalize_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dynamics_finalize_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dynamics_finalize_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_add_get_state_ESMFField_mod.f > gfs_dynamics_add_get_state_ESMF=
Field_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dynamics_add_get_state_ESMFField_mod=
.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dynamics_add_get_state_ESMFField_mod.=
f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_states_mod.f > gfs_dynamics_states_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dynamics_states_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dynamics_states_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM mpi_G=
V.f > mpi_GV.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c mpi_GV.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c mpi_GV.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_grid_comp_mod.f > gfs_dynamics_grid_comp_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -free -c gfs_dynamics_grid_comp_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -free -c gfs_dynamics_grid_comp_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_c=
d_hyb.f > get_cd_hyb.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c get_cd_hyb.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c get_cd_hyb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_a=
m_bm_hyb.f > get_am_bm_hyb.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_c=
d_hyb_gc.f > get_cd_hyb_gc.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c get_cd_hyb_gc.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c get_cd_hyb_gc.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_c=
d_hyb_gcdp.f > get_cd_hyb_gcdp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c get_cd_hyb_gcdp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c get_cd_hyb_gcdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_a=
m_bm_hyb_gc.f > get_am_bm_hyb_gc.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb_gc.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb_gc.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_a=
m_bm_hyb_gcdp.f > get_am_bm_hyb_gcdp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb_gcdp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb_gcdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sltin=
i_all.f > sltini_all.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c sltini_all.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c sltini_all.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM set_h=
alos_lag_sn.f > set_halos_lag_sn.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c set_halos_lag_sn.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c set_halos_lag_sn.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM setla=
ts.f > setlats.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c setlats.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c setlats.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM setla=
ts_slg.f > setlats_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c setlats_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c setlats_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM getys=
k.f > getysk.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c getysk.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c getysk.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM getys=
k_gc.f > getysk_gc.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c getysk_gc.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c getysk_gc.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM redis=
t_lats_a.f > redist_lats_a.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c redist_lats_a.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c redist_lats_a.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ifshu=
ff.f > ifshuff.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c ifshuff.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c ifshuff.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM shuff=
le_grid.f > shuffle_grid.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c shuffle_grid.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c shuffle_grid.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
collect.f > grid_collect.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c grid_collect.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c grid_collect.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
collect_ipe.f > grid_collect_ipe.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c grid_collect_ipe.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c grid_collect_ipe.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM excha=
.f > excha.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c excha.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c excha.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM info.=
f > info.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c info.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c info.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM four2=
grid_thread.f > four2grid_thread.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c four2grid_thread.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c four2grid_thread.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM hpmdu=
mmy.f > hpmdummy.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c hpmdummy.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c hpmdummy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM cound=
ummy.f > coundummy.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c coundummy.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c coundummy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM damp_=
speed.f > damp_speed.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c damp_speed.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c damp_speed.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM damp_=
speed_noq.f > damp_speed_noq.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c damp_speed_noq.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c damp_speed_noq.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM deldi=
fs.f > deldifs.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c deldifs.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c deldifs.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM deldi=
fs_noq.f > deldifs_noq.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c deldifs_noq.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c deldifs_noq.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM idea_=
deldifs_init.f > idea_deldifs_init.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c idea_deldifs_init.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c idea_deldifs_init.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM idea_=
deldifs.f > idea_deldifs.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c idea_deldifs.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c idea_deldifs.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM idea_=
deldifs_noq.f > idea_deldifs_noq.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c idea_deldifs_noq.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c idea_deldifs_noq.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM idea_=
getcoef.f > idea_getcoef.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c idea_getcoef.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c idea_getcoef.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM input=
_fields.f > input_fields.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c input_fields.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c input_fields.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM input=
_fields_slg.f > input_fields_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c input_fields_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c input_fields_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM input=
_fields_rst.f > input_fields_rst.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c input_fields_rst.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c input_fields_rst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM delnp=
e.f > delnpe.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c delnpe.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c delnpe.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM delnp=
o.f > delnpo.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c delnpo.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c delnpo.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM dezou=
v.f > dezouv.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c dezouv.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c dezouv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM impad=
j_sig.locl.f > impadj_sig.locl.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c impadj_sig.locl.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c impadj_sig.locl.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM impad=
j_hyb.locl.f > impadj_hyb.locl.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM impad=
j_hyb.locl_gc.f > impadj_hyb.locl_gc.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl_gc.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl_gc.f90
 impadj_hyb.locl_gc.f90(20): remark #7713: This statement function has =
not been used.   [INDLSOD]
       integer              indlsod,jbasod
 ---------------------------^
@@ -5585,15 +5585,15 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM impad=
j_hyb.locl_gcdp.f > impadj_hyb.locl_gcdp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl_gcdp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl_gcdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM impad=
j_slg.locl.f > impadj_slg.locl.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c impadj_slg.locl.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c impadj_slg.locl.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM dozeu=
v.f > dozeuv.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c dozeuv.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c dozeuv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM epslo=
n.f > epslon.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c epslon.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c epslon.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM filte=
reo.f > filtereo.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c filtereo.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c filtereo.f90
 filtereo.f90(64): remark #7713: This statement function has not been u=
sed.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -5601,7 +5601,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM filte=
r1eo.f > filter1eo.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c filter1eo.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c filter1eo.f90
 filter1eo.f90(63): remark #7713: This statement function has not been =
used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -5609,7 +5609,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM filte=
r2eo.f > filter2eo.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c filter2eo.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c filter2eo.f90
 filter2eo.f90(63): remark #7713: This statement function has not been =
used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -5617,7 +5617,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM filte=
reo_noq.f > filtereo_noq.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c filtereo_noq.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c filtereo_noq.f90
 filtereo_noq.f90(61): remark #7713: This statement function has not be=
en used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -5625,7 +5625,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM filte=
r1eo_noq.f > filter1eo_noq.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c filter1eo_noq.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c filter1eo_noq.f90
 filter1eo_noq.f90(58): remark #7713: This statement function has not b=
een used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -5633,7 +5633,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM filte=
r2eo_noq.f > filter2eo_noq.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c filter2eo_noq.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c filter2eo_noq.f90
 filter2eo_noq.f90(59): remark #7713: This statement function has not b=
een used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -5641,43 +5641,43 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM setla=
ts_lag.f > setlats_lag.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c setlats_lag.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c setlats_lag.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_l=
s_node.f > get_ls_node.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c get_ls_node.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c get_ls_node.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_l=
ats_node_shuff_a_fix.f > get_lats_node_shuff_a_fix.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c get_lats_node_shuff_a_fix.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c get_lats_node_shuff_a_fix.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM getco=
n_lag.f > getcon_lag.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c getcon_lag.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c getcon_lag.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM getco=
n_dynamics.f > getcon_dynamics.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c getcon_dynamics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c getcon_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_tracers.f > gfidi_tracers.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfidi_tracers.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfidi_tracers.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_speed.f > gfidi_speed.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfidi_speed.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfidi_speed.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_sig.f > gfidi_sig.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfidi_sig.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfidi_sig.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_hyb.f > gfidi_hyb.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfidi_hyb.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfidi_hyb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_hyb_gc.f > gfidi_hyb_gc.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_hyb_gc_h.f > gfidi_hyb_gc_h.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc_h.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc_h.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_hyb_gchdp.f > gfidi_hyb_gchdp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gchdp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gchdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_gchdp_noadv_noq.f > gfidi_gchdp_noadv_noq.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfidi_gchdp_noadv_noq.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfidi_gchdp_noadv_noq.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ndslf=
v_pack.f > ndslfv_pack.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c ndslfv_pack.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c ndslfv_pack.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ndslf=
v_para.f > ndslfv_para.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c ndslfv_para.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c ndslfv_para.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ndslf=
v_monoadvh2.f > ndslfv_monoadvh2.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvh2.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvh2.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ndslf=
v_monoadvh.f > ndslfv_monoadvh.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvh.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvh.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ndslf=
v_monoadvv.f > ndslfv_monoadvv.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvv.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
to_spect.f > grid_to_spect.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c grid_to_spect.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c grid_to_spect.f90
 grid_to_spect.f90(57): remark #7713: This statement function has not b=
een used.   [INDLSEV]
       INTEGER              INDLSEV,JBASEV
 ---------------------------^
@@ -5685,7 +5685,7 @@
       INTEGER              INDLSOD,JBASOD
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
to_spect_slg.f > grid_to_spect_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c grid_to_spect_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c grid_to_spect_slg.f90
 grid_to_spect_slg.f90(49): remark #7713: This statement function has n=
ot been used.   [INDLSEV]
      &,        INDLSEV,JBASEV,INDLSOD,JBASOD,ylan
 ---------------^
@@ -5693,7 +5693,7 @@
      &,        INDLSEV,JBASEV,INDLSOD,JBASOD,ylan
 ------------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
to_spect_rqt.f > grid_to_spect_rqt.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c grid_to_spect_rqt.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c grid_to_spect_rqt.f90
 grid_to_spect_rqt.f90(56): remark #7713: This statement function has n=
ot been used.   [INDLSEV]
       INTEGER              INDLSEV,JBASEV
 ---------------------------^
@@ -5701,35 +5701,35 @@
       INTEGER              INDLSOD,JBASOD
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gridz=
z_to_spect.f > gridzz_to_spect.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gridzz_to_spect.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gridzz_to_spect.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM spect=
_to_grid.f > spect_to_grid.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c spect_to_grid.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c spect_to_grid.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM spect=
_to_grid_slg.f > spect_to_grid_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c spect_to_grid_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c spect_to_grid_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM spect=
_to_grid_gz.f > spect_to_grid_gz.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c spect_to_grid_gz.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c spect_to_grid_gz.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM spect=
_to_grid_rqt.f > spect_to_grid_rqt.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c spect_to_grid_rqt.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c spect_to_grid_rqt.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM spect=
_to_gridxy.f > spect_to_gridxy.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c spect_to_gridxy.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c spect_to_gridxy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM spect=
pz_to_gridxy.f > spectpz_to_gridxy.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c spectpz_to_gridxy.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c spectpz_to_gridxy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM compn=
s_dynamics.f > compns_dynamics.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c compns_dynamics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c compns_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gozri=
neo.f > gozrineo.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gozrineo.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gozrineo.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM pln2e=
o.f > pln2eo.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c pln2eo.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c pln2eo.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM rms_s=
pect.f > rms_spect.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c rms_spect.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c rms_spect.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM lats_=
shuff.f > lats_shuff.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c lats_shuff.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c lats_shuff.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM uvoed=
z.f > uvoedz.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c uvoedz.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c uvoedz.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM mpi_q=
uit.f > mpi_quit.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c mpi_quit.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c mpi_quit.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sicdi=
f_sig.f > sicdif_sig.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c sicdif_sig.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c sicdif_sig.f90
 sicdif_sig.f90(25): remark #7713: This statement function has not been=
 used.   [INDLSOD]
       integer              indlsod,jbasod
 ---------------------------^
@@ -5737,7 +5737,7 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sicdi=
f_hyb.f > sicdif_hyb.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c sicdif_hyb.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c sicdif_hyb.f90
 sicdif_hyb.f90(26): remark #7713: This statement function has not been=
 used.   [INDLSOD]
       integer              indlsod,jbasod
 ---------------------------^
@@ -5745,7 +5745,7 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sicdi=
f_hyb_gc.f > sicdif_hyb_gc.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c sicdif_hyb_gc.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c sicdif_hyb_gc.f90
 sicdif_hyb_gc.f90(26): remark #7713: This statement function has not b=
een used.   [INDLSOD]
       integer              indlsod,jbasod
 ---------------------------^
@@ -5753,7 +5753,7 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sicdi=
f_hyb_gcdp.f > sicdif_hyb_gcdp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c sicdif_hyb_gcdp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c sicdif_hyb_gcdp.f90
 sicdif_hyb_gcdp.f90(33): remark #7713: This statement function has not=
 been used.   [INDLSOD]
       integer              indlsod,jbasod
 ---------------------------^
@@ -5761,83 +5761,83 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM commo=
n_to_model_vars.f > common_to_model_vars.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c common_to_model_vars.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c common_to_model_vars.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM getpw=
atptot.f > getpwatptot.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c getpwatptot.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c getpwatptot.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sig2p=
ress.f > sig2press.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c sig2press.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c sig2press.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM hyb2p=
ress.f > hyb2press.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c hyb2press.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c hyb2press.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gch2p=
ress.f > gch2press.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gch2press.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gch2press.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM omega=
_sig.f > omega_sig.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c omega_sig.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c omega_sig.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM omega=
_hyb.f > omega_hyb.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c omega_hyb.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c omega_hyb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM omega=
_gch.f > omega_gch.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c omega_gch.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c omega_gch.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM omega=
_gcdp.f > omega_gcdp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c omega_gcdp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c omega_gcdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM slgsc=
an_all_redgg.f > slgscan_all_redgg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c slgscan_all_redgg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c slgscan_all_redgg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_c=
d_hyb_slg.f > get_cd_hyb_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c get_cd_hyb_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c get_cd_hyb_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ficoll_dynamics.f > gfs_dficoll_dynamics.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dficoll_dynamics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dficoll_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ficoll_dynamics_slg.f > gfs_dficoll_dynamics_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gfs_dficoll_dynamics_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gfs_dficoll_dynamics_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sicdi=
f_hyb_slg.f > sicdif_hyb_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c sicdif_hyb_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c sicdif_hyb_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM deldi=
fs_tracers.f > deldifs_tracers.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c deldifs_tracers.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c deldifs_tracers.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gloop=
a_tracers.f > gloopa_tracers.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gloopa_tracers.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gloopa_tracers.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM do_dy=
namics_slg_loop.f > do_dynamics_slg_loop.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c do_dynamics_slg_loop.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c do_dynamics_slg_loop.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM do_dy=
namics_one_loop.f > do_dynamics_one_loop.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c do_dynamics_one_loop.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c do_dynamics_one_loop.f90
 do_dynamics_one_loop.f90(130): remark #7713: This statement function h=
as not been used.   [INDLSOD]
       INTEGER               INDLSOD,JBASOD
 ----------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM do_dy=
namics_two_loop.f > do_dynamics_two_loop.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c do_dynamics_two_loop.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c do_dynamics_two_loop.f90
 do_dynamics_two_loop.f90(154): remark #7713: This statement function h=
as not been used.   [INDLSOD]
       INTEGER               INDLSOD,JBASOD
 ----------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM model=
_to_common_vars.f > model_to_common_vars.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c model_to_common_vars.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c model_to_common_vars.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gathe=
r_times.f > gather_times.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c gather_times.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c gather_times.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM four_=
to_grid.f > four_to_grid.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c four_to_grid.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c four_to_grid.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM four2=
fln_gg.f > four2fln_gg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c four2fln_gg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c four2fln_gg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM four2=
fln.f > four2fln.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c four2fln.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c four2fln.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sortr=
x.f > sortrx.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c sortrx.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c sortrx.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sumde=
r2_slg_gg.f > sumder2_slg_gg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c sumder2_slg_gg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c sumder2_slg_gg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sumfl=
n_slg_gg.f > sumfln_slg_gg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c sumfln_slg_gg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c sumfln_slg_gg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sumfl=
n.f > sumfln.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c sumfln.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c sumfln.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sumde=
r2.f > sumder2.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c sumder2.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c sumder2.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM trise=
ori.f > triseori.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c triseori.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c triseori.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM trise=
of.f > triseof.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c triseof.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c triseof.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM uveod=
z.f > uveodz.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c uveodz.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c uveodz.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM matin=
v.f > matinv.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c matinv.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c matinv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ver_s=
ig.f > ver_sig.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c ver_sig.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c ver_sig.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sig_i=
o.f > sig_io.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c sig_io.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c sig_io.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_t=
opo_grid_grad.f > get_topo_grid_grad.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c get_topo_grid_grad.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c get_topo_grid_grad.f90
 get_topo_grid_grad.f90(63): remark #7713: This statement function has =
not been used.   [INDLSEV]
      &,       indlsev,jbasev,indev,indev1,indev2
 --------------^
@@ -5845,29 +5845,29 @@
      &,       indlsod,jbasod,indod,indod1,indod2
 --------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ysmin=
v.f > ysminv.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c ysminv.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c ysminv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
fix.f > grid_fix.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c grid_fix.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c grid_fix.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM tread=
eo.io.f > treadeo.io.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c treadeo.io.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c treadeo.io.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM tread=
eo.io_slg.f > treadeo.io_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c treadeo.io_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c treadeo.io_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM tread=
eo_nemsio.f > treadeo_nemsio.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c treadeo_nemsio.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c treadeo_nemsio.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM tread=
eo_nemsio_slg.f > treadeo_nemsio_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c treadeo_nemsio_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c treadeo_nemsio_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM tread=
g_nemsio.f > treadg_nemsio.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c treadg_nemsio.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c treadg_nemsio.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM tread=
s_nemsio.f > treads_nemsio.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c treads_nemsio.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c treads_nemsio.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM twrit=
es_rst.f > twrites_rst.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c twrites_rst.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c twrites_rst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM twrit=
es_hst.f > twrites_hst.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c twrites_hst.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c twrites_hst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM twrit=
eg_rst.f > twriteg_rst.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c twriteg_rst.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c twriteg_rst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
to_spect_inp.f > grid_to_spect_inp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c grid_to_spect_inp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c grid_to_spect_inp.f90
 grid_to_spect_inp.f90(83): remark #7713: This statement function has n=
ot been used.   [INDLSEV]
       INTEGER              INDLSEV,JBASEV
 ---------------------------^
@@ -5875,7 +5875,7 @@
       INTEGER              INDLSOD,JBASOD
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
to_spect_inp_slg.f > grid_to_spect_inp_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c grid_to_spect_inp_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c grid_to_spect_inp_slg.f90
 grid_to_spect_inp_slg.f90(85): remark #7713: This statement function h=
as not been used.   [INDLSEV]
      &,        INDLSEV,JBASEV,INDLSOD,JBASOD
 ---------------^
@@ -5883,14 +5883,14 @@
      &,        INDLSEV,JBASEV,INDLSOD,JBASOD
 ------------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM setsi=
g.f > setsig.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c setsig.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -fixed -c setsig.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM spect=
_to_grid_inp.f > spect_to_grid_inp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -fixed -c spect_to_grid_inp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/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_d=
ef.o slgshr.o pmgrid.o layout_grid_tracers.o layout_lag.o gfs_dyn_layou=
t1.o namelist_dynamics_def.o gfs_dyn_coordinate_def.o gfs_dyn_lon_lat_p=
ara.o gfs_dyn_tracer_const.o gfs_dyn_tracer_config.o gfs_dyn_reduce_lon=
s_grid_module.o gfs_dyn_matrix_sig_def.o gfs_dyn_mpi_def.o gfs_dyn_deld=
ifs_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_s=
tart_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_AddPar=
ameterToStateMod.o gfs_dynamics_initialize_mod.o gfs_dynamics_initializ=
e_slg_mod.o gfs_dynamics_run_mod.o gfs_dynamics_finalize_mod.o gfs_dyna=
mics_add_get_state_ESMFField_mod.o gfs_dynamics_states_mod.o gfs_dyn_ph=
yscons.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_hy=
b_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 coundum=
my.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 impad=
j_sig.locl.o impadj_hyb.locl.o impadj_hyb.locl_gc.o impadj_hyb.locl_gcd=
p.o impadj_slg.locl.o dozeuv.o epslon.o filtereo.o filter1eo.o filter2e=
o.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 gfid=
i_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 ndsl=
fv_para.o ndslfv_monoadvh2.o ndslfv_monoadvh.o ndslfv_monoadvv.o grid_t=
o_spect.o grid_to_spect_slg.o grid_to_spect_rqt.o gridzz_to_spect.o spe=
ct_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 pln=
2eo.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 getpwatp=
tot.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_sl=
g.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_o=
ne_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 sumfl=
n_slg_gg.o sumfln.o sumder2.o triseori.o triseof.o uveodz.o matinv.o ve=
r_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 tread=
eo_nemsio_slg.o treadg_nemsio.o treads_nemsio.o twrites_rst.o twrites_h=
st.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=
/tripptime/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake && cd ..
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/phys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/phys'
 makefile:126: warning: overriding commands for target `gbphys_adv_hyb_=
gc.o'
 makefile:118: warning: ignoring old commands for target `gbphys_adv_hy=
b_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_=
gc_h.o'
@@ -5936,8 +5936,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/phys'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/phys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/phys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/phys'
 makefile:126: warning: overriding commands for target `gbphys_adv_hyb_=
gc.o'
 makefile:118: warning: ignoring old commands for target `gbphys_adv_hy=
b_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_=
gc_h.o'
@@ -5978,8 +5978,8 @@
 makefile:114: warning: ignoring old commands for target `gfs_physics_e=
rr_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/tripptime/NEMS/src/chem/gocart/Linux/include
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/gsm/phys'
+       CHEM_MODi------from GFS/phys-----> /scratch4/NCEPDEV/nems/save/=
Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/gsm/phys'
 makefile:126: warning: overriding commands for target `gbphys_adv_hyb_=
gc.o'
 makefile:118: warning: ignoring old commands for target `gbphys_adv_hy=
b_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_=
gc_h.o'
@@ -6021,86 +6021,86 @@
 ../../../conf/make.rules:8: warning: overriding commands for target `.=
f.f90'
 makefile:107: warning: ignoring old commands for target `.f.f90'
 /lib/cpp -P -traditional resol_def.f > resol_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c resol_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c layout1.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c vert_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gg_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c namelist_physics_d=
ef.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c namelist_physics_def.f=
90
 /lib/cpp -P -traditional coordinate_def.f > coordinate_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c coordinate_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c reduce_lons_grid_m=
odule.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c reduce_lons_grid_modul=
e.f90
 /lib/cpp -P -traditional mpi_def.f > mpi_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c mpi_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c d3d_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c d3d_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sfcio=
_module.f > sfcio_module.f90
 /lib/cpp -P -traditional sfcio_module.f > sfcio_module.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c mod_state.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -c nstio_module.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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_m=
sg_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -c gfs_physics_err_msg=
_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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_fl=
x_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_sfc_flx_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/GEOSchem_GridComp -c gfs_physics_sfc_flx_mod.f90
 /lib/cpp -P -traditional gfs_physics_nst_var_mod.f >gfs_physics_nst_va=
r_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_nst_var_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/GEOSchem_GridComp -c gfs_physics_nst_var_mod.f90
 /lib/cpp -P -traditional gfs_physics_sfc_flx_set_mod.f >gfs_physics_sf=
c_flx_set_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_sfc_flx_set_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_gridgr_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/GEOSchem_GridComp -c gfs_physics_gridgr_mod.f90
 /lib/cpp -P -traditional gfs_physics_g2d_mod.f >gfs_physics_g2d_mod.f9=
0
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_g2d_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/GEOSchem_GridComp -c gfs_physics_g2d_mod.f90
 /lib/cpp -P -traditional gfs_physics_g3d_mod.f >gfs_physics_g3d_mod.f9=
0
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_g3d_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/GEOSchem_GridComp -c gfs_physics_g3d_mod.f90
 /lib/cpp -P -traditional gfs_physics_aoi_var_mod.f >gfs_physics_aoi_va=
r_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_aoi_var_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/GEOSchem_GridComp -c gfs_physics_aoi_var_mod.f90
 /lib/cpp -P -traditional gfs_physics_namelist_mod.f >gfs_physics_namel=
ist_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_namelist_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_start_time_get_mod.f=
90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_internal_state_mod.f=
90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/GEOSchem_GridComp -c gfs_physics_internal_state_mod.f90
 /lib/cpp -P -traditional gfs_physics_grid_create_mod.f >gfs_physics_gr=
id_create_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_grid_create_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_output.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/GEOSchem_GridComp -c gfs_physics_output.f90
 /lib/cpp -P -traditional gfs_physics_getcf_mod.f >gfs_physics_getcf_mo=
d.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_getcf_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/GEOSchem_GridComp -c gfs_physics_getcf_mod.f90
 /lib/cpp -P -traditional gfs_physics_initialize_mod.f >gfs_physics_ini=
tialize_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_initialize_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/GEOSchem_GridComp -c gfs_physics_initialize_mod.f90
 /lib/cpp -P -traditional gfs_physics_run_mod.f >gfs_physics_run_mod.f9=
0
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_run_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/GEOSchem_GridComp -c gfs_physics_run_mod.f90
 /lib/cpp -P -traditional gfs_physics_finalize_mod.f >gfs_physics_final=
ize_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_finalize_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/GEOSchem_GridComp -c gfs_physics_finalize_mod.f90
 /lib/cpp -P -traditional gfs_physics_add_get_state_ESMFField_mod.f >gf=
s_physics_add_get_state_ESMFField_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_add_get_state_ESMFFi=
eld_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_phy_states_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../lib=
util -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atm=
os/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/sav=
e/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu =
-I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/goc=
art/Linux/include/GEOSchem_GridComp -c gfs_physics_grid_comp_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil=
 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gs=
m/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/GEOSchem_GridComp -c gfs_physics_grid_comp_mod.f90
 /lib/cpp -P -traditional glats_physics.f > glats_physics.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c glats_physics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c glats_physics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gcycl=
e.f > gcycle.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gcycle.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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.f=
90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c do_physics_one_ste=
p.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c do_physics_one_step.f9=
0
 /lib/cpp -P -traditional get_lats_node_shuff_r_fix.f > get_lats_node_s=
huff_r_fix.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c get_lats_node_shuf=
f_r_fix.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c get_lats_node_shuff_r_=
fix.f90
 /lib/cpp -P -traditional setlats.f > setlats.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c setlats.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c setlats_r_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c lats_shuff.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c getcon_physics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c getcon_physics.f90
 getcon_physics.f90(42): remark #7713: This statement function has not =
been used.   [INDLSEV]
       integer              indlsev,jbasev,indlsod,jbasod
 ---------------------------^
@@ -6108,84 +6108,84 @@
       integer              indlsev,jbasev,indlsod,jbasod
 ------------------------------------------^
 /lib/cpp -P -traditional lon_lat_para.f > lon_lat_para.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c lon_lat_para.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c compns_physics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c info.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c info.f90
 /lib/cpp -P -traditional coundummy.f > coundummy.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c coundummy.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c coundummy.f90
 /lib/cpp -P -traditional sortrx.f > sortrx.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c sortrx.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c mpi_quit.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c dfi_fixwr.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c hpmdummy.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c hpmdummy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gloop=
r.f > gloopr.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gloopr.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c gloopr.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gloop=
b.f > gloopb.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gloopb.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c gloopb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gbphy=
s_adv_hyb_gc.f > gbphys_adv_hyb_gc.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gbphys_adv_hyb_gc.=
f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c gbphys_adv_hyb_gc.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gbphy=
s_adv_hyb_gc_h.f > gbphys_adv_hyb_gc_h.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gbphys_adv_hyb_gc_=
h.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c gbphys_adv_hyb_gc_h.f9=
0
 /lib/cpp -P -traditional fix_fields.f > fix_fields.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c fix_fields.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c fix_fields.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM read_=
fix.f > read_fix.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c read_fix.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c GFS_simple_scatter=
.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c GFS_simple_scatter.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM wrtou=
t_physics.f > wrtout_physics.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrtout_physics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c wrtout_physics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM fld_c=
ollect.f > fld_collect.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c fld_collect.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c fld_collect.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM fld_c=
ollect_nst.f > fld_collect_nst.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c fld_collect_nst.f9=
0
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c fld_collect_nst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gribi=
t_gsm.f > gribit_gsm.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gribit_gsm.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrt3d_hyb.f
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrt3d.f
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c gribit_gsm.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c wrt3d_hyb.f
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c wrt3d.f
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM aoicp=
l_prep.f > aoicpl_prep.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c aoicpl_prep.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c aoicpl_prep.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM para_=
fixio_w.f > para_fixio_w.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c para_fixio_w.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/include/GEOSchem_GridComp -fixed -c para_fixio_w.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM para_=
nst_w.f > para_nst_w.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripp=
time/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMA=
O_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/include/GEOSchem_GridComp -fixed -c para_nst_w.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -=
I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_m=
peu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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_mo=
d.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_physi=
cs_g3d_mod.o gfs_physics_aoi_var_mod.o gfs_physics_namelist_mod.o gfs_p=
hysics_start_time_get_mod.o gfs_physics_internal_state_mod.o gfs_physic=
s_grid_create_mod.o gfs_physics_output.o gfs_physics_getcf_mod.o gfs_ph=
ysics_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_phy=
sics_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 m=
pi_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 wrto=
ut_physics.o fld_collect.o fld_collect_nst.o gribit_gsm.o wrt3d_hyb.o w=
rt3d.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=
/tripptime/NEMS/src/atmos/gsm/phys'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/phys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm/phys'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GOCART_ROUTINES.F90 > module_GOCART_ROUTINES.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Ii=
o -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -Idyn -Iphys -I/scratch4/NCEPDEV/nems/save/Samuel=
.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scrat=
ch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linu=
x/include/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -=
c module_GOCART_ROUTINES.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Ii=
o -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -Idyn -Iphys -I/scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch=
4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/i=
nclude/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -c mo=
dule_GOCART_ROUTINES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GFS_CORE_SETUP.F90 > module_GFS_CORE_SETUP.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Ii=
o -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_CORE_SETUP.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Ii=
o -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_CORE_SETUP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GFS_INTERNAL_STATE.F90 > module_GFS_INTERNAL_STATE.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Ii=
o -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_INTERNAL_STATE.f=
90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Ii=
o -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_INTERNAL_STATE.f9=
0
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GFS_INTEGRATE.F90 > module_GFS_INTEGRATE.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Ii=
o -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_INTEGRATE.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Ii=
o -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_INTEGRATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GFS_GRID_COMP.F90 > module_GFS_GRID_COMP.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Ii=
o -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/=
src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_GRID_COMP.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Ii=
o -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/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 modul=
e_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=
/tripptime/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/gsm'
 cd atmos/fim           && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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.F9=
0 module_DYNAMICS_GRID_COMP.F90 module_DYN_PHY_CPL_COMP.F90 module_PHYS=
ICS_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=
/tripptime/NEMS/src/atmos/fim'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos/fim'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM fim_g=
rid_comp_stub.F90 > fim_grid_comp_stub.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -I../share -c fim_grid_co=
mp_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=
/tripptime/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/fim'
 cd atmos/post          && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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_routin=
es.o'
@@ -6203,8 +6203,8 @@
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/post'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/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_routin=
es.o'
@@ -6225,25 +6225,25 @@
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -I../share -c post_nems_routi=
nes_stub.f90
 ar -r libpost.a post_gfs_stub.o post_nmm_stub.o post_nems_routines_stu=
b.o
 ar: creating libpost.a
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos/post'
 cd atmos               && gmake
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos'
 makefile:40: depend: No such file or directory
 ls -1 module_ATM_INTERNAL_STATE.F90 module_ATM_GRID_COMP.F90 > Srcfile=
s
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/atmos'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/atmos'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_ATM_INTERNAL_STATE.F90 > module_ATM_INTERNAL_STATE.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Ishare -Inmm -Igsm -Ifim -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/g=
smphys -Igen -c module_ATM_INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Ishare -Inmm -Igsm -Ifim -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gs=
mphys -Igen -c module_ATM_INTERNAL_STATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_ATM_GRID_COMP.F90 > module_ATM_GRID_COMP.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Ishare -Inmm -Igsm -Ifim -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/g=
smphys -Igen -c module_ATM_GRID_COMP.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Ishare -Inmm -Igsm -Ifim -I/=
scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gs=
mphys -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=
/tripptime/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/atmos'
 cd ENS_Cpl             && gmake
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/ENS_Cpl'
 makefile:124: depend: No such file or directory
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM Lib_E=
SMFStateAddGetMod.f > Lib_ESMFStateAddGetMod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM machi=
ne.f > machine.f90
@@ -6266,9 +6266,9 @@
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/ENS_Cpl'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/ENS_Cpl'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/tripptime/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/ENS_Cpl'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Traha=
n/regtests/NEMS/src/ENS_Cpl'
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8   -free -c Lib_=
ESMFStateAddGetMod.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8   -fixed -c mac=
hine.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/netcdf/4.3.0-intel/include -fp-model strict -free -r8   -free -c ENS_=
Cpl_InternalState_ESMFMod.f90
@@ -6288,36 +6288,36 @@
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -O3 -g -trace=
back -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi=
.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0=
-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/app=
s/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_InternalSta=
te_ESMFMod.o ENS_bcst_global.o ENS_Sto_Per_Scheme_Step2.o DistributeFor=
Step1.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=
/tripptime/NEMS/src/ENS_Cpl'
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/tripptime/NEMS/src/ENS_Cpl'
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Sat Nov 19 01:07:15 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D324' module_MEDIATOR_methods.F90 > module_MED=
IATOR_methods.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Ia=
tmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. =
-Iatmos/gen -Iatmos/share  -c module_MEDIATOR_methods.f90
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan=
/regtests/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 21:36:40 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' module_MEDIATOR_methods.F90 > module_MEDI=
ATOR_methods.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iat=
mos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCE=
PDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I. -I=
atmos/gen -Iatmos/share  -c module_MEDIATOR_methods.f90
 rm module_MEDIATOR_methods.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Sat Nov 19 01:07:15 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D324' module_MEDIATOR.F90 > module_MEDIATOR.f9=
0
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Ia=
tmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. =
-Iatmos/gen -Iatmos/share  -c module_MEDIATOR.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 21:36:40 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' module_MEDIATOR.F90 > module_MEDIATOR.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iat=
mos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCE=
PDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I. -I=
atmos/gen -Iatmos/share  -c module_MEDIATOR.f90
 rm module_MEDIATOR.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Sat Nov 19 01:07:15 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D324' module_MEDIATOR_SpaceWeather.F90 > modul=
e_MEDIATOR_SpaceWeather.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Ia=
tmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. =
-Iatmos/gen -Iatmos/share  -c module_MEDIATOR_SpaceWeather.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 21:36:40 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' module_MEDIATOR_SpaceWeather.F90 > module=
_MEDIATOR_SpaceWeather.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iat=
mos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCE=
PDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I. -I=
atmos/gen -Iatmos/share  -c module_MEDIATOR_SpaceWeather.f90
 rm module_MEDIATOR_SpaceWeather.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Sat Nov 19 01:07:15 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D324' module_EARTH_INTERNAL_STATE.F90 > module=
_EARTH_INTERNAL_STATE.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Ia=
tmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. =
-Iatmos/gen -Iatmos/share  -c module_EARTH_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 21:36:40 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' module_EARTH_INTERNAL_STATE.F90 > module_=
EARTH_INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iat=
mos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCE=
PDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I. -I=
atmos/gen -Iatmos/share  -c module_EARTH_INTERNAL_STATE.f90
 rm module_EARTH_INTERNAL_STATE.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Sat Nov 19 01:07:15 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D324' module_EARTH_GRID_COMP.F90 > module_EART=
H_GRID_COMP.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Ia=
tmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. =
-Iatmos/gen -Iatmos/share  -c module_EARTH_GRID_COMP.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 21:36:40 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' module_EARTH_GRID_COMP.F90 > module_EARTH=
_GRID_COMP.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iat=
mos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCE=
PDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I. -I=
atmos/gen -Iatmos/share  -c module_EARTH_GRID_COMP.f90
 rm module_EARTH_GRID_COMP.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Sat Nov 19 01:07:15 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D324' module_NEMS_INTERNAL_STATE.F90 > module_=
NEMS_INTERNAL_STATE.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Ia=
tmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. =
-Iatmos/gen -Iatmos/share  -c module_NEMS_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 21:36:40 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' module_NEMS_INTERNAL_STATE.F90 > module_N=
EMS_INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iat=
mos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCE=
PDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I. -I=
atmos/gen -Iatmos/share  -c module_NEMS_INTERNAL_STATE.f90
 rm module_NEMS_INTERNAL_STATE.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Sat Nov 19 01:07:15 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D324' module_NEMS_GRID_COMP.F90 > module_NEMS_=
GRID_COMP.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Ia=
tmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. =
-Iatmos/gen -Iatmos/share  -c module_NEMS_GRID_COMP.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 21:36:40 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' module_NEMS_GRID_COMP.F90 > module_NEMS_G=
RID_COMP.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iat=
mos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCE=
PDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I. -I=
atmos/gen -Iatmos/share  -c module_NEMS_GRID_COMP.f90
 rm module_NEMS_GRID_COMP.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Sat Nov 19 01:07:15 UTC 2016 r84617 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP=
_YEAR=3D2016' -D'CMP_JD=3D324' MAIN_NEMS.F90 > MAIN_NEMS.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Ia=
tmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. =
-Iatmos/gen -Iatmos/share  -c MAIN_NEMS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Mon Nov 21 21:36:40 UTC 2016 r84690 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_=
YEAR=3D2016' -D'CMP_JD=3D326' MAIN_NEMS.F90 > MAIN_NEMS.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291 -g -traceback=
 -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.def=
ault -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-int=
el/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/ne=
tcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iat=
mos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCE=
PDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I. -I=
atmos/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/t=
ripptime/NEMS/src/atmos/gsm/gsmphys
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291   -o ../exe/N=
EMS.x MAIN_NEMS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_ME=
DIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_C=
OMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o  atmos/libat=
mos.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 atmo=
s/gsm/phys/gfs_physics.a /scratch4/NCEPDEV/nems/save/Samuel.Trahan/trip=
ptime/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   /scra=
tch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Lin=
ux/lib/libGOCART_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/=
tripptime/NEMS/src/chem/gocart/Linux/lib/libDU_GridComp.a  /scratch4/NC=
EPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/lib/=
libCO2_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/=
NEMS/src/chem/gocart/Linux/lib/libCO_GridComp.a  /scratch4/NCEPDEV/nems=
/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/lib/libCFC_Gri=
dComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/c=
hem/gocart/Linux/lib/libO3_GridComp.a  /scratch4/NCEPDEV/nems/save/Samu=
el.Trahan/tripptime/NEMS/src/chem/gocart/Linux/lib/libOC_GridComp.a  /s=
cratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/=
Linux/lib/libBC_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/t=
ripptime/NEMS/src/chem/gocart/Linux/lib/libSS_GridComp.a  /scratch4/NCE=
PDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/lib/l=
ibSU_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NE=
MS/src/chem/gocart/Linux/lib/libRn_GridComp.a  /scratch4/NCEPDEV/nems/s=
ave/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/lib/libCH4_GridC=
omp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/che=
m/gocart/Linux/lib/libChem_Base.a  /scratch4/NCEPDEV/nems/save/Samuel.T=
rahan/tripptime/NEMS/src/chem/gocart/Linux/lib/libChem_Shared.a  /scrat=
ch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linu=
x/lib/libGMAO_gfio_r8.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/trip=
ptime/NEMS/src/chem/gocart/Linux/lib/libMAPL_Base.a  /scratch4/NCEPDEV/=
nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/lib/libMAP=
L_Base_stubs.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEM=
S/src/chem/gocart/Linux/lib/libMAPL_cfio_r4.a  /scratch4/NCEPDEV/nems/s=
ave/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/lib/libGMAO_mpeu=
.a   atmos/gsm/phys/gfs_physics.a atmos/gsm/dyn/gfs_dynamics.a /scratch=
3/NCEPDEV/nceplibs/libnemsio_v2.2.3.a /scratch3/NCEPDEV/nwprod/lib/w3nc=
o/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/a=
pps/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/i=
ntel/impi/5.0.3.048/intel64/lib -L/apps/intel/composer_xe_2015.1.133/co=
mpiler/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/compiler/lib/in=
tel64 -L/apps/intel/composer_xe_2015.1.133/mkl/lib/intel64 -L/apps/inte=
l/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/../lib6=
4/ -L/usr/lib/../lib64 -L/usr/lib/../lib64/ -L/apps/intel/composer_xe_2=
015.1.133/compiler/lib/intel64/ -L/apps/intel/composer_xe_2015.1.133/mk=
l/lib/intel64/ -L/apps/intel/composer_xe_2015.1.133/tbb/lib/intel64/gcc=
4.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/li=
b/libO/Linux.intel.64.intelmpi.default  -Wl,-rpath,/apps/netcdf/4.3.0-i=
ntel/lib -lesmf  -ldl -lrt -lpthread -limf -lsvml -lirng -lm -lipgo -ld=
ecimal -liomp5 -lcilkrts -lstdc++ -lgcc -lgcc_s -lirc -lpthread -lsvml =
-lgcc -lgcc_s -lirc_s -ldl -lrt -ldl -lnetcdff -lnetcdf  =20
+       PHYS_INC----------->/scratch4/NCEPDEV/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/atmos/gsm/gsmphys
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte -lmkl_intel_l=
p64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -=
assume byterecl -mkl=3Dsequential -diag-disable 8290,8291   -o ../exe/N=
EMS.x MAIN_NEMS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_ME=
DIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_C=
OMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o  atmos/libat=
mos.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 atmo=
s/gsm/phys/gfs_physics.a /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regt=
ests/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   /scrat=
ch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux=
/lib/libGOCART_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/Linux/lib/libDU_GridComp.a  /scratch4/NCEPD=
EV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libC=
O2_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/Linux/lib/libCO_GridComp.a  /scratch4/NCEPDEV/nems/save=
/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libCFC_GridComp.=
a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/Linux/lib/libO3_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/Linux/lib/libOC_GridComp.a  /scratch4/=
NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib=
/libBC_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/Linux/lib/libSS_GridComp.a  /scratch4/NCEPDEV/nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libSU_GridCo=
mp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/Linux/lib/libRn_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/Linux/lib/libCH4_GridComp.a  /scrat=
ch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux=
/lib/libChem_Base.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/Linux/lib/libChem_Shared.a  /scratch4/NCEPDEV/nem=
s/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libGMAO_gf=
io_r8.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/lib/libMAPL_Base.a  /scratch4/NCEPDEV/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libMAPL_Base_stubs.a  /s=
cratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/L=
inux/lib/libMAPL_cfio_r4.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/Linux/lib/libGMAO_mpeu.a   atmos/gsm/phys/=
gfs_physics.a atmos/gsm/dyn/gfs_dynamics.a /scratch3/NCEPDEV/nceplibs/l=
ibnemsio_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-int=
el/lib -lnetcdff -lnetcdf -L/apps/esmf/7.0.0/intel/intelmpi/lib/libO/Li=
nux.intel.64.intelmpi.default -L/apps/netcdf/4.3.0-intel/lib -L/apps/in=
tel/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/intel6=
4 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/ -L/usr/lib/gcc/x86_64-redha=
t-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/../lib=
64 -L/usr/lib/../lib64/ -L/apps/intel/composer_xe_2015.1.133/compiler/l=
ib/intel64/ -L/apps/intel/composer_xe_2015.1.133/mkl/lib/intel64/ -L/ap=
ps/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/us=
r/lib -Wl,-rpath,/apps/esmf/7.0.0/intel/intelmpi/lib/libO/Linux.intel.6=
4.intelmpi.default  -Wl,-rpath,/apps/netcdf/4.3.0-intel/lib -lesmf  -ld=
l -lrt -lpthread -limf -lsvml -lirng -lm -lipgo -ldecimal -liomp5 -lcil=
krts -lstdc++ -lgcc -lgcc_s -lirc -lpthread -lsvml -lgcc -lgcc_s -lirc_=
s -ldl -lrt -ldl -lnetcdff -lnetcdf  =20
 NEMS.x successfully created for GSM core.
 + set +x
 NOTE: Success!
Index: checkout/tests/Compile_wcoss.log
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/tests/Compile_wcoss.log=09(revision 84674)
+++ checkout/tests/Compile_wcoss.log=09(revision 84790)
@@ -1,4 +1,4 @@
-Fri Nov 18 06:40:17 EST 2016
+Tue Nov 22 06:05:44 UTC 2016
 Start Regression test
 Removing old exe/NEMS.x
 NEMSAppBuilder  app=3DNMM-POST=20
@@ -14,7 +14,7 @@
 NOTE: App names: GSM.appBuilder GSM-GOCART.appBuilder NMM.appBuilder N=
MM-DEBUG.appBuilder NMM-POST.appBuilder wrong.appBuilder
 NOTE: APP from autoapp is NMM-POST
 NOTE: Chosen app is NMM-POST
-NOTE: FOUND APP FROM /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NMM-POS=
T.appBuilder COMPONENTS NMM
+NOTE: FOUND APP FROM /nems/save/Samuel.Trahan/regtests/NMM-POST.appBui=
lder COMPONENTS NMM
 Ignoring command: $tool --backtitle NEMS Application Builder --title I=
nfo --infobox Determine platform... 6 25
 NOTE: Determine platform...wcoss
 NOTE: CONFOPT=3Dnmmb_intel_wcoss MAKEOPT=3Dnmm_post
@@ -23,9 +23,13 @@
 + 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
-+ [[ $'13c13\n< \n---\n> #\n15a16,27\n> ifeq ($(PHYS_MODE),compile)\n>=
        PHYS_LIB =3D $(TOP)/atmos/gsm/gsmphys\n>        PHYS_INC =3D $(=
TOP)/atmos/gsm/gsmphys\n>        PHYS_DIR =3D $(TOP)/atmos/gsm/gsmphys\=
n> endif\n> ifeq ($(CHEM_MODE),compile)\n>         CHEM_LIB =3D $(TOP)/=
chem\n>         CHEM_INC =3D $(TOP)/chem/gocart/src/Config/\n>         =
CHEM_DIR =3D $(TOP)/chem\n>        CHEM_MOD =3D $(TOP)/chem/gocart/${AR=
CH}/include\n>       ESMADIR =3D chem/gocart\n> endif\n16a29\n> #\n19,2=
0c32,34\n< NETCDF_INC  =3D $(NETCDF_INCLUDE)\n< NETCDF_LIB  =3D $(NETCD=
F_LDFLAGS)\n---\n> # NETCDF_INC =3D -I/usrx/local/NetCDF/4.2/serial/inc=
lude\n> # NETCDF_LIB  =3D /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 /us=
rx/local/zlib-1.2.7/lib/libz.a\n> NETCDF_LIB  =3D ${NETCDF_LDFLAGS} /us=
rx/local/HDF5/1.8.9/serial/lib/libhdf5_hl.a ${Z_LIB}\n26,36c40\n< #####=
################# PHYS_MODE ##### CHEM_MODE ###########################=
####\n< #\n< #\n< #\n< #\n< PHYS_MODE       =3Dcompile\n< CHEM_MODE    =
   =3Dcompile\n< #\n< #################################################=
###############################\n< \n< POSTDIR     =3D /global/save/Shr=
inivas.Moorthi/nceppost_moorthi/sorc/ncep_post.fd\n---\n> #POSTDIR     =
=3D /global/save/Shrinivas.Moorthi/nceppost_moorthi_redmem_merge/sorc/n=
cep_post.fd\n41a46\n> XML_LIB     =3D ${XMLPARSE_LIB}\n46,50c51,55\n<  =
             $(W3_LIB) \\\n<               $(BACIO_LIB) \\\n<          =
     $(SP_LIB) \\\n<               $(ESMF_LIB) \\\n<               $(NE=
TCDF_LIB)\n---\n>               $(W3_LIB)     \\\n>               $(BAC=
IO_LIB)  \\\n>               $(SP_LIB)     \\\n>               $(ESMF_L=
IB)   \\\n>               $(NETCDF_LIB) \n52,62d56\n< EXTLIBS_POST =3D =
$(POST_LIB) \\\n<                $(NEMSIO_LIB) \\\n<                $(W=
3_POST_LIB) \\\n<                $(G2_LIB) \\\n<                $(BACIO=
_LIB) \\\n<                $(SIGIO_LIB) \\\n<                $(SFCIO_LI=
B) \\\n<                $(SP_LIB) \\\n<                $(CRTM_LIB) \\\n=
<                $(ESMF_LIB) \\\n<                $(NETCDF_LIB)\n64c58,=
70\n< FC          =3D mpiifort -g -traceback -openmp -mkl=3Dsequential =
-diag-disable 8290,8291 -warn errors\n---\n> EXTLIBS_POST =3D $(POST_LI=
B)    \\\n>                $(NEMSIO_LIB)  \\\n>                $(W3_POS=
T_LIB) \\\n>                $(XMLPARSE_LIB)     \\\n>                $(=
G2_LIB)      \\\n>                $(BACIO_LIB)   \\\n>                $=
(SIGIO_LIB)   \\\n>                $(SFCIO_LIB)   \\\n>                =
$(SP_LIB)      \\\n>                $(CRTM_LIB)    \\\n>               =
 $(ESMF_LIB)    \\\n>                $(NETCDF_LIB)  \\\n>              =
  $(SYS_LIB)\n65a72,74\n> #FC          =3D mpiifort -g -openmp -mkl=3Ds=
equential -align -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread=
 -ll\n> FC          =3D mpiifort -g -openmp -mkl=3Dsequential -align ar=
ray32byte # -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -lm\=
n> FPP         =3D -fpp\n70,86c79,91\n< FINCS       =3D $(ESMF_INC) -I$=
(NEMSIO_INC) $(NETCDF_INC)\n< \n< ifeq ($(DEBUG),on)\n<   TRAPS     =3D=
 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -che=
ck noarg_temp_created\n<   OPTS_NMM  =3D -O0\n<   OPTS_GFS  =3D -O0\n< =
  OPTS_GEN  =3D -O0\n<   OPTS_FIM  =3D -O0\n< else\n<   TRAPS     =3D\n=
<   OPTS_NMM  =3D -O2\n<   OPTS_GFS  =3D -O3\n<   OPTS_GEN  =3D -O2\n< =
  OPTS_FIM  =3D -O2\n< endif\n< \n< FFLAGS      =3D $(TRAPS) $(FINCS) -=
convert big_endian -assume byterecl -fp-model precise -xAVX\n---\n> FIN=
CS       =3D $(ESMF_INC) -I$(NEMSIO_INC) $(NETCDF_INCLUDE)\n> TRAPS    =
   =3D\n> #TRAPS       =3D -ftrapuv -check all -fp-stack-check\n> #TRAP=
S       =3D -ftrapuv -check bounds -check format -check output_conversi=
on -check pointers -check uninit -fp-stack-check\n> \n> FFLAGS      =3D=
 $(TRAPS) $(FINCS) -convert big_endian -assume byterecl -fp-model sourc=
e -xAVX\n> \n> OPTS_NMM    =3D -O2\n> #OPTS_GFS   =3D -O3 -g -traceback=
\n> #OPTS_GFS   =3D -O2\n> OPTS_GFS    =3D -O3\n> OPTS_GEN    =3D -O2\n=
> OPTS_FIM    =3D -O2\n94d98\n< FPP         =3D -fpp' !=3D '' ]]
++ [[ '' !=3D '' ]]
++ echo 'confirmed conf/configure.nems'
+confirmed conf/configure.nems
++ touch conf/externals.nems
++ copy_diff_files conf/modules.nems.Wcoss_ESMF_700_nmmb conf/modules.n=
ems
++ [[ ! -f conf/modules.nems ]]
 + set -x
-+ cp conf/configure.nems.Wcoss.intel_nmmb conf/configure.nems
 + cp conf/modules.nems.Wcoss_ESMF_700_nmmb conf/modules.nems
 confirmed ESMFVersionDefine.h
 NEMS/NMMB build on Wcoss using Intel and ESMF v7.0.0
@@ -33,8 +37,8 @@
 NOTE: GLOB MISMATCH: rebuild from rebuild:yes for use_nems_modules
 NOTE: GLOB MISMATCH: reuse from reuse:no for use_nems_modules
 NOTE: QUESTION use_nems_modules? YES: from default
-NOTE: Load /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/conf/mod=
ules.nems
-NOTE: Loaded /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/conf/m=
odules.nems
+NOTE: Load /nems/save/Samuel.Trahan/regtests/NEMS/src/conf/modules.nem=
s
+NOTE: Loaded /nems/save/Samuel.Trahan/regtests/NEMS/src/conf/modules.n=
ems
 Building (stadard mode) NMM...
 make: *** No targets specified and no makefile found.  Stop.
 make: *** No targets specified and no makefile found.  Stop.
@@ -47,41 +51,70 @@
 NOTE: Simple clean.
 + pwd
 cd atmos               && gmake clean
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos'
 cd share        && gmake clean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/share'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/share'
 rm -f libshare.a *.f90 *.o *.mod *.lst *.a lm map depend
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/share'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/share'
 cd gsm/gsmphys         && gmake clean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/gsmphys'
 rm -f libphys.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/gsmphys'
 cd nmm          && gmake clean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/nmm'
 Cleaning ...=20
=20
 (cd nmmbphys && make clean)
-make[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/nmm/nmmbphys'
 Cleaning nmmbphys ...=20
=20
 rm -f  libnmmbphys.a *.f90 *.o *.mod *.lst *.i depend
-make[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/=
NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regt=
ests/NEMS/src/atmos/nmm/nmmbphys'
 rm -f libnmm.a libnmm.a libnmmb.a *.f90 *.o *.mod *.lst depend
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/nmm'
 cd gsm       && gmake clean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm'
 cd libutil && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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=3D8 -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=3D8 -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=3D8 -DNEMS_GSM modul=
e_gfs_machine.F90 > module_gfs_machine.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_include_gfs.F90 > module_include_gfs.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_gfs_physcons.F90 > module_gfs_physcons.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_gfs_funcphys.F90 > module_gfs_funcphys.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_gfs_tropp.F90 > module_gfs_tropp.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DM_PARALLEL_GFS.F90 > module_DM_PARALLEL_GFS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_digital_filter_gfs.F90 > module_digital_filter_gfs.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_export_import_data.F90 > module_export_import_data.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_phy_cpl_comp_mod.F90 > gfs_dyn_phy_cpl_comp_mod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_gfs_mpi_def.F90 > module_gfs_mpi_def.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_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_phys=
cons.f90 module_gfs_funcphys.f90 module_gfs_tropp.f90 module_DM_PARALLE=
L_GFS.f90 module_digital_filter_gfs.f90 module_export_import_data.f90 g=
fs_dyn_phy_cpl_comp_mod.f90 module_gfs_mpi_def.f90 module_TIMERS.f90 > =
Srcfiles
+echo "." > Filepath
+../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
+rm -f Filepath Srcfiles
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/libutil'
 cd io && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/io'
+makefile:36: depend: No such file or directory
+ls -1 module_include_io.F90 module_io_mpi_def.F90 module_GFS_WRITE.F90=
 module_WRITE_INTERNAL_STATE_GFS.F90 module_GET_CONFIG_WRITE_GFS.F90 mo=
dule_WRITE_ROUTINES_GFS.F90 module_WRITE_GRID_COMP_GFS.F90 > Srcfiles
+echo "." > Filepath
+../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
+rm -f Filepath Srcfiles
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/io'
 rm -f libio.a *.f90 *.o *.mod *.lst lm map depend
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/io'
 cd dyn && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcon=
s.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physc=
ons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -120,10 +153,55 @@
 makefile:264: warning: ignoring old commands for target `gfs_dynamics_=
grid_comp_mod.o'
 ../../../conf/make.rules:8: warning: overriding commands for target `.=
f.f90'
 makefile:292: warning: ignoring old commands for target `.f.f90'
+makefile:363: depend: No such file or directory
+ls -1 num_parthds.f gfs_dynamics_err_msg_mod.f gfs_dynamics_namelist_m=
od.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_get=
cf_mod.f GFS_AddParameterToStateMod.f gfs_dynamics_initialize_mod.f gfs=
_dynamics_initialize_slg_mod.f gfs_dynamics_run_mod.f gfs_dynamics_fina=
lize_mod.f gfs_dynamics_add_get_state_ESMFField_mod.f gfs_dynamics_stat=
es_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_v=
ert_def.f gfs_dyn_io_header.f gfs_dyn_date_def.f slgshr.f pmgrid.f layo=
ut_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_mat=
rix_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 wrt=
out_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 r=
edist_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_del=
difs.f idea_deldifs_noq.f idea_getcoef.f input_fields.f input_fields_sl=
g.f input_fields_rst.f delnpe.f delnpo.f dezouv.f impadj_sig.locl.f imp=
adj_hyb.locl.f impadj_hyb.locl_gc.f impadj_hyb.locl_gcdp.f impadj_slg.l=
ocl.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 gfid=
i_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_t=
o_spect_slg.f grid_to_spect_rqt.f gridzz_to_spect.f spect_to_grid.f spe=
ct_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_gcd=
p.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_dyn=
amics_two_loop.f model_to_common_vars.f gather_times.f four_to_grid.f f=
our2fln_gg.f four2fln.f sortrx.f sumder2_slg_gg.f sumfln_slg_gg.f sumfl=
n.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 tr=
eadeo_nemsio.f treadeo_nemsio_slg.f treadg_nemsio.f treads_nemsio.f twr=
ites_rst.f twrites_hst.f twriteg_rst.f grid_to_spect_inp.f grid_to_spec=
t_inp_slg.f setsig.f spect_to_grid_inp.f  gfs_dyn_stoch_data_mod.f gfs_=
get_pattern_mod.f gfs_dyn_patterngenerator.f > Srcfiles
+echo "." > Filepath
+../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
+rm -f Filepath Srcfiles
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/dyn'
+makefile:299: warning: overriding commands for target `gfs_dyn_physcon=
s.o'
+makefile:264: warning: ignoring old commands for target `gfs_dyn_physc=
ons.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_modul=
e.o'
+makefile:311: warning: overriding commands for target `gfs_dynamics_er=
r_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_na=
melist_mod.o'
+makefile:264: warning: ignoring old commands for target `gfs_dynamics_=
namelist_mod.o'
+makefile:317: warning: overriding commands for target `gfs_dynamics_st=
art_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_gr=
id_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_ou=
tput.o'
+makefile:264: warning: ignoring old commands for target `gfs_dynamics_=
output.o'
+makefile:326: warning: overriding commands for target `gfs_dynamics_ge=
tcf_mod.o'
+makefile:264: warning: ignoring old commands for target `gfs_dynamics_=
getcf_mod.o'
+makefile:329: warning: overriding commands for target `gfs_dynamics_in=
ternal_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_AddParamete=
rToStateMod.o'
+makefile:264: warning: ignoring old commands for target `GFS_AddParame=
terToStateMod.o'
+makefile:335: warning: overriding commands for target `gfs_dynamics_ad=
d_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_st=
ates_mod.o'
+makefile:264: warning: ignoring old commands for target `gfs_dynamics_=
states_mod.o'
+makefile:341: warning: overriding commands for target `gfs_dynamics_in=
itialize_mod.o'
+makefile:264: warning: ignoring old commands for target `gfs_dynamics_=
initialize_mod.o'
+makefile:344: warning: overriding commands for target `gfs_dynamics_in=
itialize_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_ru=
n_mod.o'
+makefile:264: warning: ignoring old commands for target `gfs_dynamics_=
run_mod.o'
+makefile:350: warning: overriding commands for target `gfs_dynamics_fi=
nalize_mod.o'
+makefile:264: warning: ignoring old commands for target `gfs_dynamics_=
finalize_mod.o'
+makefile:353: warning: overriding commands for target `gfs_dynamics_gr=
id_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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_hy=
b_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_=
gc_h.o'
@@ -164,26 +242,73 @@
 makefile:114: warning: ignoring old commands for target `gfs_physics_e=
rr_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_shu=
ff_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 f=
ld_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_physic=
s_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 g=
fs_physics_aoi_var_mod.f gfs_physics_namelist_mod.f gfs_physics_start_t=
ime_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_initiali=
ze_mod.f gfs_physics_run_mod.f gfs_physics_finalize_mod.f gfs_physics_a=
dd_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_m=
odule.f mod_state.f nstio_module.f > Srcfiles
+echo "." > Filepath
+../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
+rm -f Filepath Srcfiles
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_hy=
b_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_hy=
b_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_n=
st.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_physic=
s.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_e=
rr_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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/phys'
 rm -f libgfs.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm'
 cd fim          && gmake clean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/fim'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/fim'
 rm -f libfimtop.a *.o *.mod *.f90 *.lst lm map depend
 (cd FIMsrc && ./makefim clean)
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/fim/FIMsrc'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/fim/FIMsrc'
 rm -f -rf ../FIMsrc_* macros.make
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/fim/FIMsrc'
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/fim'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/fim'
 cd gen          && gmake clean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gen'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gen'
 makefile:31: warning: overriding commands for target `module_GEN_INTER=
NAL_STATE.o'
 makefile:28: warning: ignoring old commands for target `module_GEN_INT=
ERNAL_STATE.o'
 rm -f libgen.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gen'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gen'
 cd post         && gmake clean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/post'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_routin=
es.o'
@@ -197,42 +322,42 @@
 makefile:45: warning: overriding commands for target `post_nmm_stub.o'
 makefile:42: warning: ignoring old commands for target `post_nmm_stub.=
o'
 rm -f libpost.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/post'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/post'
 rm -f libatmos.a *.f90 *.o *.mod *.lst depend
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos'
 cd ENS_Cpl             && gmake clean
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/ENS_Cpl'
 rm -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/ENS_Cpl'
 cd chem                && gmake clean GOCART_MODE=3Dfull
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem'
 cd gocart/src   && gmake -f GNUmakefile realclean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src'
-GNUmakefile:14: /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/che=
m/gocart/src/../Config/ESMA_base.mk: No such file or directory
-GNUmakefile:15: /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/che=
m/gocart/src/../Config/ESMA_arch.mk: No such file or directory
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Config/ESMA_arch.mk: No such file or directory
 gmake -C Config esma_install
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Config'
 GNUmakefile:35: - Node not know, disabling build environment check
 mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -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/Net=
CDF/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/se=
rial/include  -r8    -fPIC -fp-model source  -align dcommons fdp.f90
-/bin/mkdir -p /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/bin /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/=
src/chem/gocart/src/../Linux/lib /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLeg=
acy/NEMS/src/chem/gocart/src/../Linux/include \
-=09=09 /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/=
src/../Linux/etc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/che=
m/gocart/src/../Linux/doc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I =3D -I"              > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "LIB_SDF =3D /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/loca=
l/zlib-1.2.7/lib/libz.a" >> /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/N=
EMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../src/g5_modules /gpfs/tp1/ptmp/Tom.Black/trunk_NEMS=
Legacy/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endian=
test.pl OScheck.pl esma_timer.sh esma_tgraph.pl /gpfs/tp1/ptmp/Tom.Blac=
k/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/goc=
art/src/../src/Assert.pl /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS=
/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src=
/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /gpfs/tp1/ptmp/Tom.Black/trunk_NEMS=
Legacy/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
-./CVSTAG_install.pl /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src=
/chem/gocart/src/../Linux/etc
-./OScheck.pl -q -cp /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src=
/chem/gocart/src/../Linux/etc
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Config'
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src'
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src'
+/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/bin /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/include \
+=09=09 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../L=
inux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../=
Linux/doc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/..=
/Linux/Config
+/bin/cat ESMA_base.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I =3D -I"              > /nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "LIB_SDF =3D /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/loca=
l/zlib-1.2.7/lib/libz.a" >> /nems/save/Samuel.Trahan/regtests/NEMS/src/=
chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /nems/save/Samuel.Trahan/regtests/NEMS/sr=
c/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../src/g5_modules /nems/save/Samuel.Trahan/regtests/NEMS/src/=
chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.=
pl esma_timer.sh esma_tgraph.pl /nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/bin
+/bin/cp -f /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/=
../src/Assert.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/bin/Assert
+./install_fdp ./fdp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/etc
+./OScheck.pl -q -cp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/etc
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src'
 for d in Config GMAO_Shared Components Applications; \
 =09  do=09=09=09 \
 =09      echo Making esma_distclean in $d=09;\
@@ -242,141 +367,141 @@
 Making esma_distclean in Config
 site: Undefined variable.
 site: Undefined variable.
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Config'
 Making esma_distclean in GMAO_Shared
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]=20
 gmake -C mpi0 distclean
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 /bin/rm -f -r *~ *.[aoxd] *.mod *.pyf *.so r4 r8
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 /bin/rm -f -r *~ *.[aoxd] *.[Mm][Oo][Dd] r4 r8=20
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/GMAO_Shared/MAPL_Base
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/GMAO_Shared/Chem_Base
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] *.xx
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/GMAO_Shared/Chem_Shared
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared'
 Making esma_distclean in Components
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
 /bin/rm -f DU_ExportSpec___.h DU_GetPointer___.h DU_History___.rc DU_D=
eclarePointer___.h *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
 gmake local_esma_distclean
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 /bin/rm -f -f Tests/ExtData Tests/*_Registry.rc Tests/*_GridComp.rc=20
 /bin/rm -f -f *~ *.[aoxd] *.[Mm][Oo][Dd] *___.[fF]*=20
-gmake[5]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components'
 Making esma_distclean in Applications
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Applications'
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Applications'
-/bin/rm -f -r /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Config=20
-/bin/rm -f -r /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src'
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Config=20
+/bin/rm -f -r /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem'
 rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
 + make nmm_post
-+ tee /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/appBuilder.NEMS.log.16=
175
++ tee /nems/save/Samuel.Trahan/regtests/appBuilder.NEMS.log.28446
 + pwd
 cd atmos/share         && gmake=20
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/share'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/share'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_ERR_MSG.F90 > module_ERR_MSG.f90
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf=
4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara=
/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/inc=
lude -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/N=
etCDF/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=3D8 -DNEMS_GSM modul=
e_INCLUDE.F90 > module_INCLUDE.f90
@@ -387,16 +512,16 @@
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf=
4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara=
/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/inc=
lude -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/N=
etCDF/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=20
 ar: creating libshare.a
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/share'
 cd atmos/gsm/gsmphys          && gmake  gocart_stub
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_mode=
l.f gcm_shoc.f calpreciptype.f m_micro_driver.f gocart_tracer_config_st=
ub.f iounitdef.f ozne_def.f h2o_def.f progtm_module.f date_def.f rascnv=
v2.f mersenne_twister.f namelist_soilveg.f module_bfmicrophysics.f trac=
er_const_h.f gfs_phy_tracer_config.f rad_initialize.f radlw_param.f rad=
lw_datatb.f radlw_main.f radsw_param.f radsw_datatb.f radsw_main.f radi=
ation_astronomy.f radiation_aerosols.f radiation_gases.f radiation_clou=
ds.f radiation_surface.f grrad.f ozphys_2015.f ozphys.f ozinterp.f h2oi=
nterp.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 monin=
q.f moninedmf.f mfpbl.f gwdps.f gwdc.f rayleigh_damp.f rayleigh_damp_me=
sopause.f sascnv.f sascnvn.f mfdeepcnv.f cnvc90.f tridi2t3.f shalcv.f s=
halcv_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 gsmddri=
ve.f aer_cloud.f cldmacro.f cldwat2m_micro.f wv_saturation.f idea_compo=
sition.f co2hc.f idea_solar_heating.f idea_tracer.f h2oc.f h2ohdc.f efi=
eld.f ideaca.f idea_co2.f idea_h2o.f idea_ion.f idea_o2_o3.f idea_dissi=
pation.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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/gsmphys'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/gsmphys'
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -free -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=3D=
8 -DNEMS_GSM -r8 -c machine.f
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -free -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=3D=
8 -DNEMS_GSM -r8 -c wam_f107_kp_mod.f
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -free -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=3D=
8 -DNEMS_GSM -r8 -c physparam.f
@@ -507,199 +632,199 @@
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel 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 fun=
cphys.o cs_conv.o module_nst_parameters.o module_nst_water_prop.o modul=
e_nst_model.o gcm_shoc.o calpreciptype.o m_micro_driver.o idea_composit=
ion.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_dissipat=
ion.o idea_phys.o gocart_tracer_config_stub.o iounitdef.o ozne_def.o h2=
o_def.o progtm_module.o date_def.o rascnvv2.o mersenne_twister.o nameli=
st_soilveg.o module_bfmicrophysics.o tracer_const_h.o gfs_phy_tracer_co=
nfig.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_ae=
rosols.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 gbp=
hys.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 sf=
lx.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 m=
fdeepcnv.o cnvc90.o tridi2t3.o shalcv.o shalcv_opr.o shalcnv.o mfshalcn=
v.o lrgsclr.o gscond.o gscondp.o precpd.o precpdp.o precpd_shoc.o mstad=
b.o mstadbtn.o mstcnv.o get_prs.o gsmddrive.o aer_cloud.o cldmacro.o cl=
dwat2m_micro.o wv_saturation.o num_parthds.o nuopc_physics.o
 ar: creating libphys.a
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/gsmphys'
 cd atmos/nmm           && gmake=20
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/nmm'
 ls -1 ffsync.F90 module_ERROR_MSG.F90 module_BGRID_INTERP.F90 module_C=
LOCKTIMES.F90 module_CONTROL.F90 module_CONVECTION.F90 module_DERIVED_T=
YPES.F90 module_DIAGNOSE.F90 module_DIGITAL_FILTER_NMM.F90 module_DM_PA=
RALLEL.F90 module_DOMAIN_GRID_COMP.F90 module_DOMAIN_INTERNAL_STATE.F90=
 module_DYNAMICS_ROUTINES.F90 module_EXCHANGE.F90 module_FLTBNDS.F90 mo=
dule_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_M=
ICROPHYSICS.F90 module_MY_DOMAIN_SPECS.F90 module_NESTING.F90 module_NM=
M_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 modul=
e_QUASIPOST.F90 module_TRACKER.F90 module_SOLVER_GRID_COMP.F90 module_S=
OLVER_INTERNAL_STATE.F90 module_TIMESERIES.F90 module_TURBULENCE.F90 mo=
dule_VARS.F90 module_VARS_STATE.F90 module_WRITE_GRID_COMP.F90 module_W=
RITE_INTERNAL_STATE.F90 module_WRITE_ROUTINES.F90 n_namelist_physics_de=
f.f n_layout1.f n_resol_def.f n_compns_physics.f n_mpi_def.f n_module_g=
fs_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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/nmm'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/nmm'
 gmake -C nmmbphys=20
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/nmm/nmmbphys'
 ls -1 module_KINDS.F90 module_CONSTANTS.F90 module_BL_GFSPBL.F90 modul=
e_BL_GFSPBLHUR.F90 module_BL_GFSPBLEDMFHUR.F90 module_BL_MYJPBL.F90 mod=
ule_CU_BMJ.F90 module_CU_SAS.F90 module_CU_SASHUR.F90 module_CU_SCALE.F=
90 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 radiat=
ion_astronomy_nmmb.f radiation_aerosols_nmmb.f radiation_gases_nmmb.f r=
adiation_clouds_nmmb.f radiation_surface_nmmb.f rad_initialize_nmmb.f r=
adlw_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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/nmm/nmmbphys'
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/nmm/nmmbphys'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_KINDS.F90 > module_KINDS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/atmos/gsm/gsmphys -c module_KINDS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/atmos/gsm/gsmphys -c module_KINDS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CONSTANTS.F90 > module_CONSTANTS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/atmos/gsm/gsmphys -c module_CONSTANTS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/atmos/gsm/gsmphys -c module_CONSTANTS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_BL_GFSPBL.F90 > module_BL_GFSPBL.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/atmos/gsm/gsmphys -c module_BL_GFSPBL.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/atmos/gsm/gsmphys -c module_BL_GFSPBL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_BL_GFSPBLHUR.F90 > module_BL_GFSPBLHUR.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/atmos/gsm/gsmphys -c module_BL_GFSPBLHUR.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/atmos/gsm/gsmphys -c module_BL_GFSPBLHUR.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_BL_GFSPBLEDMFHUR.F90 > module_BL_GFSPBLEDMFHUR.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/atmos/gsm/gsmphys -c module_BL_GFSPBLEDMFHUR.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/atmos/gsm/gsmphys -c module_BL_GFSPBLEDMFHUR.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_BL_MYJPBL.F90 > module_BL_MYJPBL.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/atmos/gsm/gsmphys -c module_BL_MYJPBL.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/atmos/gsm/gsmphys -c module_BL_MYJPBL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CU_BMJ.F90 > module_CU_BMJ.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/atmos/gsm/gsmphys -c module_CU_BMJ.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/atmos/gsm/gsmphys -c module_CU_BMJ.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CU_SAS.F90 > module_CU_SAS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/atmos/gsm/gsmphys -c module_CU_SAS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/atmos/gsm/gsmphys -c module_CU_SAS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CU_SASHUR.F90 > module_CU_SASHUR.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/atmos/gsm/gsmphys -c module_CU_SASHUR.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/atmos/gsm/gsmphys -c module_CU_SASHUR.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CU_SCALE.F90 > module_CU_SCALE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/atmos/gsm/gsmphys -c module_CU_SCALE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/atmos/gsm/gsmphys -c module_CU_SCALE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_LS_LISS.F90 > module_LS_LISS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/atmos/gsm/gsmphys -c module_LS_LISS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/atmos/gsm/gsmphys -c module_LS_LISS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_LS_NOAHLSM.F90 > module_LS_NOAHLSM.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_SF_URBAN.F90 > module_SF_URBAN.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/atmos/gsm/gsmphys -c module_SF_URBAN.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/atmos/gsm/gsmphys -c module_LS_NOAHLSM.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/atmos/gsm/gsmphys -c module_SF_URBAN.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/atmos/gsm/gsmphys -c module_LS_NOAHLSM.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_MP_ETANEW.F90 > module_MP_ETANEW.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/atmos/gsm/gsmphys -c module_MP_ETANEW.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/atmos/gsm/gsmphys -c module_MP_ETANEW.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_MP_FER_HIRES.F90 > module_MP_FER_HIRES.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/atmos/gsm/gsmphys -c module_MP_FER_HIRES.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/atmos/gsm/gsmphys -c module_MP_FER_HIRES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_mp_thompson.F90 > module_mp_thompson.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_mp_radar.F90 > module_mp_radar.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/atmos/gsm/gsmphys -c module_mp_radar.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/atmos/gsm/gsmphys -c module_mp_thompson.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/atmos/gsm/gsmphys -c module_mp_radar.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/atmos/gsm/gsmphys -c module_mp_thompson.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_MP_GFS.F90 > module_MP_GFS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/atmos/gsm/gsmphys -c module_MP_GFS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/atmos/gsm/gsmphys -c module_MP_GFS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_MP_WSM6.F90 > module_MP_WSM6.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/atmos/gsm/gsmphys -c module_MP_WSM6.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/atmos/gsm/gsmphys -c module_MP_WSM6.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_RA_GFDL.F90 > module_RA_GFDL.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/atmos/gsm/gsmphys -c module_RA_GFDL.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/atmos/gsm/gsmphys -c module_RA_GFDL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_RA_RRTM.F90 > module_RA_RRTM.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.=
0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/em=
c.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/=
serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/us=
rx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl=
 -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk=
_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D=
8 -DNEMS_GSM -r8 -c radiation_astronomy_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.=
0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/em=
c.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/=
serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/us=
rx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl=
 -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk=
_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D=
8 -DNEMS_GSM -r8 -c radiation_surface_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.=
0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/em=
c.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/=
serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/us=
rx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl=
 -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk=
_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D=
8 -DNEMS_GSM -r8 -c radiation_gases_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.=
0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/em=
c.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/=
serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/us=
rx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl=
 -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk=
_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D=
8 -DNEMS_GSM -r8 -c radsw_main_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.=
0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/em=
c.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/=
serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/us=
rx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl=
 -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk=
_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D=
8 -DNEMS_GSM -r8 -c radiation_aerosols_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.=
0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/em=
c.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/=
serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/us=
rx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl=
 -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk=
_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D=
8 -DNEMS_GSM -r8 -c radiation_clouds_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.=
0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/em=
c.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/=
serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/us=
rx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl=
 -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk=
_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D=
8 -DNEMS_GSM -r8 -c radlw_main_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.=
0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/em=
c.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/=
serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/us=
rx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl=
 -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk=
_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D=
8 -DNEMS_GSM -r8 -c grrad_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/atmos/gsm/gsmphys -c module_RA_RRTM.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.=
0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/em=
c.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/=
serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/us=
rx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl=
 -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regte=
sts/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS=
_GSM -r8 -c radiation_astronomy_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.=
0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/em=
c.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/=
serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/us=
rx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl=
 -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regte=
sts/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS=
_GSM -r8 -c radiation_surface_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.=
0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/em=
c.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/=
serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/us=
rx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl=
 -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regte=
sts/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS=
_GSM -r8 -c radiation_gases_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.=
0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/em=
c.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/=
serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/us=
rx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl=
 -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regte=
sts/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS=
_GSM -r8 -c radsw_main_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.=
0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/em=
c.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/=
serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/us=
rx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl=
 -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regte=
sts/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS=
_GSM -r8 -c radiation_aerosols_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.=
0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/em=
c.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/=
serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/us=
rx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl=
 -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regte=
sts/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS=
_GSM -r8 -c radiation_clouds_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.=
0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/em=
c.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/=
serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/us=
rx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl=
 -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regte=
sts/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS=
_GSM -r8 -c radlw_main_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.=
0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/em=
c.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/=
serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/us=
rx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl=
 -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regte=
sts/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS=
_GSM -r8 -c grrad_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/atmos/gsm/gsmphys -c module_RA_RRTM.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_SF_JSFC.F90 > module_SF_JSFC.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/atmos/gsm/gsmphys -c module_SF_JSFC.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/atmos/gsm/gsmphys -c module_SF_JSFC.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_SF_GFDL.F90 > module_SF_GFDL.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/atmos/gsm/gsmphys -c module_SF_GFDL.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.=
0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/em=
c.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/=
serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/us=
rx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl=
 -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk=
_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D=
8 -DNEMS_GSM -r8 -c rad_initialize_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.=
0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/em=
c.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/=
serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/us=
rx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl=
 -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/Tom.Black/trunk=
_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D=
8 -DNEMS_GSM -r8 -c precpd_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/atmos/gsm/gsmphys -c module_SF_GFDL.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.=
0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/em=
c.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/=
serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/us=
rx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl=
 -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regte=
sts/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS=
_GSM -r8 -c rad_initialize_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.=
0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/em=
c.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/=
serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/us=
rx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl=
 -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regte=
sts/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=3D8 -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 m=
odule_CU_BMJ.o module_CU_SAS.o module_CU_SASHUR.o module_CU_SCALE.o mod=
ule_LS_LISS.o module_LS_NOAHLSM.o module_MP_ETANEW.o module_MP_FER_HIRE=
S.o module_mp_thompson.o module_mp_radar.o module_MP_GFS.o module_MP_WS=
M6.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_a=
erosols_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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/nmm/nmmbphys'
 gmake libnmm.a=20
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/nmm'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ffsyn=
c.F90 > ffsync.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c ffsync.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c ffsync.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_ERROR_MSG.F90 > module_ERROR_MSG.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_ERROR_MSG.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_ERROR_MSG.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_BGRID_INTERP.F90 > module_BGRID_INTERP.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_BGRID_INTERP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_BGRID_INTERP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CLOCKTIMES.F90 > module_CLOCKTIMES.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_CLOCKTIMES.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_CLOCKTIMES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CONTROL.F90 > module_CONTROL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_EXCHANGE.F90 > module_EXCHANGE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_MY_DOMAIN_SPECS.F90 > module_MY_DOMAIN_SPECS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_MY_DOMAIN_SPECS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_EXCHANGE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_MY_DOMAIN_SPECS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_EXCHANGE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DERIVED_TYPES.F90 > module_DERIVED_TYPES.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DERIVED_TYPES.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_CONTROL.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_DERIVED_TYPES.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_CONTROL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CONVECTION.F90 > module_CONVECTION.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_CONVECTION.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_CONVECTION.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DIAGNOSE.F90 > module_DIAGNOSE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_SOLVER_INTERNAL_STATE.F90 > module_SOLVER_INTERNAL_STATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_MICROPHYSICS.F90 > module_MICROPHYSICS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_MICROPHYSICS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_MICROPHYSICS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_VARS.F90 > module_VARS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_VARS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_SOLVER_INTERNAL_STAT=
E.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DIAGNOSE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_VARS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_SOLVER_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_DIAGNOSE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DIGITAL_FILTER_NMM.F90 > module_DIGITAL_FILTER_NMM.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DIGITAL_FILTER_NMM.f=
90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_DIGITAL_FILTER_NMM.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DM_PARALLEL.F90 > module_DM_PARALLEL.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DM_PARALLEL.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_DM_PARALLEL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DOMAIN_GRID_COMP.F90 > module_DOMAIN_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_SOLVER_GRID_COMP.F90 > module_SOLVER_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DYNAMICS_ROUTINES.F90 > module_DYNAMICS_ROUTINES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_FLTBNDS.F90 > module_FLTBNDS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_FLTBNDS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DYNAMICS_ROUTINES.f9=
0
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_FLTBNDS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_DYNAMICS_ROUTINES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_TURBULENCE.F90 > module_TURBULENCE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GWD.F90 > module_GWD.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_GWD.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_TURBULENCE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3 -fixed  -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk=
_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_namelist_physics=
_def.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_GWD.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_TURBULENCE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3 -fixed  -I../share -I/nems/save/Samuel.Trahan/regte=
sts/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_namelist_physics_def.f
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_INIT_READ_NEMSIO.F90 > module_INIT_READ_NEMSIO.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_INIT_READ_NEMSIO.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_INIT_READ_NEMSIO.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_TRACKER.F90 > module_TRACKER.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_RELAX4E.F90 > module_RELAX4E.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_RELAX4E.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_RELAX4E.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_REDUCTION.F90 > module_REDUCTION.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_REDUCTION.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_TRACKER.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_REDUCTION.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_TRACKER.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_RADIATION.F90 > module_RADIATION.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_RADIATION.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_RADIATION.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GET_CONFIG.F90 > module_GET_CONFIG.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_GET_CONFIG.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_GET_CONFIG.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_QUASIPOST.F90 > module_QUASIPOST.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_QUASIPOST.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3 -fixed  -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk=
_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_layout1.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_QUASIPOST.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3 -fixed  -I../share -I/nems/save/Samuel.Trahan/regte=
sts/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_layout1.f
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_VARS_STATE.F90 > module_VARS_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_VARS_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3 -fixed  -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk=
_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_resol_def.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_VARS_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3 -fixed  -I../share -I/nems/save/Samuel.Trahan/regte=
sts/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_resol_def.f
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_NESTING.F90 > module_NESTING.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NESTING.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_NESTING.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_H_TO_V.F90 > module_H_TO_V.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_H_TO_V.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_H_TO_V.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_INIT_READ_BIN.F90 > module_INIT_READ_BIN.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_INIT_READ_BIN.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_INIT_READ_BIN.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_PRECIP_ADJUST.F90 > module_PRECIP_ADJUST.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_PRECIP_ADJUST.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_SOLVER_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_PRECIP_ADJUST.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_SOLVER_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DOMAIN_INTERNAL_STATE.F90 > module_DOMAIN_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DOMAIN_INTERNAL_STAT=
E.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_DOMAIN_INTERNAL_STATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_WRITE_GRID_COMP.F90 > module_WRITE_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_WRITE_ROUTINES.F90 > module_WRITE_ROUTINES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_WRITE_INTERNAL_STATE.F90 > module_WRITE_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_WRITE_INTERNAL_STATE=
.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_WRITE_ROUTINES.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_WRITE_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_WRITE_ROUTINES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GET_CONFIG_WRITE.F90 > module_GET_CONFIG_WRITE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_GET_CONFIG_WRITE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_WRITE_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_GET_CONFIG_WRITE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_WRITE_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_OUTPUT.F90 > module_OUTPUT.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_OUTPUT.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DOMAIN_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_OUTPUT.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_DOMAIN_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_NMM_GRID_COMP.F90 > module_NMM_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_NMM_INTEGRATE.F90 > module_NMM_INTEGRATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_TIMESERIES.F90 > module_TIMESERIES.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_TIMESERIES.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_TIMESERIES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_PARENT_CHILD_CPL_COMP.F90 > module_PARENT_CHILD_CPL_COMP.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_PARENT_CHILD_CPL_COM=
P.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_INTEGRATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_PARENT_CHILD_CPL_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_INTEGRATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_NMM_INTERNAL_STATE.F90 > module_NMM_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_INTERNAL_STATE.f=
90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_GRID_COMP.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3 -fixed  -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk=
_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_module_gfs_mpi_d=
ef.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3 -fixed  -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk=
_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_mpi_def.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3 -fixed  -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk=
_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_compns_physics.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3 -fixed  -I../share -I/gpfs/tp1/ptmp/Tom.Black/trunk=
_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_mpi_quit.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3 -fixed  -I../share -I/nems/save/Samuel.Trahan/regte=
sts/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_module_gfs_mpi_def.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3 -fixed  -I../share -I/nems/save/Samuel.Trahan/regte=
sts/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_mpi_def.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3 -fixed  -I../share -I/nems/save/Samuel.Trahan/regte=
sts/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_compns_physics.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3 -fixed  -I../share -I/nems/save/Samuel.Trahan/regte=
sts/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 modul=
e_CLOCKTIMES.o module_CONTROL.o module_CONVECTION.o module_DERIVED_TYPE=
S.o module_DIAGNOSE.o module_DIGITAL_FILTER_NMM.o module_DM_PARALLEL.o =
module_DOMAIN_GRID_COMP.o module_DOMAIN_INTERNAL_STATE.o module_DYNAMIC=
S_ROUTINES.o module_EXCHANGE.o module_FLTBNDS.o module_GET_CONFIG.o mod=
ule_GET_CONFIG_WRITE.o module_GWD.o module_H_TO_V.o module_INIT_READ_BI=
N.o module_INIT_READ_NEMSIO.o module_MICROPHYSICS.o module_MY_DOMAIN_SP=
ECS.o module_NESTING.o module_NMM_GRID_COMP.o module_NMM_INTEGRATE.o mo=
dule_NMM_INTERNAL_STATE.o module_OUTPUT.o module_PARENT_CHILD_CPL_COMP.=
o module_PRECIP_ADJUST.o module_RADIATION.o module_RELAX4E.o module_RED=
UCTION.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_la=
yout1.o n_resol_def.o n_compns_physics.o n_mpi_def.o n_module_gfs_mpi_d=
ef.o n_mpi_quit.o nmmbphys/grrad_nmmb.o nmmbphys/module_BL_GFSPBLEDMFHU=
R.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/m=
odule_LS_NOAHLSM.o nmmbphys/module_MP_ETANEW.o nmmbphys/module_MP_FER_H=
IRES.o nmmbphys/module_MP_GFS.o nmmbphys/module_mp_radar.o nmmbphys/mod=
ule_mp_thompson.o nmmbphys/module_MP_WSM6.o nmmbphys/module_RA_GFDL.o n=
mmbphys/module_RA_RRTM.o nmmbphys/module_SF_GFDL.o nmmbphys/module_SF_J=
SFC.o nmmbphys/module_SF_URBAN.o nmmbphys/precpd_nmmb.o nmmbphys/radiat=
ion_aerosols_nmmb.o nmmbphys/radiation_astronomy_nmmb.o nmmbphys/radiat=
ion_clouds_nmmb.o nmmbphys/radiation_gases_nmmb.o nmmbphys/radiation_su=
rface_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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/nmm'
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/nmm'
 cd atmos/gsm           && gmake stub
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_G=
FS_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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GFS_GRID_COMP_stub.F90 > module_GFS_GRID_COMP_stub.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -free -I../share -Iio -Ilibutil -I/gpfs/tp1/ptmp/Tom=
.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_GFS_GRID_C=
OMP_stub.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -free -I../share -Iio -Ilibutil -I/nems/save/Samuel.=
Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_GFS_GRID_COMP_stub=
.f90
 ar -r libgfs.a module_GFS_GRID_COMP_stub.o
 ar: creating libgfs.a
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm'
 cd atmos/gen           && gmake stub
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gen'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gen'
 makefile:31: warning: overriding commands for target `module_GEN_INTER=
NAL_STATE.o'
 makefile:28: warning: ignoring old commands for target `module_GEN_INT=
ERNAL_STATE.o'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GEN_INTERNAL_STATE.F90 > module_GEN_INTERNAL_STATE.f90
@@ -708,23 +833,23 @@
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel 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=
=20
 ar: creating libgen.a
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gen'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gen'
 cd atmos/fim           && gmake stub
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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.F9=
0 module_DYNAMICS_GRID_COMP.F90 module_DYN_PHY_CPL_COMP.F90 module_PHYS=
ICS_GRID_COMP.F90 > Srcfiles
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/fim'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/fim'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM fim_g=
rid_comp_stub.F90 > fim_grid_comp_stub.f90
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel 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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/fim'
 cd atmos/post          && gmake  gfs_stub
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_routin=
es.o'
@@ -742,8 +867,8 @@
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/post'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_routin=
es.o'
@@ -764,25 +889,25 @@
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O3  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX -free  -I../share -I../io -I/global/save/Shrinivas.M=
oorthi/nceppost_moorthi/sorc/ncep_post.fd/incmod/post_4 -c post_nems_ro=
utines.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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/post'
 cd atmos               && gmake=20
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos'
 makefile:40: depend: No such file or directory
 ls -1 module_ATM_INTERNAL_STATE.F90 module_ATM_GRID_COMP.F90 > Srcfile=
s
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_ATM_INTERNAL_STATE.F90 > module_ATM_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf=
4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara=
/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/inc=
lude -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/N=
etCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model=
 precise -xAVX -Ishare -Inmm -Igsm -Ifim -I/gpfs/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Igen -c module_ATM_INTERNAL_S=
TATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf=
4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara=
/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/inc=
lude -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/N=
etCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model=
 precise -xAVX -Ishare -Inmm -Igsm -Ifim -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/gsmphys -Igen -c module_ATM_INTERNAL_STATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_ATM_GRID_COMP.F90 > module_ATM_GRID_COMP.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf=
4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara=
/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/inc=
lude -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/N=
etCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model=
 precise -xAVX -Ishare -Inmm -Igsm -Ifim -I/gpfs/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Igen -c module_ATM_GRID_COMP.=
f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf=
4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara=
/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/inc=
lude -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/N=
etCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model=
 precise -xAVX -Ishare -Inmm -Igsm -Ifim -I/nems/save/Samuel.Trahan/reg=
tests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos'
 cd ENS_Cpl             && gmake stub
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/ENS_Cpl'
 makefile:124: depend: No such file or directory
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM Lib_E=
SMFStateAddGetMod.f > Lib_ESMFStateAddGetMod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM machi=
ne.f > machine.f90
@@ -805,38 +930,38 @@
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/ENS_Cpl'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/ENS_Cpl'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ENS_C=
plComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf=
4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara=
/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/inc=
lude -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/N=
etCDF/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/ENS_Cpl'
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 06:41:04 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf=
4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara=
/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/inc=
lude -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/N=
etCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model=
 precise -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS=
/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iat=
mos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_m=
ethods.f90
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 06:06:02 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' module_MEDIATOR_methods.F90 > module_MEDIATOR=
_methods.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf=
4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara=
/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/inc=
lude -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/N=
etCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model=
 precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim =
-Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_methods.f90
 rm module_MEDIATOR_methods.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 06:41:04 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' module_MEDIATOR.F90 > module_MEDIATOR.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf=
4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara=
/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/inc=
lude -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/N=
etCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model=
 precise -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS=
/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iat=
mos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR.f=
90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 06:06:02 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' module_MEDIATOR.F90 > module_MEDIATOR.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf=
4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara=
/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/inc=
lude -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/N=
etCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model=
 precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim =
-Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR.f90
 rm module_MEDIATOR.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 06:41:04 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeathe=
r.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf=
4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara=
/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/inc=
lude -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/N=
etCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model=
 precise -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS=
/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iat=
mos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_S=
paceWeather.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 06:06:02 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' module_MEDIATOR_SpaceWeather.F90 > module_MED=
IATOR_SpaceWeather.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf=
4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara=
/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/inc=
lude -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/N=
etCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model=
 precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim =
-Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_SpaceWeather.f90
 rm module_MEDIATOR_SpaceWeather.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 06:41:04 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.=
f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf=
4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara=
/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/inc=
lude -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/N=
etCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model=
 precise -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS=
/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iat=
mos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_EARTH_INTE=
RNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 06:06:02 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' module_EARTH_INTERNAL_STATE.F90 > module_EART=
H_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf=
4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara=
/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/inc=
lude -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/N=
etCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model=
 precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim =
-Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -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=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 06:41:04 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf=
4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara=
/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/inc=
lude -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/N=
etCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model=
 precise -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS=
/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iat=
mos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_EARTH_GRID=
_COMP.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 06:06:02 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' module_EARTH_GRID_COMP.F90 > module_EARTH_GRI=
D_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf=
4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara=
/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/inc=
lude -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/N=
etCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model=
 precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim =
-Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -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=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 06:41:04 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.f9=
0
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf=
4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara=
/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/inc=
lude -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/N=
etCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model=
 precise -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS=
/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iat=
mos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_INTER=
NAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 06:06:02 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' module_NEMS_INTERNAL_STATE.F90 > module_NEMS_=
INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf=
4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara=
/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/inc=
lude -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/N=
etCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model=
 precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim =
-Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -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=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 06:41:04 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf=
4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara=
/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/inc=
lude -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/N=
etCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model=
 precise -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS=
/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iat=
mos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_GRID_=
COMP.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 06:06:02 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_=
COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf=
4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara=
/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/inc=
lude -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/N=
etCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model=
 precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim =
-Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -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=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 06:41:04 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' MAIN_NEMS.F90 > MAIN_NEMS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf=
4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara=
/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/inc=
lude -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/N=
etCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model=
 precise -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS=
/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iat=
mos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c MAIN_NEMS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 06:06:02 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' MAIN_NEMS.F90 > MAIN_NEMS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf=
4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara=
/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/inc=
lude -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/N=
etCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model=
 precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim =
-Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I. -Iatmos/gen -Iatmos/share  -c MAIN_NEMS.f90
 rm MAIN_NEMS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX  -o ../exe/NEMS.x MAIN_NEMS.o module_MEDIATOR_method=
s.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTER=
NAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o modul=
e_NEMS_GRID_COMP.o  atmos/libatmos.a atmos/nmm/libnmm.a atmos/gsm/libgf=
s.a atmos/fim/libfimtop.a atmos/gen/libgen.a /gpfs/tp1/ptmp/Tom.Black/t=
runk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys/libphys.a atmos/share/libsha=
re.a atmos/post/libpost.a  ENS_Cpl/ENS_Cpl.a -L/global/save/Shrinivas.M=
oorthi/nceppost_moorthi/sorc/ncep_post.fd -lnceppost /nwprod2/lib/nemsi=
o/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 /nwprod=
2/lib/jasper/v1.900.1/libjasper_v1.900.1.a /nwprod2/lib/png/v1.2.44/lib=
png.a /nwprod2/lib/z/v1.2.6/libz_v1.2.6.a /nwprod2/lib/bacio/v2.0.2/lib=
bacio_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.cli=
mpara/Patrick/ESMFv7.0.0_netcdf4/lib/libO/Linux.intel.64.intelmpi.defau=
lt -L/usrx/local/NetCDF/4.2/serial/lib -L/opt/ibmhpc/pe13010/mpich2/int=
el/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/comp=
iler/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/int=
el/14.0.1/composerxe/tbb/lib/intel64/gcc4.4 -L/gpfs/tp1/usrx/local/inte=
l/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/../../../../li=
b64/ -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,-rp=
ath,/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/lib/libO/Linu=
x.intel.64.intelmpi.default  -Wl,-rpath,/usrx/local/NetCDF/4.2/serial/l=
ib -lesmf  -ldl -lirc -lpthread -lrt -limf -lsvml -lirng -lm -lipgo -ld=
ecimal -liomp5 -lcilkrts -lstdc++ -lgcc -lgcc_s -lirc -lpthread -lsvml =
-lgcc -lgcc_s -lirc_s -ldl -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/N=
etCDF/4.2/serial/lib -lnetcdf -lnetcdff -L/usrx/local/HDF5/1.8.9/serial=
/lib -lhdf5 -lhdf5_fortran=20
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_ne=
tcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial=
/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/loc=
al/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-m=
odel precise -xAVX  -o ../exe/NEMS.x MAIN_NEMS.o module_MEDIATOR_method=
s.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTER=
NAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o modul=
e_NEMS_GRID_COMP.o  atmos/libatmos.a atmos/nmm/libnmm.a atmos/gsm/libgf=
s.a atmos/fim/libfimtop.a atmos/gen/libgen.a /nems/save/Samuel.Trahan/r=
egtests/NEMS/src/atmos/gsm/gsmphys/libphys.a atmos/share/libshare.a atm=
os/post/libpost.a  ENS_Cpl/ENS_Cpl.a -L/global/save/Shrinivas.Moorthi/n=
ceppost_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 /nwpr=
od2/lib/w3emc/v2.2.0/libw3emc_v2.2.0_4.a /nwprod2/lib/g2tmpl/v1.4.0/lib=
g2tmpl_v1.4.0.a /nwprod2/lib/g2/v2.5.0/libg2_v2.5.0_4.a /nwprod2/lib/ja=
sper/v1.900.1/libjasper_v1.900.1.a /nwprod2/lib/png/v1.2.44/libpng.a /n=
wprod2/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/sfc=
io/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/Pa=
trick/ESMFv7.0.0_netcdf4/lib/libO/Linux.intel.64.intelmpi.default -L/us=
rx/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/int=
el64 -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/inte=
l64/ -L/usrx/local/intel/14.0.1/composerxe/ipp/lib/intel64/ -L/usrx/loc=
al/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,/cli=
mate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/lib/libO/Linux.intel.=
64.intelmpi.default  -Wl,-rpath,/usrx/local/NetCDF/4.2/serial/lib -lesm=
f  -ldl -lirc -lpthread -lrt -limf -lsvml -lirng -lm -lipgo -ldecimal -=
liomp5 -lcilkrts -lstdc++ -lgcc -lgcc_s -lirc -lpthread -lsvml -lgcc -l=
gcc_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 -lh=
df5 -lhdf5_fortran=20
 /nwprod2/lib/jasper/v1.900.1/libjasper_v1.900.1.a(jas_stream.o): In fu=
nction `jas_stream_tmpfile':
 /nwprod/lib/sorc/jasper-1.900.1/src/libjasper/base/jas_stream.c:368: w=
arning: the use of `tmpnam' is dangerous, better use `mkstemp'
 ../exe/NEMS.x is created for NMM core.
@@ -856,7 +981,7 @@
 NOTE: App names: GSM.appBuilder GSM-GOCART.appBuilder NMM.appBuilder N=
MM-DEBUG.appBuilder NMM-POST.appBuilder wrong.appBuilder
 NOTE: APP from autoapp is NMM-DEBUG
 NOTE: Chosen app is NMM-DEBUG
-NOTE: FOUND APP FROM /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NMM-DEB=
UG.appBuilder COMPONENTS NMM
+NOTE: FOUND APP FROM /nems/save/Samuel.Trahan/regtests/NMM-DEBUG.appBu=
ilder COMPONENTS NMM
 Ignoring command: $tool --backtitle NEMS Application Builder --title I=
nfo --infobox Determine platform... 6 25
 NOTE: Determine platform...wcoss
 NOTE: CONFOPT=3Dnmmb_intel_wcoss MAKEOPT=3Dnmm DEBUG=3Don
@@ -879,8 +1004,8 @@
 NOTE: GLOB MISMATCH: rebuild from rebuild:yes for use_nems_modules
 NOTE: GLOB MISMATCH: reuse from reuse:no for use_nems_modules
 NOTE: QUESTION use_nems_modules? YES: from default
-NOTE: Load /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/conf/mod=
ules.nems
-NOTE: Loaded /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/conf/m=
odules.nems
+NOTE: Load /nems/save/Samuel.Trahan/regtests/NEMS/src/conf/modules.nem=
s
+NOTE: Loaded /nems/save/Samuel.Trahan/regtests/NEMS/src/conf/modules.n=
ems
 Building (stadard mode) NMM...
 make: *** No targets specified and no makefile found.  Stop.
 make: *** No targets specified and no makefile found.  Stop.
@@ -893,31 +1018,31 @@
 NOTE: Simple clean.
 + pwd
 cd atmos               && gmake clean
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos'
 cd share        && gmake clean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/share'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/share'
 rm -f libshare.a *.f90 *.o *.mod *.lst *.a lm map depend
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/share'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/share'
 cd gsm/gsmphys         && gmake clean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/gsmphys'
 rm -f libphys.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/gsmphys'
 cd nmm          && gmake clean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/nmm'
 Cleaning ...=20
=20
 (cd nmmbphys && make clean)
-make[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/nmm/nmmbphys'
 Cleaning nmmbphys ...=20
=20
 rm -f  libnmmbphys.a *.f90 *.o *.mod *.lst *.i depend
-make[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/=
NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regt=
ests/NEMS/src/atmos/nmm/nmmbphys'
 rm -f libnmm.a libnmm.a libnmmb.a *.f90 *.o *.mod *.lst depend
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/nmm'
 cd gsm       && gmake clean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm'
 cd libutil && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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
@@ -938,25 +1063,25 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/libutil'
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/libutil'
 cd io && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/io'
 makefile:36: depend: No such file or directory
 ls -1 module_include_io.F90 module_io_mpi_def.F90 module_GFS_WRITE.F90=
 module_WRITE_INTERNAL_STATE_GFS.F90 module_GET_CONFIG_WRITE_GFS.F90 mo=
dule_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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/io'
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/io'
 rm -f libio.a *.f90 *.o *.mod *.lst lm map depend
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/io'
 cd dyn && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcon=
s.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physc=
ons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -1000,8 +1125,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/dyn'
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcon=
s.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physc=
ons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -1041,9 +1166,9 @@
 ../../../conf/make.rules:8: warning: overriding commands for target `.=
f.f90'
 makefile:292: warning: ignoring old commands for target `.f.f90'
 rm -f gfs_dynamics.a *.o *.mod *.lst *.f90 lm map depend
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_hy=
b_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_=
gc_h.o'
@@ -1089,8 +1214,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/phys'
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_hy=
b_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_=
gc_h.o'
@@ -1132,25 +1257,25 @@
 ../../../conf/make.rules:8: warning: overriding commands for target `.=
f.f90'
 makefile:107: warning: ignoring old commands for target `.f.f90'
 rm -f gfs_physics.a *.o *.mod *.lst *.f90 lm map depend
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/phys'
 rm -f libgfs.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm'
 cd fim          && gmake clean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/fim'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/fim'
 rm -f libfimtop.a *.o *.mod *.f90 *.lst lm map depend
 (cd FIMsrc && ./makefim clean)
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/fim/FIMsrc'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/fim/FIMsrc'
 rm -f -rf ../FIMsrc_* macros.make
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/fim/FIMsrc'
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/fim'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/fim'
 cd gen          && gmake clean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gen'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gen'
 makefile:31: warning: overriding commands for target `module_GEN_INTER=
NAL_STATE.o'
 makefile:28: warning: ignoring old commands for target `module_GEN_INT=
ERNAL_STATE.o'
 rm -f libgen.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gen'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gen'
 cd post         && gmake clean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/post'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_routin=
es.o'
@@ -1164,42 +1289,42 @@
 makefile:45: warning: overriding commands for target `post_nmm_stub.o'
 makefile:42: warning: ignoring old commands for target `post_nmm_stub.=
o'
 rm -f libpost.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/post'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/post'
 rm -f libatmos.a *.f90 *.o *.mod *.lst depend
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos'
 cd ENS_Cpl             && gmake clean
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/ENS_Cpl'
 rm -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/ENS_Cpl'
 cd chem                && gmake clean GOCART_MODE=3Dfull
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem'
 cd gocart/src   && gmake -f GNUmakefile realclean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src'
-GNUmakefile:14: /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/che=
m/gocart/src/../Config/ESMA_base.mk: No such file or directory
-GNUmakefile:15: /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/che=
m/gocart/src/../Config/ESMA_arch.mk: No such file or directory
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Config/ESMA_arch.mk: No such file or directory
 gmake -C Config esma_install
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Config'
 GNUmakefile:35: - Node not know, disabling build environment check
 mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -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/Net=
CDF/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/se=
rial/include  -r8    -fPIC -fp-model source  -align dcommons fdp.f90
-/bin/mkdir -p /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/bin /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/=
src/chem/gocart/src/../Linux/lib /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLeg=
acy/NEMS/src/chem/gocart/src/../Linux/include \
-=09=09 /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/=
src/../Linux/etc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/che=
m/gocart/src/../Linux/doc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I =3D -I"              > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "LIB_SDF =3D /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/loca=
l/zlib-1.2.7/lib/libz.a" >> /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/N=
EMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../src/g5_modules /gpfs/tp1/ptmp/Tom.Black/trunk_NEMS=
Legacy/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endian=
test.pl OScheck.pl esma_timer.sh esma_tgraph.pl /gpfs/tp1/ptmp/Tom.Blac=
k/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/goc=
art/src/../src/Assert.pl /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS=
/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src=
/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /gpfs/tp1/ptmp/Tom.Black/trunk_NEMS=
Legacy/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
-./CVSTAG_install.pl /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src=
/chem/gocart/src/../Linux/etc
-./OScheck.pl -q -cp /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src=
/chem/gocart/src/../Linux/etc
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Config'
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src'
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src'
+/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/bin /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/include \
+=09=09 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../L=
inux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../=
Linux/doc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/..=
/Linux/Config
+/bin/cat ESMA_base.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I =3D -I"              > /nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "LIB_SDF =3D /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/loca=
l/zlib-1.2.7/lib/libz.a" >> /nems/save/Samuel.Trahan/regtests/NEMS/src/=
chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /nems/save/Samuel.Trahan/regtests/NEMS/sr=
c/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../src/g5_modules /nems/save/Samuel.Trahan/regtests/NEMS/src/=
chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.=
pl esma_timer.sh esma_tgraph.pl /nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/bin
+/bin/cp -f /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/=
../src/Assert.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/bin/Assert
+./install_fdp ./fdp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/etc
+./OScheck.pl -q -cp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/etc
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src'
 for d in Config GMAO_Shared Components Applications; \
 =09  do=09=09=09 \
 =09      echo Making esma_distclean in $d=09;\
@@ -1209,142 +1334,142 @@
 Making esma_distclean in Config
 site: Undefined variable.
 site: Undefined variable.
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Config'
 Making esma_distclean in GMAO_Shared
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]=20
 gmake -C mpi0 distclean
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 /bin/rm -f -r *~ *.[aoxd] *.mod *.pyf *.so r4 r8
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 /bin/rm -f -r *~ *.[aoxd] *.[Mm][Oo][Dd] r4 r8=20
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/GMAO_Shared/MAPL_Base
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/GMAO_Shared/Chem_Base
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] *.xx
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/GMAO_Shared/Chem_Shared
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared'
 Making esma_distclean in Components
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
 /bin/rm -f DU_ExportSpec___.h DU_GetPointer___.h DU_History___.rc DU_D=
eclarePointer___.h *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
 gmake local_esma_distclean
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 /bin/rm -f -f Tests/ExtData Tests/*_Registry.rc Tests/*_GridComp.rc=20
 /bin/rm -f -f *~ *.[aoxd] *.[Mm][Oo][Dd] *___.[fF]*=20
-gmake[5]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components'
 Making esma_distclean in Applications
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Applications'
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Applications'
-/bin/rm -f -r /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Config=20
-/bin/rm -f -r /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src'
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Config=20
+/bin/rm -f -r /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem'
 rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
 + make nmm DEBUG=3Don
-+ tee /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/appBuilder.NEMS.log.27=
323
++ tee /nems/save/Samuel.Trahan/regtests/appBuilder.NEMS.log.32161
 + pwd
-       CHEM_MODi-----------> /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/Linux/include
+       CHEM_MODi-----------> /nems/save/Samuel.Trahan/regtests/NEMS/sr=
c/chem/gocart/Linux/include
 cd atmos/share         && gmake=20
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/share'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/share'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_ERR_MSG.F90 > module_ERR_MSG.f90
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check =
-check all -check noarg_temp_created -I/climate/save/emc.climpara/Patri=
ck/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/clima=
te/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/N=
etCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2=
.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assum=
e byterecl -fp-model precise -xAVX  -c module_ERR_MSG.f90
 ifort: warning #10182: disabling optimization; runtime debug checks en=
abled
@@ -1359,16 +1484,16 @@
 ifort: warning #10182: disabling optimization; runtime debug checks en=
abled
 ar -r libshare.a module_ERR_MSG.o module_INCLUDE.o module_CPLFIELDS.o =
check_esmf_pet.o=20
 ar: creating libshare.a
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/share'
 cd atmos/gsm/gsmphys          && gmake  gocart_stub
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_mode=
l.f gcm_shoc.f calpreciptype.f m_micro_driver.f gocart_tracer_config_st=
ub.f iounitdef.f ozne_def.f h2o_def.f progtm_module.f date_def.f rascnv=
v2.f mersenne_twister.f namelist_soilveg.f module_bfmicrophysics.f trac=
er_const_h.f gfs_phy_tracer_config.f rad_initialize.f radlw_param.f rad=
lw_datatb.f radlw_main.f radsw_param.f radsw_datatb.f radsw_main.f radi=
ation_astronomy.f radiation_aerosols.f radiation_gases.f radiation_clou=
ds.f radiation_surface.f grrad.f ozphys_2015.f ozphys.f ozinterp.f h2oi=
nterp.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 monin=
q.f moninedmf.f mfpbl.f gwdps.f gwdc.f rayleigh_damp.f rayleigh_damp_me=
sopause.f sascnv.f sascnvn.f mfdeepcnv.f cnvc90.f tridi2t3.f shalcv.f s=
halcv_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 gsmddri=
ve.f aer_cloud.f cldmacro.f cldwat2m_micro.f wv_saturation.f idea_compo=
sition.f co2hc.f idea_solar_heating.f idea_tracer.f h2oc.f h2ohdc.f efi=
eld.f ideaca.f idea_co2.f idea_h2o.f idea_ion.f idea_o2_o3.f idea_dissi=
pation.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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/gsmphys'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/gsmphys'
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -free -I../../share -fpp -DENABL=
E_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c machine.f
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -free -I../../share -fpp -DENABL=
E_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c wam_f107_kp_mod.f
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -free -I../../share -fpp -DENABL=
E_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c physparam.f
@@ -1479,199 +1604,199 @@
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume 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 fun=
cphys.o cs_conv.o module_nst_parameters.o module_nst_water_prop.o modul=
e_nst_model.o gcm_shoc.o calpreciptype.o m_micro_driver.o idea_composit=
ion.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_dissipat=
ion.o idea_phys.o gocart_tracer_config_stub.o iounitdef.o ozne_def.o h2=
o_def.o progtm_module.o date_def.o rascnvv2.o mersenne_twister.o nameli=
st_soilveg.o module_bfmicrophysics.o tracer_const_h.o gfs_phy_tracer_co=
nfig.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_ae=
rosols.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 gbp=
hys.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 sf=
lx.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 m=
fdeepcnv.o cnvc90.o tridi2t3.o shalcv.o shalcv_opr.o shalcnv.o mfshalcn=
v.o lrgsclr.o gscond.o gscondp.o precpd.o precpdp.o precpd_shoc.o mstad=
b.o mstadbtn.o mstcnv.o get_prs.o gsmddrive.o aer_cloud.o cldmacro.o cl=
dwat2m_micro.o wv_saturation.o num_parthds.o nuopc_physics.o
 ar: creating libphys.a
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/gsmphys'
 cd atmos/nmm           && gmake=20
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/nmm'
 ls -1 ffsync.F90 module_ERROR_MSG.F90 module_BGRID_INTERP.F90 module_C=
LOCKTIMES.F90 module_CONTROL.F90 module_CONVECTION.F90 module_DERIVED_T=
YPES.F90 module_DIAGNOSE.F90 module_DIGITAL_FILTER_NMM.F90 module_DM_PA=
RALLEL.F90 module_DOMAIN_GRID_COMP.F90 module_DOMAIN_INTERNAL_STATE.F90=
 module_DYNAMICS_ROUTINES.F90 module_EXCHANGE.F90 module_FLTBNDS.F90 mo=
dule_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_M=
ICROPHYSICS.F90 module_MY_DOMAIN_SPECS.F90 module_NESTING.F90 module_NM=
M_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 modul=
e_QUASIPOST.F90 module_TRACKER.F90 module_SOLVER_GRID_COMP.F90 module_S=
OLVER_INTERNAL_STATE.F90 module_TIMESERIES.F90 module_TURBULENCE.F90 mo=
dule_VARS.F90 module_VARS_STATE.F90 module_WRITE_GRID_COMP.F90 module_W=
RITE_INTERNAL_STATE.F90 module_WRITE_ROUTINES.F90 n_namelist_physics_de=
f.f n_layout1.f n_resol_def.f n_compns_physics.f n_mpi_def.f n_module_g=
fs_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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/nmm'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/nmm'
 gmake -C nmmbphys=20
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/nmm/nmmbphys'
 ls -1 module_KINDS.F90 module_CONSTANTS.F90 module_BL_GFSPBL.F90 modul=
e_BL_GFSPBLHUR.F90 module_BL_GFSPBLEDMFHUR.F90 module_BL_MYJPBL.F90 mod=
ule_CU_BMJ.F90 module_CU_SAS.F90 module_CU_SASHUR.F90 module_CU_SCALE.F=
90 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 radiat=
ion_astronomy_nmmb.f radiation_aerosols_nmmb.f radiation_gases_nmmb.f r=
adiation_clouds_nmmb.f radiation_surface_nmmb.f rad_initialize_nmmb.f r=
adlw_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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/nmm/nmmbphys'
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/nmm/nmmbphys'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_KINDS.F90 > module_KINDS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/T=
om.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_KINDS.f9=
0
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_KINDS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CONSTANTS.F90 > module_CONSTANTS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/T=
om.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_CONSTANT=
S.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_CONSTANTS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_BL_GFSPBL.F90 > module_BL_GFSPBL.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/T=
om.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_BL_GFSPB=
L.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_BL_GFSPBL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_BL_GFSPBLHUR.F90 > module_BL_GFSPBLHUR.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/T=
om.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_BL_GFSPB=
LHUR.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_BL_GFSPBLHUR.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_BL_GFSPBLEDMFHUR.F90 > module_BL_GFSPBLEDMFHUR.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/T=
om.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_BL_GFSPB=
LEDMFHUR.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_BL_GFSPBLEDMFHUR=
.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_BL_MYJPBL.F90 > module_BL_MYJPBL.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/T=
om.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_BL_MYJPB=
L.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_BL_MYJPBL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CU_BMJ.F90 > module_CU_BMJ.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/T=
om.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_CU_BMJ.f=
90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_CU_BMJ.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CU_SAS.F90 > module_CU_SAS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/T=
om.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_CU_SAS.f=
90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_CU_SAS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CU_SASHUR.F90 > module_CU_SASHUR.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/T=
om.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_CU_SASHU=
R.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_CU_SASHUR.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CU_SCALE.F90 > module_CU_SCALE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/T=
om.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_CU_SCALE=
.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_CU_SCALE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_LS_LISS.F90 > module_LS_LISS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/T=
om.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_LS_LISS.=
f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_LS_LISS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_LS_NOAHLSM.F90 > module_LS_NOAHLSM.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_SF_URBAN.F90 > module_SF_URBAN.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/T=
om.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_SF_URBAN=
.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/T=
om.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_LS_NOAHL=
SM.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_SF_URBAN.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_LS_NOAHLSM.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_MP_ETANEW.F90 > module_MP_ETANEW.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/T=
om.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_MP_ETANE=
W.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_MP_ETANEW.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_MP_FER_HIRES.F90 > module_MP_FER_HIRES.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/T=
om.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_MP_FER_H=
IRES.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_MP_FER_HIRES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_mp_thompson.F90 > module_mp_thompson.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_mp_radar.F90 > module_mp_radar.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/T=
om.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_mp_radar=
.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/T=
om.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_mp_thomp=
son.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_mp_radar.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_mp_thompson.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_MP_GFS.F90 > module_MP_GFS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/T=
om.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_MP_GFS.f=
90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_MP_GFS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_MP_WSM6.F90 > module_MP_WSM6.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/T=
om.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_MP_WSM6.=
f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_MP_WSM6.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_RA_GFDL.F90 > module_RA_GFDL.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/T=
om.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_RA_GFDL.=
f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_RA_GFDL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_RA_RRTM.F90 > module_RA_RRTM.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.defaul=
t -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/us=
rx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include=
/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_end=
ian -assume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/=
ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABL=
E_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c radiation_astronomy_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.defaul=
t -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/us=
rx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include=
/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_end=
ian -assume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/=
ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABL=
E_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c radiation_surface_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.defaul=
t -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/us=
rx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include=
/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_end=
ian -assume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/=
ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABL=
E_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c radiation_gases_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.defaul=
t -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/us=
rx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include=
/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_end=
ian -assume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/=
ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABL=
E_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c radsw_main_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.defaul=
t -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/us=
rx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include=
/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_end=
ian -assume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/=
ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABL=
E_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c radiation_aerosols_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.defaul=
t -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/us=
rx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include=
/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_end=
ian -assume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/=
ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABL=
E_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c radiation_clouds_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.defaul=
t -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/us=
rx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include=
/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_end=
ian -assume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/=
ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABL=
E_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c radlw_main_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.defaul=
t -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/us=
rx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include=
/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_end=
ian -assume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/=
ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABL=
E_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c grrad_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/T=
om.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_RA_RRTM.=
f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.defaul=
t -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/us=
rx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include=
/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_end=
ian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save=
/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -D=
CHNK_RRTM=3D8 -DNEMS_GSM -r8 -c radiation_astronomy_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.defaul=
t -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/us=
rx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include=
/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_end=
ian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save=
/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -D=
CHNK_RRTM=3D8 -DNEMS_GSM -r8 -c radiation_surface_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.defaul=
t -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/us=
rx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include=
/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_end=
ian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save=
/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -D=
CHNK_RRTM=3D8 -DNEMS_GSM -r8 -c radiation_gases_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.defaul=
t -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/us=
rx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include=
/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_end=
ian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save=
/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -D=
CHNK_RRTM=3D8 -DNEMS_GSM -r8 -c radsw_main_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.defaul=
t -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/us=
rx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include=
/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_end=
ian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save=
/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -D=
CHNK_RRTM=3D8 -DNEMS_GSM -r8 -c radiation_aerosols_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.defaul=
t -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/us=
rx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include=
/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_end=
ian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save=
/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -D=
CHNK_RRTM=3D8 -DNEMS_GSM -r8 -c radiation_clouds_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.defaul=
t -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/us=
rx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include=
/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_end=
ian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save=
/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -D=
CHNK_RRTM=3D8 -DNEMS_GSM -r8 -c radlw_main_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.defaul=
t -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/us=
rx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include=
/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_end=
ian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save=
/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -D=
CHNK_RRTM=3D8 -DNEMS_GSM -r8 -c grrad_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_RA_RRTM.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_SF_JSFC.F90 > module_SF_JSFC.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/T=
om.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_SF_JSFC.=
f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_SF_JSFC.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_SF_GFDL.F90 > module_SF_GFDL.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/ptmp/T=
om.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_SF_GFDL.=
f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.defaul=
t -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/us=
rx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include=
/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_end=
ian -assume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/=
ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABL=
E_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c rad_initialize_nmmb.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.defaul=
t -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/us=
rx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include=
/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_end=
ian -assume byterecl -fp-model precise -xAVX -I../../share -I/gpfs/tp1/=
ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABL=
E_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c precpd_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_SF_GFDL.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.defaul=
t -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/us=
rx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include=
/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_end=
ian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save=
/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -D=
CHNK_RRTM=3D8 -DNEMS_GSM -r8 -c rad_initialize_nmmb.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-st=
ack-check -check all -check noarg_temp_created -I/climate/save/emc.clim=
para/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.defaul=
t -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/us=
rx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include=
/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_end=
ian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save=
/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -D=
CHNK_RRTM=3D8 -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 m=
odule_CU_BMJ.o module_CU_SAS.o module_CU_SASHUR.o module_CU_SCALE.o mod=
ule_LS_LISS.o module_LS_NOAHLSM.o module_MP_ETANEW.o module_MP_FER_HIRE=
S.o module_mp_thompson.o module_mp_radar.o module_MP_GFS.o module_MP_WS=
M6.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_a=
erosols_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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/nmm/nmmbphys'
 gmake libnmm.a=20
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/nmm'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ffsyn=
c.F90 > ffsync.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c ffsync.=
f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c ffsync.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_ERROR_MSG.F90 > module_ERROR_MSG.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
ERROR_MSG.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_ERROR_MS=
G.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_BGRID_INTERP.F90 > module_BGRID_INTERP.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
BGRID_INTERP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_BGRID_IN=
TERP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CLOCKTIMES.F90 > module_CLOCKTIMES.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
CLOCKTIMES.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_CLOCKTIM=
ES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CONTROL.F90 > module_CONTROL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_EXCHANGE.F90 > module_EXCHANGE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_MY_DOMAIN_SPECS.F90 > module_MY_DOMAIN_SPECS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
MY_DOMAIN_SPECS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
EXCHANGE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_MY_DOMAI=
N_SPECS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_EXCHANGE=
.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DERIVED_TYPES.F90 > module_DERIVED_TYPES.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
DERIVED_TYPES.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
CONTROL.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DERIVED_=
TYPES.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_CONTROL.=
f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_CONVECTION.F90 > module_CONVECTION.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
CONVECTION.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_CONVECTI=
ON.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DIAGNOSE.F90 > module_DIAGNOSE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_SOLVER_INTERNAL_STATE.F90 > module_SOLVER_INTERNAL_STATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_MICROPHYSICS.F90 > module_MICROPHYSICS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
MICROPHYSICS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_MICROPHY=
SICS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_VARS.F90 > module_VARS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
VARS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
SOLVER_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
DIAGNOSE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_VARS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_SOLVER_I=
NTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DIAGNOSE=
.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DIGITAL_FILTER_NMM.F90 > module_DIGITAL_FILTER_NMM.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
DIGITAL_FILTER_NMM.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DIGITAL_=
FILTER_NMM.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DM_PARALLEL.F90 > module_DM_PARALLEL.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
DM_PARALLEL.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DM_PARAL=
LEL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DOMAIN_GRID_COMP.F90 > module_DOMAIN_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_SOLVER_GRID_COMP.F90 > module_SOLVER_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DYNAMICS_ROUTINES.F90 > module_DYNAMICS_ROUTINES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_FLTBNDS.F90 > module_FLTBNDS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
FLTBNDS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
DYNAMICS_ROUTINES.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_FLTBNDS.=
f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DYNAMICS=
_ROUTINES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_TURBULENCE.F90 > module_TURBULENCE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GWD.F90 > module_GWD.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
GWD.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
TURBULENCE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-s=
tack-check -check all -check noarg_temp_created -I../share -I/gpfs/tp1/=
ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -=
c n_namelist_physics_def.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_GWD.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_TURBULEN=
CE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-s=
tack-check -check all -check noarg_temp_created -I../share -I/nems/save=
/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_name=
list_physics_def.f
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_INIT_READ_NEMSIO.F90 > module_INIT_READ_NEMSIO.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
INIT_READ_NEMSIO.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_INIT_REA=
D_NEMSIO.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_TRACKER.F90 > module_TRACKER.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_RELAX4E.F90 > module_RELAX4E.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
RELAX4E.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_RELAX4E.=
f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_REDUCTION.F90 > module_REDUCTION.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
REDUCTION.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
TRACKER.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_REDUCTIO=
N.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_TRACKER.=
f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_RADIATION.F90 > module_RADIATION.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
RADIATION.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_RADIATIO=
N.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GET_CONFIG.F90 > module_GET_CONFIG.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
GET_CONFIG.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_GET_CONF=
IG.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_QUASIPOST.F90 > module_QUASIPOST.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
QUASIPOST.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-s=
tack-check -check all -check noarg_temp_created -I../share -I/gpfs/tp1/=
ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -=
c n_layout1.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_QUASIPOS=
T.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-s=
tack-check -check all -check noarg_temp_created -I../share -I/nems/save=
/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_layo=
ut1.f
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_VARS_STATE.F90 > module_VARS_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
VARS_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-s=
tack-check -check all -check noarg_temp_created -I../share -I/gpfs/tp1/=
ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -=
c n_resol_def.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_VARS_STA=
TE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-s=
tack-check -check all -check noarg_temp_created -I../share -I/nems/save=
/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_reso=
l_def.f
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_NESTING.F90 > module_NESTING.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
NESTING.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NESTING.=
f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_H_TO_V.F90 > module_H_TO_V.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
H_TO_V.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_H_TO_V.f=
90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_INIT_READ_BIN.F90 > module_INIT_READ_BIN.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
INIT_READ_BIN.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_INIT_REA=
D_BIN.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_PRECIP_ADJUST.F90 > module_PRECIP_ADJUST.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
PRECIP_ADJUST.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
SOLVER_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_PRECIP_A=
DJUST.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_SOLVER_G=
RID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_DOMAIN_INTERNAL_STATE.F90 > module_DOMAIN_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
DOMAIN_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DOMAIN_I=
NTERNAL_STATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_WRITE_GRID_COMP.F90 > module_WRITE_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_WRITE_ROUTINES.F90 > module_WRITE_ROUTINES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_WRITE_INTERNAL_STATE.F90 > module_WRITE_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
WRITE_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
WRITE_ROUTINES.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_WRITE_IN=
TERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_WRITE_RO=
UTINES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GET_CONFIG_WRITE.F90 > module_GET_CONFIG_WRITE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
GET_CONFIG_WRITE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
WRITE_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_GET_CONF=
IG_WRITE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_WRITE_GR=
ID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_OUTPUT.F90 > module_OUTPUT.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
OUTPUT.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
DOMAIN_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_OUTPUT.f=
90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DOMAIN_G=
RID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_NMM_GRID_COMP.F90 > module_NMM_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_NMM_INTEGRATE.F90 > module_NMM_INTEGRATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_TIMESERIES.F90 > module_TIMESERIES.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
TIMESERIES.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_TIMESERI=
ES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_PARENT_CHILD_CPL_COMP.F90 > module_PARENT_CHILD_CPL_COMP.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
PARENT_CHILD_CPL_COMP.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
NMM_INTEGRATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_PARENT_C=
HILD_CPL_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_INTE=
GRATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_NMM_INTERNAL_STATE.F90 > module_NMM_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
NMM_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_=
NMM_GRID_COMP.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-s=
tack-check -check all -check noarg_temp_created -I../share -I/gpfs/tp1/=
ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -=
c n_module_gfs_mpi_def.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-s=
tack-check -check all -check noarg_temp_created -I../share -I/gpfs/tp1/=
ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -=
c n_mpi_def.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-s=
tack-check -check all -check noarg_temp_created -I../share -I/gpfs/tp1/=
ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -=
c n_compns_physics.f
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-s=
tack-check -check all -check noarg_temp_created -I../share -I/gpfs/tp1/=
ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -=
c n_mpi_quit.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_INTE=
RNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_GRID=
_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-s=
tack-check -check all -check noarg_temp_created -I../share -I/nems/save=
/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_modu=
le_gfs_mpi_def.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-s=
tack-check -check all -check noarg_temp_created -I../share -I/nems/save=
/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_mpi_=
def.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-s=
tack-check -check all -check noarg_temp_created -I../share -I/nems/save=
/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_comp=
ns_physics.f
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-s=
tack-check -check all -check noarg_temp_created -I../share -I/nems/save=
/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_mpi_=
quit.f
 ar -r libnmm.a ffsync.o module_ERROR_MSG.o module_BGRID_INTERP.o modul=
e_CLOCKTIMES.o module_CONTROL.o module_CONVECTION.o module_DERIVED_TYPE=
S.o module_DIAGNOSE.o module_DIGITAL_FILTER_NMM.o module_DM_PARALLEL.o =
module_DOMAIN_GRID_COMP.o module_DOMAIN_INTERNAL_STATE.o module_DYNAMIC=
S_ROUTINES.o module_EXCHANGE.o module_FLTBNDS.o module_GET_CONFIG.o mod=
ule_GET_CONFIG_WRITE.o module_GWD.o module_H_TO_V.o module_INIT_READ_BI=
N.o module_INIT_READ_NEMSIO.o module_MICROPHYSICS.o module_MY_DOMAIN_SP=
ECS.o module_NESTING.o module_NMM_GRID_COMP.o module_NMM_INTEGRATE.o mo=
dule_NMM_INTERNAL_STATE.o module_OUTPUT.o module_PARENT_CHILD_CPL_COMP.=
o module_PRECIP_ADJUST.o module_RADIATION.o module_RELAX4E.o module_RED=
UCTION.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_la=
yout1.o n_resol_def.o n_compns_physics.o n_mpi_def.o n_module_gfs_mpi_d=
ef.o n_mpi_quit.o nmmbphys/grrad_nmmb.o nmmbphys/module_BL_GFSPBLEDMFHU=
R.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/m=
odule_LS_NOAHLSM.o nmmbphys/module_MP_ETANEW.o nmmbphys/module_MP_FER_H=
IRES.o nmmbphys/module_MP_GFS.o nmmbphys/module_mp_radar.o nmmbphys/mod=
ule_mp_thompson.o nmmbphys/module_MP_WSM6.o nmmbphys/module_RA_GFDL.o n=
mmbphys/module_RA_RRTM.o nmmbphys/module_SF_GFDL.o nmmbphys/module_SF_J=
SFC.o nmmbphys/module_SF_URBAN.o nmmbphys/precpd_nmmb.o nmmbphys/radiat=
ion_aerosols_nmmb.o nmmbphys/radiation_astronomy_nmmb.o nmmbphys/radiat=
ion_clouds_nmmb.o nmmbphys/radiation_gases_nmmb.o nmmbphys/radiation_su=
rface_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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/nmm'
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/nmm'
 cd atmos/gsm           && gmake stub
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_G=
FS_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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GFS_GRID_COMP_stub.F90 > module_GFS_GRID_COMP_stub.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -free -I../share -Iio -Ilibutil =
-I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys =
-c module_GFS_GRID_COMP_stub.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -free -I../share -Iio -Ilibutil =
-I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c modul=
e_GFS_GRID_COMP_stub.f90
 ar -r libgfs.a module_GFS_GRID_COMP_stub.o
 ar: creating libgfs.a
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm'
 cd atmos/gen           && gmake stub
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gen'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gen'
 makefile:31: warning: overriding commands for target `module_GEN_INTER=
NAL_STATE.o'
 makefile:28: warning: ignoring old commands for target `module_GEN_INT=
ERNAL_STATE.o'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GEN_INTERNAL_STATE.F90 > module_GEN_INTERNAL_STATE.f90
@@ -1680,23 +1805,23 @@
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX -I../share -c module_GEN_GRID_CO=
MP_stub.f90
 ar -r libgen.a module_GEN_INTERNAL_STATE.o module_GEN_GRID_COMP_stub.o=
=20
 ar: creating libgen.a
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gen'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gen'
 cd atmos/fim           && gmake stub
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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.F9=
0 module_DYNAMICS_GRID_COMP.F90 module_DYN_PHY_CPL_COMP.F90 module_PHYS=
ICS_GRID_COMP.F90 > Srcfiles
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/fim'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/fim'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM fim_g=
rid_comp_stub.F90 > fim_grid_comp_stub.f90
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume 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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/fim'
 cd atmos/post          && gmake stub
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_routin=
es.o'
@@ -1714,8 +1839,8 @@
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/post'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_routin=
es.o'
@@ -1739,27 +1864,27 @@
 ifort: warning #10182: disabling optimization; runtime debug checks en=
abled
 ar -r libpost.a post_gfs_stub.o post_nmm_stub.o post_nems_routines_stu=
b.o
 ar: creating libpost.a
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/post'
 cd atmos               && gmake=20
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos'
 makefile:40: depend: No such file or directory
 ls -1 module_ATM_INTERNAL_STATE.F90 module_ATM_GRID_COMP.F90 > Srcfile=
s
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_ATM_INTERNAL_STATE.F90 > module_ATM_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check =
-check all -check noarg_temp_created -I/climate/save/emc.climpara/Patri=
ck/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/clima=
te/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/N=
etCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2=
.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assum=
e byterecl -fp-model precise -xAVX -Ishare -Inmm -Igsm -Ifim -I/gpfs/tp=
1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Igen -c m=
odule_ATM_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check =
-check all -check noarg_temp_created -I/climate/save/emc.climpara/Patri=
ck/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/clima=
te/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/N=
etCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2=
.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assum=
e byterecl -fp-model precise -xAVX -Ishare -Inmm -Igsm -Ifim -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Igen -c module_AT=
M_INTERNAL_STATE.f90
 ifort: warning #10182: disabling optimization; runtime debug checks en=
abled
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_ATM_GRID_COMP.F90 > module_ATM_GRID_COMP.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check =
-check all -check noarg_temp_created -I/climate/save/emc.climpara/Patri=
ck/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/clima=
te/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/N=
etCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2=
.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assum=
e byterecl -fp-model precise -xAVX -Ishare -Inmm -Igsm -Ifim -I/gpfs/tp=
1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Igen -c m=
odule_ATM_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check =
-check all -check noarg_temp_created -I/climate/save/emc.climpara/Patri=
ck/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/clima=
te/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/N=
etCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2=
.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assum=
e byterecl -fp-model precise -xAVX -Ishare -Inmm -Igsm -Ifim -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Igen -c module_AT=
M_GRID_COMP.f90
 ifort: warning #10182: disabling optimization; runtime debug checks en=
abled
 ar -r libatmos.a module_ATM_INTERNAL_STATE.o module_ATM_GRID_COMP.o
 ar: creating libatmos.a
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos'
 cd ENS_Cpl             && gmake stub
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/ENS_Cpl'
 makefile:124: depend: No such file or directory
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM Lib_E=
SMFStateAddGetMod.f > Lib_ESMFStateAddGetMod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM machi=
ne.f > machine.f90
@@ -1782,47 +1907,47 @@
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/ENS_Cpl'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/ENS_Cpl'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ENS_C=
plComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90
 mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check =
-check all -check noarg_temp_created -I/climate/save/emc.climpara/Patri=
ck/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/clima=
te/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/N=
etCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2=
.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assum=
e byterecl -fp-model precise -xAVX -c ENS_CplComp_ESMFMod_STUB.f90
 ifort: warning #10182: disabling optimization; runtime debug checks en=
abled
 ar -r ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o
 ar: creating ENS_Cpl.a
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/ENS_Cpl'
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 07:35:41 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check =
-check all -check noarg_temp_created -I/climate/save/emc.climpara/Patri=
ck/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/clima=
te/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/N=
etCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2=
.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assum=
e byterecl -fp-model precise -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.Black/t=
runk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_=
Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Black/trun=
k_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  =
-c module_MEDIATOR_methods.f90
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 09:02:45 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' module_MEDIATOR_methods.F90 > module_MEDIATOR=
_methods.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check =
-check all -check noarg_temp_created -I/climate/save/emc.climpara/Patri=
ck/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/clima=
te/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/N=
etCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2=
.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assum=
e byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iat=
mos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/NEM=
S/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIAT=
OR_methods.f90
 ifort: warning #10182: disabling optimization; runtime debug checks en=
abled
 rm module_MEDIATOR_methods.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 07:35:41 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' module_MEDIATOR.F90 > module_MEDIATOR.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check =
-check all -check noarg_temp_created -I/climate/save/emc.climpara/Patri=
ck/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/clima=
te/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/N=
etCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2=
.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assum=
e byterecl -fp-model precise -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.Black/t=
runk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_=
Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Black/trun=
k_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  =
-c module_MEDIATOR.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 09:02:45 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' module_MEDIATOR.F90 > module_MEDIATOR.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check =
-check all -check noarg_temp_created -I/climate/save/emc.climpara/Patri=
ck/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/clima=
te/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/N=
etCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2=
.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assum=
e byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iat=
mos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/NEM=
S/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIAT=
OR.f90
 ifort: warning #10182: disabling optimization; runtime debug checks en=
abled
 rm module_MEDIATOR.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 07:35:41 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeathe=
r.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check =
-check all -check noarg_temp_created -I/climate/save/emc.climpara/Patri=
ck/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/clima=
te/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/N=
etCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2=
.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assum=
e byterecl -fp-model precise -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.Black/t=
runk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_=
Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Black/trun=
k_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  =
-c module_MEDIATOR_SpaceWeather.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 09:02:45 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' module_MEDIATOR_SpaceWeather.F90 > module_MED=
IATOR_SpaceWeather.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check =
-check all -check noarg_temp_created -I/climate/save/emc.climpara/Patri=
ck/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/clima=
te/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/N=
etCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2=
.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assum=
e byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iat=
mos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/NEM=
S/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIAT=
OR_SpaceWeather.f90
 ifort: warning #10182: disabling optimization; runtime debug checks en=
abled
 rm module_MEDIATOR_SpaceWeather.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 07:35:41 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.=
f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check =
-check all -check noarg_temp_created -I/climate/save/emc.climpara/Patri=
ck/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/clima=
te/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/N=
etCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2=
.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assum=
e byterecl -fp-model precise -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.Black/t=
runk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_=
Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Black/trun=
k_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  =
-c module_EARTH_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 09:02:45 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' module_EARTH_INTERNAL_STATE.F90 > module_EART=
H_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check =
-check all -check noarg_temp_created -I/climate/save/emc.climpara/Patri=
ck/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/clima=
te/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/N=
etCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2=
.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assum=
e byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iat=
mos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/NEM=
S/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_EARTH_=
INTERNAL_STATE.f90
 ifort: warning #10182: disabling optimization; runtime debug checks en=
abled
 rm module_EARTH_INTERNAL_STATE.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 07:35:41 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check =
-check all -check noarg_temp_created -I/climate/save/emc.climpara/Patri=
ck/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/clima=
te/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/N=
etCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2=
.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assum=
e byterecl -fp-model precise -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.Black/t=
runk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_=
Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Black/trun=
k_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  =
-c module_EARTH_GRID_COMP.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 09:02:45 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' module_EARTH_GRID_COMP.F90 > module_EARTH_GRI=
D_COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check =
-check all -check noarg_temp_created -I/climate/save/emc.climpara/Patri=
ck/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/clima=
te/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/N=
etCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2=
.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assum=
e byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iat=
mos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/NEM=
S/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_EARTH_=
GRID_COMP.f90
 ifort: warning #10182: disabling optimization; runtime debug checks en=
abled
 rm module_EARTH_GRID_COMP.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 07:35:41 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.f9=
0
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check =
-check all -check noarg_temp_created -I/climate/save/emc.climpara/Patri=
ck/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/clima=
te/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/N=
etCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2=
.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assum=
e byterecl -fp-model precise -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.Black/t=
runk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_=
Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Black/trun=
k_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  =
-c module_NEMS_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 09:02:45 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' module_NEMS_INTERNAL_STATE.F90 > module_NEMS_=
INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check =
-check all -check noarg_temp_created -I/climate/save/emc.climpara/Patri=
ck/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/clima=
te/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/N=
etCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2=
.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assum=
e byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iat=
mos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/NEM=
S/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_I=
NTERNAL_STATE.f90
 ifort: warning #10182: disabling optimization; runtime debug checks en=
abled
 rm module_NEMS_INTERNAL_STATE.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 07:35:41 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check =
-check all -check noarg_temp_created -I/climate/save/emc.climpara/Patri=
ck/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/clima=
te/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/N=
etCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2=
.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assum=
e byterecl -fp-model precise -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.Black/t=
runk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_=
Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Black/trun=
k_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  =
-c module_NEMS_GRID_COMP.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 09:02:45 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_=
COMP.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check =
-check all -check noarg_temp_created -I/climate/save/emc.climpara/Patri=
ck/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/clima=
te/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/N=
etCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2=
.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assum=
e byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iat=
mos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/NEM=
S/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_G=
RID_COMP.f90
 ifort: warning #10182: disabling optimization; runtime debug checks en=
abled
 rm module_NEMS_GRID_COMP.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 07:35:41 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' MAIN_NEMS.F90 > MAIN_NEMS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check =
-check all -check noarg_temp_created -I/climate/save/emc.climpara/Patri=
ck/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/clima=
te/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/N=
etCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2=
.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assum=
e byterecl -fp-model precise -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.Black/t=
runk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_=
Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Black/trun=
k_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  =
-c MAIN_NEMS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 09:02:45 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' MAIN_NEMS.F90 > MAIN_NEMS.f90
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check =
-check all -check noarg_temp_created -I/climate/save/emc.climpara/Patri=
ck/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/clima=
te/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/N=
etCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2=
.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assum=
e byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iat=
mos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/NEM=
S/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c MAIN_NEMS.f90
 ifort: warning #10182: disabling optimization; runtime debug checks en=
abled
 rm MAIN_NEMS.f90
-mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX  -o ../exe/NEMS.x MAIN_NEMS.o mo=
dule_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.=
o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_IN=
TERNAL_STATE.o module_NEMS_GRID_COMP.o  atmos/libatmos.a atmos/nmm/libn=
mm.a atmos/gsm/libgfs.a atmos/fim/libfimtop.a atmos/gen/libgen.a /gpfs/=
tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys/libphys.=
a atmos/share/libshare.a atmos/post/libpost.a  ENS_Cpl/ENS_Cpl.a /nwpro=
d2/lib/nemsio/v2.2.1/libnemsio_v2.2.1.a /nwprod2/lib/w3nco/v2.0.6/libw3=
nco_v2.0.6_d.a /nwprod2/lib/w3emc/v2.2.0/libw3emc_v2.2.0_d.a /nwprod2/l=
ib/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/L=
inux.intel.64.intelmpi.default -L/usrx/local/NetCDF/4.2/serial/lib -L/o=
pt/ibmhpc/pe13010/mpich2/intel/lib64 -L/usrx/local/intel/14.0.1/compose=
r_xe_2013_sp1.2.144/compiler/lib/intel64 -L/usrx/local/intel/14.0.1/com=
poser_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/l=
ib/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/compile=
r/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-redha=
t-linux/4.4.7/../../../../lib64/ -L/lib/../lib64 -L/lib/../lib64/ -L/us=
r/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/com=
poserxe/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/ESMF=
v7.0.0_netcdf4/lib/libO/Linux.intel.64.intelmpi.default  -Wl,-rpath,/us=
rx/local/NetCDF/4.2/serial/lib -lesmf  -ldl -lirc -lpthread -lrt -limf =
-lsvml -lirng -lm -lipgo -ldecimal -liomp5 -lcilkrts -lstdc++ -lgcc -lg=
cc_s -lirc -lpthread -lsvml -lgcc -lgcc_s -lirc_s -ldl -lrt -ldl -lnetc=
dff -lnetcdf -L/usrx/local/NetCDF/4.2/serial/lib -lnetcdf -lnetcdff -L/=
usrx/local/HDF5/1.8.9/serial/lib -lhdf5 -lhdf5_fortran=20
+mpiifort -g -traceback -openmp -mkl=3Dsequential -diag-disable 8290,82=
91 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-ch=
eck -check all -check noarg_temp_created -I/climate/save/emc.climpara/P=
atrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/c=
limate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsi=
o_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -a=
ssume byterecl -fp-model precise -xAVX  -o ../exe/NEMS.x MAIN_NEMS.o mo=
dule_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.=
o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_IN=
TERNAL_STATE.o module_NEMS_GRID_COMP.o  atmos/libatmos.a atmos/nmm/libn=
mm.a atmos/gsm/libgfs.a atmos/fim/libfimtop.a atmos/gen/libgen.a /nems/=
save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys/libphys.a atmos/=
share/libshare.a atmos/post/libpost.a  ENS_Cpl/ENS_Cpl.a /nwprod2/lib/n=
emsio/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.int=
el.64.intelmpi.default -L/usrx/local/NetCDF/4.2/serial/lib -L/opt/ibmhp=
c/pe13010/mpich2/intel/lib64 -L/usrx/local/intel/14.0.1/composer_xe_201=
3_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/compose=
rxe/ipp/lib/intel64 -L/usrx/local/intel/14.0.1/composerxe/mkl/lib/intel=
64 -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/in=
tel64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/ -L/usr/lib/gcc/x86_64-r=
edhat-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/l=
ib/gcc/x86_64-redhat-linux/4.4.7/../../../ -L/lib64 -L/lib/ -L/usr/lib6=
4 -L/usr/lib -Wl,-rpath,/climate/save/emc.climpara/Patrick/ESMFv7.0.0_n=
etcdf4/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 -li=
rc -lpthread -lsvml -lgcc -lgcc_s -lirc_s -ldl -lrt -ldl -lnetcdff -lne=
tcdf -L/usrx/local/NetCDF/4.2/serial/lib -lnetcdf -lnetcdff -L/usrx/loc=
al/HDF5/1.8.9/serial/lib -lhdf5 -lhdf5_fortran=20
 ../exe/NEMS.x is created for NMM core.
 + set +x
 NOTE: Success!
@@ -1840,7 +1965,7 @@
 NOTE: App names: GSM.appBuilder GSM-GOCART.appBuilder NMM.appBuilder N=
MM-DEBUG.appBuilder NMM-POST.appBuilder wrong.appBuilder
 NOTE: APP from autoapp is GSM
 NOTE: Chosen app is GSM
-NOTE: FOUND APP FROM /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/GSM.app=
Builder COMPONENTS GSM
+NOTE: FOUND APP FROM /nems/save/Samuel.Trahan/regtests/GSM.appBuilder =
COMPONENTS GSM
 Ignoring command: $tool --backtitle NEMS Application Builder --title I=
nfo --infobox Determine platform... 6 25
 NOTE: Determine platform...wcoss
 NOTE: CONFOPT=3Dgsm_intel_wcoss MAKEOPT=3Dgsm
@@ -1859,8 +1984,8 @@
 NOTE: GLOB MISMATCH: rebuild from rebuild:yes for use_nems_modules
 NOTE: GLOB MISMATCH: reuse from reuse:no for use_nems_modules
 NOTE: QUESTION use_nems_modules? YES: from default
-NOTE: Load /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/conf/mod=
ules.nems
-NOTE: Loaded /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/conf/m=
odules.nems
+NOTE: Load /nems/save/Samuel.Trahan/regtests/NEMS/src/conf/modules.nem=
s
+NOTE: Loaded /nems/save/Samuel.Trahan/regtests/NEMS/src/conf/modules.n=
ems
 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
@@ -1869,31 +1994,31 @@
 NOTE: Simple clean.
 + pwd
 cd atmos               && gmake clean
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos'
 cd share        && gmake clean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/share'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/share'
 rm -f libshare.a *.f90 *.o *.mod *.lst *.a lm map depend
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/share'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/share'
 cd gsm/gsmphys         && gmake clean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/gsmphys'
 rm -f libphys.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/gsmphys'
 cd nmm          && gmake clean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/nmm'
 Cleaning ...=20
=20
 (cd nmmbphys && make clean)
-make[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/nmm/nmmbphys'
 Cleaning nmmbphys ...=20
=20
 rm -f  libnmmbphys.a *.f90 *.o *.mod *.lst *.i depend
-make[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/=
NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regt=
ests/NEMS/src/atmos/nmm/nmmbphys'
 rm -f libnmm.a libnmm.a libnmmb.a *.f90 *.o *.mod *.lst depend
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/nmm'
 cd gsm       && gmake clean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm'
 cd libutil && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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
@@ -1914,25 +2039,25 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/libutil'
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/libutil'
 cd io && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/io'
 makefile:36: depend: No such file or directory
 ls -1 module_include_io.F90 module_io_mpi_def.F90 module_GFS_WRITE.F90=
 module_WRITE_INTERNAL_STATE_GFS.F90 module_GET_CONFIG_WRITE_GFS.F90 mo=
dule_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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/io'
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/io'
 rm -f libio.a *.f90 *.o *.mod *.lst lm map depend
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/io'
 cd dyn && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcon=
s.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physc=
ons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -1976,8 +2101,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/dyn'
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcon=
s.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physc=
ons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -2017,9 +2142,9 @@
 ../../../conf/make.rules:8: warning: overriding commands for target `.=
f.f90'
 makefile:292: warning: ignoring old commands for target `.f.f90'
 rm -f gfs_dynamics.a *.o *.mod *.lst *.f90 lm map depend
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_hy=
b_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_=
gc_h.o'
@@ -2065,8 +2190,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/phys'
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_hy=
b_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_=
gc_h.o'
@@ -2108,25 +2233,25 @@
 ../../../conf/make.rules:8: warning: overriding commands for target `.=
f.f90'
 makefile:107: warning: ignoring old commands for target `.f.f90'
 rm -f gfs_physics.a *.o *.mod *.lst *.f90 lm map depend
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/phys'
 rm -f libgfs.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm'
 cd fim          && gmake clean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/fim'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/fim'
 rm -f libfimtop.a *.o *.mod *.f90 *.lst lm map depend
 (cd FIMsrc && ./makefim clean)
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/fim/FIMsrc'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/fim/FIMsrc'
 rm -f -rf ../FIMsrc_* macros.make
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/fim/FIMsrc'
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/fim'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/fim'
 cd gen          && gmake clean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gen'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gen'
 makefile:31: warning: overriding commands for target `module_GEN_INTER=
NAL_STATE.o'
 makefile:28: warning: ignoring old commands for target `module_GEN_INT=
ERNAL_STATE.o'
 rm -f libgen.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gen'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gen'
 cd post         && gmake clean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/post'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_routin=
es.o'
@@ -2140,42 +2265,42 @@
 makefile:45: warning: overriding commands for target `post_nmm_stub.o'
 makefile:42: warning: ignoring old commands for target `post_nmm_stub.=
o'
 rm -f libpost.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/post'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/post'
 rm -f libatmos.a *.f90 *.o *.mod *.lst depend
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos'
 cd ENS_Cpl             && gmake clean
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/ENS_Cpl'
 rm -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/ENS_Cpl'
 cd chem                && gmake clean GOCART_MODE=3Dfull
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem'
 cd gocart/src   && gmake -f GNUmakefile realclean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src'
-GNUmakefile:14: /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/che=
m/gocart/src/../Config/ESMA_base.mk: No such file or directory
-GNUmakefile:15: /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/che=
m/gocart/src/../Config/ESMA_arch.mk: No such file or directory
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Config/ESMA_arch.mk: No such file or directory
 gmake -C Config esma_install
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Config'
 GNUmakefile:35: - Node not know, disabling build environment check
 mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION   -I/usrx/local/dev/esmf/esmf-7.0.0/mo=
d/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   -r=
8    -fPIC -fp-model source  -align dcommons fdp.f90
-/bin/mkdir -p /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/bin /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/=
src/chem/gocart/src/../Linux/lib /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLeg=
acy/NEMS/src/chem/gocart/src/../Linux/include \
-=09=09 /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/=
src/../Linux/etc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/che=
m/gocart/src/../Linux/doc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I =3D -I"              > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "LIB_SDF =3D /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/loca=
l/zlib-1.2.7/lib/libz.a" >> /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/N=
EMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../src/g5_modules /gpfs/tp1/ptmp/Tom.Black/trunk_NEMS=
Legacy/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endian=
test.pl OScheck.pl esma_timer.sh esma_tgraph.pl /gpfs/tp1/ptmp/Tom.Blac=
k/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/goc=
art/src/../src/Assert.pl /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS=
/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src=
/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /gpfs/tp1/ptmp/Tom.Black/trunk_NEMS=
Legacy/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
-./CVSTAG_install.pl /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src=
/chem/gocart/src/../Linux/etc
-./OScheck.pl -q -cp /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src=
/chem/gocart/src/../Linux/etc
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Config'
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src'
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src'
+/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/bin /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/include \
+=09=09 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../L=
inux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../=
Linux/doc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/..=
/Linux/Config
+/bin/cat ESMA_base.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I =3D -I"              > /nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "LIB_SDF =3D /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/loca=
l/zlib-1.2.7/lib/libz.a" >> /nems/save/Samuel.Trahan/regtests/NEMS/src/=
chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /nems/save/Samuel.Trahan/regtests/NEMS/sr=
c/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../src/g5_modules /nems/save/Samuel.Trahan/regtests/NEMS/src/=
chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.=
pl esma_timer.sh esma_tgraph.pl /nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/bin
+/bin/cp -f /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/=
../src/Assert.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/bin/Assert
+./install_fdp ./fdp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/etc
+./OScheck.pl -q -cp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/etc
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src'
 for d in Config GMAO_Shared Components Applications; \
 =09  do=09=09=09 \
 =09      echo Making esma_distclean in $d=09;\
@@ -2185,144 +2310,144 @@
 Making esma_distclean in Config
 site: Undefined variable.
 site: Undefined variable.
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Config'
 Making esma_distclean in GMAO_Shared
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]=20
 gmake -C mpi0 distclean
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 /bin/rm -f -r *~ *.[aoxd] *.mod *.pyf *.so r4 r8
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 /bin/rm -f -r *~ *.[aoxd] *.[Mm][Oo][Dd] r4 r8=20
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/GMAO_Shared/MAPL_Base
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/GMAO_Shared/Chem_Base
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] *.xx
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/GMAO_Shared/Chem_Shared
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared'
 Making esma_distclean in Components
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
 /bin/rm -f DU_ExportSpec___.h DU_GetPointer___.h DU_History___.rc DU_D=
eclarePointer___.h *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
 gmake local_esma_distclean
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 /bin/rm -f -f Tests/ExtData Tests/*_Registry.rc Tests/*_GridComp.rc=20
 /bin/rm -f -f *~ *.[aoxd] *.[Mm][Oo][Dd] *___.[fF]*=20
-gmake[5]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components'
 Making esma_distclean in Applications
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Applications'
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Applications'
-/bin/rm -f -r /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Config=20
-/bin/rm -f -r /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src'
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Config=20
+/bin/rm -f -r /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem'
 rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
 + make gsm
-+ tee /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/appBuilder.NEMS.log.20=
888
++ tee /nems/save/Samuel.Trahan/regtests/appBuilder.NEMS.log.25664
 + pwd
        CHEM_MODE -----------> compile
        PHYS_MODE -----------> compile
-       PHYS_INC----------->/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/N=
EMS/src/atmos/gsm/gsmphys
+       PHYS_INC----------->/nems/save/Samuel.Trahan/regtests/NEMS/src/=
atmos/gsm/gsmphys
 cd atmos/share         && gmake
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/share'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/share'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_ERR_MSG.F90 > module_ERR_MSG.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX  -c module_ERR_MSG.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_INCLUDE.F90 > module_INCLUDE.f90
@@ -2333,17 +2458,17 @@
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -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=20
 ar: creating libshare.a
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/share'
-       CHEM_MODi----before phys-------> /gpfs/tp1/ptmp/Tom.Black/trunk=
_NEMSLegacy/NEMS/src/chem/gocart/Linux/include
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/share'
+       CHEM_MODi----before phys-------> /nems/save/Samuel.Trahan/regte=
sts/NEMS/src/chem/gocart/Linux/include
 cd atmos/gsm/gsmphys          && gmake gocart_stub
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_mode=
l.f gcm_shoc.f calpreciptype.f m_micro_driver.f gocart_tracer_config_st=
ub.f iounitdef.f ozne_def.f h2o_def.f progtm_module.f date_def.f rascnv=
v2.f mersenne_twister.f namelist_soilveg.f module_bfmicrophysics.f trac=
er_const_h.f gfs_phy_tracer_config.f rad_initialize.f radlw_param.f rad=
lw_datatb.f radlw_main.f radsw_param.f radsw_datatb.f radsw_main.f radi=
ation_astronomy.f radiation_aerosols.f radiation_gases.f radiation_clou=
ds.f radiation_surface.f grrad.f ozphys_2015.f ozphys.f ozinterp.f h2oi=
nterp.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 monin=
q.f moninedmf.f mfpbl.f gwdps.f gwdc.f rayleigh_damp.f rayleigh_damp_me=
sopause.f sascnv.f sascnvn.f mfdeepcnv.f cnvc90.f tridi2t3.f shalcv.f s=
halcv_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 gsmddri=
ve.f aer_cloud.f cldmacro.f cldwat2m_micro.f wv_saturation.f idea_compo=
sition.f co2hc.f idea_solar_heating.f idea_tracer.f h2oc.f h2ohdc.f efi=
eld.f ideaca.f idea_co2.f idea_h2o.f idea_ion.f idea_o2_o3.f idea_dissi=
pation.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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/gsmphys'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/gsmphys'
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -I../../share -fpp =
-DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c machine.f
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -I../../share -fpp =
-DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c wam_f107_kp_mod.f
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -I../../share -fpp =
-DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c physparam.f
@@ -2454,22 +2579,22 @@
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -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 fun=
cphys.o cs_conv.o module_nst_parameters.o module_nst_water_prop.o modul=
e_nst_model.o gcm_shoc.o calpreciptype.o m_micro_driver.o idea_composit=
ion.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_dissipat=
ion.o idea_phys.o gocart_tracer_config_stub.o iounitdef.o ozne_def.o h2=
o_def.o progtm_module.o date_def.o rascnvv2.o mersenne_twister.o nameli=
st_soilveg.o module_bfmicrophysics.o tracer_const_h.o gfs_phy_tracer_co=
nfig.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_ae=
rosols.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 gbp=
hys.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 sf=
lx.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 m=
fdeepcnv.o cnvc90.o tridi2t3.o shalcv.o shalcv_opr.o shalcnv.o mfshalcn=
v.o lrgsclr.o gscond.o gscondp.o precpd.o precpdp.o precpd_shoc.o mstad=
b.o mstadbtn.o mstcnv.o get_prs.o gsmddrive.o aer_cloud.o cldmacro.o cl=
dwat2m_micro.o wv_saturation.o num_parthds.o nuopc_physics.o
 ar: creating libphys.a
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/gsmphys'
 cd atmos/nmm           && gmake stub
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/nmm'
 ls -1 ffsync.F90 module_ERROR_MSG.F90 module_BGRID_INTERP.F90 module_C=
LOCKTIMES.F90 module_CONTROL.F90 module_CONVECTION.F90 module_DERIVED_T=
YPES.F90 module_DIAGNOSE.F90 module_DIGITAL_FILTER_NMM.F90 module_DM_PA=
RALLEL.F90 module_DOMAIN_GRID_COMP.F90 module_DOMAIN_INTERNAL_STATE.F90=
 module_DYNAMICS_ROUTINES.F90 module_EXCHANGE.F90 module_FLTBNDS.F90 mo=
dule_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_M=
ICROPHYSICS.F90 module_MY_DOMAIN_SPECS.F90 module_NESTING.F90 module_NM=
M_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 modul=
e_QUASIPOST.F90 module_TRACKER.F90 module_SOLVER_GRID_COMP.F90 module_S=
OLVER_INTERNAL_STATE.F90 module_TIMESERIES.F90 module_TURBULENCE.F90 mo=
dule_VARS.F90 module_VARS_STATE.F90 module_WRITE_GRID_COMP.F90 module_W=
RITE_INTERNAL_STATE.F90 module_WRITE_ROUTINES.F90 n_namelist_physics_de=
f.f n_layout1.f n_resol_def.f n_compns_physics.f n_mpi_def.f n_module_g=
fs_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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/nmm'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/nmm'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_NMM_GRID_COMP_stub.F90 > module_NMM_GRID_COMP_stub.f90
-mpiifort -g -openmp -mkl=3Dsequential -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/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -I../share -I/gpfs/tp1/pt=
mp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c =
module_NMM_GRID_COMP_stub.f90
+mpiifort -g -openmp -mkl=3Dsequential -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/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -I../share -I/nems/save/S=
amuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_N=
MM_GRID_COMP_stub.f90
 ar -r libnmm.a module_NMM_GRID_COMP_stub.o
 ar: creating libnmm.a
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/nmm'
 cd atmos/gen           && gmake stub
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gen'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gen'
 makefile:31: warning: overriding commands for target `module_GEN_INTER=
NAL_STATE.o'
 makefile:28: warning: ignoring old commands for target `module_GEN_INT=
ERNAL_STATE.o'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GEN_INTERNAL_STATE.F90 > module_GEN_INTERNAL_STATE.f90
@@ -2478,20 +2603,20 @@
 mpiifort -g -openmp -mkl=3Dsequential -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/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -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=
=20
 ar: creating libgen.a
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gen'
-echo "       CHEM_MODi----------->ediri" /gpfs/tp1/ptmp/Tom.Black/trun=
k_NEMSLegacy/NEMS/src/chem/gocart/Linux/include
-       CHEM_MODi----------->ediri /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/chem/gocart/Linux/include
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gen'
+echo "       CHEM_MODi----------->ediri" /nems/save/Samuel.Trahan/regt=
ests/NEMS/src/chem/gocart/Linux/include
+       CHEM_MODi----------->ediri /nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/Linux/include
 cd atmos/gsm           && gmake gocart_stub
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_G=
FS_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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm'
 cd libutil && gmake gocart_stub && cd ..
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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
@@ -2512,8 +2637,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/libutil'
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -O3 -r8 -free  -I..=
/../share -c atmos_phy_chem_cpl_comp_mod_stub.f90
@@ -2531,17 +2656,17 @@
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -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_gf=
s_physcons.o module_gfs_funcphys.o module_gfs_tropp.o module_DM_PARALLE=
L_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=20
 ar: creating gfs_libutil.a
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/libutil'
 cd io && gmake  && cd ..
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/io'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/io'
 makefile:36: depend: No such file or directory
 ls -1 module_include_io.F90 module_io_mpi_def.F90 module_GFS_WRITE.F90=
 module_WRITE_INTERNAL_STATE_GFS.F90 module_GET_CONFIG_WRITE_GFS.F90 mo=
dule_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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/io'
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/io'
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/io'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/io'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/io'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_include_io.F90 > module_include_io.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -I../../share -I../=
libutil  -c module_include_io.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_io_mpi_def.F90 > module_io_mpi_def.f90
@@ -2558,10 +2683,10 @@
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -I../../share -I../=
libutil  -c module_GFS_WRITE.f90
 ar -r libio.a module_include_io.o module_io_mpi_def.o module_GFS_WRITE=
.o module_WRITE_INTERNAL_STATE_GFS.o module_GET_CONFIG_WRITE_GFS.o modu=
le_WRITE_ROUTINES_GFS.o module_WRITE_GRID_COMP_GFS.o
 ar: creating libio.a
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/io'
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/io'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/io'
 cd dyn && gmake && cd ..
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcon=
s.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physc=
ons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -2605,8 +2730,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/dyn'
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcon=
s.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physc=
ons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -2645,7 +2770,7 @@
 makefile:264: warning: ignoring old commands for target `gfs_dynamics_=
grid_comp_mod.o'
 ../../../conf/make.rules:8: warning: overriding commands for target `.=
f.f90'
 makefile:292: warning: ignoring old commands for target `.f.f90'
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcon=
s.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physc=
ons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -2686,192 +2811,192 @@
 makefile:292: warning: ignoring old commands for target `.f.f90'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM bfilt=
_def.f > bfilt_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_machine.f > gfs_dyn_machine.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_machine.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c bfilt_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_machine.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c bfilt_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_resol_def.f > gfs_dyn_resol_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_resol_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_resol_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_gg_def.f > gfs_dyn_gg_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_gg_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_gg_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_vert_def.f > gfs_dyn_vert_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_vert_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_vert_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_io_header.f > gfs_dyn_io_header.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_io_header.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_io_header.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_date_def.f > gfs_dyn_date_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_date_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_date_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM slgsh=
r.f > slgshr.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c slgshr.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c slgshr.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM pmgri=
d.f > pmgrid.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c pmgrid.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c pmgrid.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM layou=
t_grid_tracers.f > layout_grid_tracers.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c layout_grid_tracers.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c layout_grid_tracers.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM layou=
t_lag.f > layout_lag.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c layout_lag.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c layout_lag.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_layout1.f > gfs_dyn_layout1.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_layout1.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_layout1.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM namel=
ist_dynamics_def.f > namelist_dynamics_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c namelist_dynamics_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c namelist_dynamics_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_coordinate_def.f > gfs_dyn_coordinate_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_coordinate_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_coordinate_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_lon_lat_para.f > gfs_dyn_lon_lat_para.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_physcons.f > gfs_dyn_physcons.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dyn_physcons.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_lon_lat_para.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dyn_physcons.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_lon_lat_para.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_tracer_const.f > gfs_dyn_tracer_const.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_tracer_const.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_tracer_const.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_tracer_config.f > gfs_dyn_tracer_config.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_tracer_config.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_tracer_config.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_reduce_lons_grid_module.f > gfs_dyn_reduce_lons_grid_module.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_reduce_lons_grid_module.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_reduce_lons_grid_module.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_matrix_sig_def.f > gfs_dyn_matrix_sig_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_matrix_sig_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_matrix_sig_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_mpi_def.f > gfs_dyn_mpi_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_mpi_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_mpi_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_deldifs_def.f > gfs_dyn_deldifs_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_deldifs_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_deldifs_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_bfilt_def.f > gfs_dyn_bfilt_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_bfilt_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_bfilt_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_glats.f > gfs_dyn_glats.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_glats.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_glats.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_dfi_mod.f > gfs_dyn_dfi_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_dfi_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_dfi_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM nemsi=
o_def.f > nemsio_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c nemsio_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c nemsio_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM wrtou=
t_dynamics.f > wrtout_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM do_dy=
namics_mod.f > do_dynamics_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c do_dynamics_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c wrtout_dynamics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c do_dynamics_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c wrtout_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM wrtou=
t_dynamics_slg_nemsio.f > wrtout_dynamics_slg_nemsio.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c wrtout_dynamics_slg_nemsio.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c wrtout_dynamics_slg_nemsio.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_hyb_gc_h_w_z.f > gfidi_hyb_gc_h_w_z.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfidi_hyb_gc_h_w_z.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfidi_hyb_gc_h_w_z.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_w=
_z.f > get_w_z.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c get_w_z.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c get_w_z.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM deldi=
fs_def.f > deldifs_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c deldifs_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c deldifs_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM dyn_g=
ocart_tracer_config_stub.f > dyn_gocart_tracer_config_stub.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c dyn_gocart_tracer_config_stub.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c dyn_gocart_tracer_config_stub.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM num_p=
arthds.f > num_parthds.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c num_parthds.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c num_parthds.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_err_msg_mod.f > gfs_dynamics_err_msg_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dynamics_err_msg_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dynamics_err_msg_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_namelist_mod.f > gfs_dynamics_namelist_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dynamics_namelist_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dynamics_namelist_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_start_time_get_mod.f > gfs_dynamics_start_time_get_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sigio=
_module.f > sigio_module.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -free -c sigio_modu=
le.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sigio=
_r_module.f > sigio_r_module.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -free -c sigio_r_mo=
dule.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dynamics_start_time_get_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dynamics_start_time_get_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_internal_state_mod.f > gfs_dynamics_internal_state_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dynamics_internal_state_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dynamics_internal_state_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_grid_create_mod.f > gfs_dynamics_grid_create_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dynamics_grid_create_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dynamics_grid_create_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_output.f > gfs_dynamics_output.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dynamics_output.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dynamics_output.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_getcf_mod.f > gfs_dynamics_getcf_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dynamics_getcf_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dynamics_getcf_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM GFS_A=
ddParameterToStateMod.f > GFS_AddParameterToStateMod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c GFS_AddParameterToStateMod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c GFS_AddParameterToStateMod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_initialize_mod.f > gfs_dynamics_initialize_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_stoch_data_mod.f > gfs_dyn_stoch_data_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_patterngenerator.f > gfs_dyn_patterngenerator.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dyn_patterngenerator.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dyn_stoch_data_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dynamics_initialize_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dyn_patterngenerator.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dyn_stoch_data_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dynamics_initialize_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_initialize_slg_mod.f > gfs_dynamics_initialize_slg_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dynamics_initialize_slg_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dynamics_initialize_slg_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_run_mod.f > gfs_dynamics_run_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_g=
et_pattern_mod.f > gfs_get_pattern_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_get_pattern_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dynamics_run_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_get_pattern_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dynamics_run_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_finalize_mod.f > gfs_dynamics_finalize_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dynamics_finalize_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dynamics_finalize_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_add_get_state_ESMFField_mod.f > gfs_dynamics_add_get_state_ESMF=
Field_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dynamics_add_get_state_ESMFField_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dynamics_add_get_state_ESMFField_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_states_mod.f > gfs_dynamics_states_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dynamics_states_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dynamics_states_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM mpi_G=
V.f > mpi_GV.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c mpi_GV.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c mpi_GV.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_grid_comp_mod.f > gfs_dynamics_grid_comp_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dynamics_grid_comp_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dynamics_grid_comp_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_c=
d_hyb.f > get_cd_hyb.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c get_cd_hyb.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c get_cd_hyb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_a=
m_bm_hyb.f > get_am_bm_hyb.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c get_am_bm_hyb.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c get_am_bm_hyb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_c=
d_hyb_gc.f > get_cd_hyb_gc.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c get_cd_hyb_gc.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c get_cd_hyb_gc.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_c=
d_hyb_gcdp.f > get_cd_hyb_gcdp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c get_cd_hyb_gcdp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c get_cd_hyb_gcdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_a=
m_bm_hyb_gc.f > get_am_bm_hyb_gc.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c get_am_bm_hyb_gc.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c get_am_bm_hyb_gc.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_a=
m_bm_hyb_gcdp.f > get_am_bm_hyb_gcdp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c get_am_bm_hyb_gcdp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c get_am_bm_hyb_gcdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sltin=
i_all.f > sltini_all.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c sltini_all.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c sltini_all.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM set_h=
alos_lag_sn.f > set_halos_lag_sn.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c set_halos_lag_sn.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c set_halos_lag_sn.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM setla=
ts.f > setlats.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c setlats.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c setlats.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM setla=
ts_slg.f > setlats_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c setlats_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c setlats_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM getys=
k.f > getysk.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c getysk.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c getysk.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM getys=
k_gc.f > getysk_gc.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c getysk_gc.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c getysk_gc.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM redis=
t_lats_a.f > redist_lats_a.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c redist_lats_a.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c redist_lats_a.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ifshu=
ff.f > ifshuff.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c ifshuff.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c ifshuff.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM shuff=
le_grid.f > shuffle_grid.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c shuffle_grid.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c shuffle_grid.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
collect.f > grid_collect.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c grid_collect.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c grid_collect.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
collect_ipe.f > grid_collect_ipe.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c grid_collect_ipe.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c grid_collect_ipe.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM excha=
.f > excha.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c excha.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c excha.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM info.=
f > info.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c info.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c info.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM four2=
grid_thread.f > four2grid_thread.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c four2grid_thread.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c four2grid_thread.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM hpmdu=
mmy.f > hpmdummy.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c hpmdummy.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c hpmdummy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM cound=
ummy.f > coundummy.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c coundummy.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c coundummy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM damp_=
speed.f > damp_speed.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c damp_speed.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c damp_speed.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM damp_=
speed_noq.f > damp_speed_noq.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c damp_speed_noq.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c damp_speed_noq.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM deldi=
fs.f > deldifs.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c deldifs.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c deldifs.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM deldi=
fs_noq.f > deldifs_noq.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c deldifs_noq.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c deldifs_noq.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM idea_=
deldifs_init.f > idea_deldifs_init.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c idea_deldifs_init.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c idea_deldifs_init.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM idea_=
deldifs.f > idea_deldifs.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c idea_deldifs.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c idea_deldifs.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM idea_=
deldifs_noq.f > idea_deldifs_noq.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c idea_deldifs_noq.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c idea_deldifs_noq.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM idea_=
getcoef.f > idea_getcoef.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c idea_getcoef.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c idea_getcoef.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM input=
_fields.f > input_fields.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c input_fields.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c input_fields.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM input=
_fields_slg.f > input_fields_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c input_fields_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c input_fields_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM input=
_fields_rst.f > input_fields_rst.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c input_fields_rst.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c input_fields_rst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM delnp=
e.f > delnpe.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c delnpe.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c delnpe.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM delnp=
o.f > delnpo.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c delnpo.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c delnpo.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM dezou=
v.f > dezouv.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c dezouv.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c dezouv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM impad=
j_sig.locl.f > impadj_sig.locl.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c impadj_sig.locl.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c impadj_sig.locl.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM impad=
j_hyb.locl.f > impadj_hyb.locl.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c impadj_hyb.locl.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c impadj_hyb.locl.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM impad=
j_hyb.locl_gc.f > impadj_hyb.locl_gc.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c impadj_hyb.locl_gc.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -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
 ---------------------------^
@@ -2879,15 +3004,15 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM impad=
j_hyb.locl_gcdp.f > impadj_hyb.locl_gcdp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c impadj_hyb.locl_gcdp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c impadj_hyb.locl_gcdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM impad=
j_slg.locl.f > impadj_slg.locl.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c impadj_slg.locl.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c impadj_slg.locl.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM dozeu=
v.f > dozeuv.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c dozeuv.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c dozeuv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM epslo=
n.f > epslon.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c epslon.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c epslon.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM filte=
reo.f > filtereo.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c filtereo.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c filtereo.f90
 filtereo.f90(64): remark #7713: This statement function has not been u=
sed.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -2895,7 +3020,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM filte=
r1eo.f > filter1eo.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c filter1eo.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c filter1eo.f90
 filter1eo.f90(63): remark #7713: This statement function has not been =
used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -2903,7 +3028,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM filte=
r2eo.f > filter2eo.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c filter2eo.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c filter2eo.f90
 filter2eo.f90(63): remark #7713: This statement function has not been =
used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -2911,7 +3036,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM filte=
reo_noq.f > filtereo_noq.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c filtereo_noq.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c filtereo_noq.f90
 filtereo_noq.f90(61): remark #7713: This statement function has not be=
en used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -2919,7 +3044,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM filte=
r1eo_noq.f > filter1eo_noq.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c filter1eo_noq.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c filter1eo_noq.f90
 filter1eo_noq.f90(58): remark #7713: This statement function has not b=
een used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -2927,7 +3052,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM filte=
r2eo_noq.f > filter2eo_noq.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c filter2eo_noq.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c filter2eo_noq.f90
 filter2eo_noq.f90(59): remark #7713: This statement function has not b=
een used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -2935,43 +3060,43 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM setla=
ts_lag.f > setlats_lag.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c setlats_lag.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c setlats_lag.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_l=
s_node.f > get_ls_node.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c get_ls_node.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c get_ls_node.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_l=
ats_node_shuff_a_fix.f > get_lats_node_shuff_a_fix.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c get_lats_node_shuff_a_fix.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c get_lats_node_shuff_a_fix.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM getco=
n_lag.f > getcon_lag.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c getcon_lag.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c getcon_lag.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM getco=
n_dynamics.f > getcon_dynamics.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c getcon_dynamics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c getcon_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_tracers.f > gfidi_tracers.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfidi_tracers.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfidi_tracers.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_speed.f > gfidi_speed.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfidi_speed.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfidi_speed.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_sig.f > gfidi_sig.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfidi_sig.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfidi_sig.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_hyb.f > gfidi_hyb.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfidi_hyb.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfidi_hyb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_hyb_gc.f > gfidi_hyb_gc.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfidi_hyb_gc.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfidi_hyb_gc.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_hyb_gc_h.f > gfidi_hyb_gc_h.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfidi_hyb_gc_h.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfidi_hyb_gc_h.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_hyb_gchdp.f > gfidi_hyb_gchdp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfidi_hyb_gchdp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfidi_hyb_gchdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_gchdp_noadv_noq.f > gfidi_gchdp_noadv_noq.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfidi_gchdp_noadv_noq.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfidi_gchdp_noadv_noq.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ndslf=
v_pack.f > ndslfv_pack.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c ndslfv_pack.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c ndslfv_pack.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ndslf=
v_para.f > ndslfv_para.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c ndslfv_para.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c ndslfv_para.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ndslf=
v_monoadvh2.f > ndslfv_monoadvh2.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c ndslfv_monoadvh2.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c ndslfv_monoadvh2.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ndslf=
v_monoadvh.f > ndslfv_monoadvh.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c ndslfv_monoadvh.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c ndslfv_monoadvh.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ndslf=
v_monoadvv.f > ndslfv_monoadvv.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c ndslfv_monoadvv.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c ndslfv_monoadvv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
to_spect.f > grid_to_spect.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c grid_to_spect.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c grid_to_spect.f90
 grid_to_spect.f90(57): remark #7713: This statement function has not b=
een used.   [INDLSEV]
       INTEGER              INDLSEV,JBASEV
 ---------------------------^
@@ -2979,7 +3104,7 @@
       INTEGER              INDLSOD,JBASOD
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
to_spect_slg.f > grid_to_spect_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c grid_to_spect_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c grid_to_spect_slg.f90
 grid_to_spect_slg.f90(49): remark #7713: This statement function has n=
ot been used.   [INDLSEV]
      &,        INDLSEV,JBASEV,INDLSOD,JBASOD,ylan
 ---------------^
@@ -2987,7 +3112,7 @@
      &,        INDLSEV,JBASEV,INDLSOD,JBASOD,ylan
 ------------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
to_spect_rqt.f > grid_to_spect_rqt.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c grid_to_spect_rqt.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c grid_to_spect_rqt.f90
 grid_to_spect_rqt.f90(56): remark #7713: This statement function has n=
ot been used.   [INDLSEV]
       INTEGER              INDLSEV,JBASEV
 ---------------------------^
@@ -2995,35 +3120,35 @@
       INTEGER              INDLSOD,JBASOD
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gridz=
z_to_spect.f > gridzz_to_spect.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gridzz_to_spect.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gridzz_to_spect.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM spect=
_to_grid.f > spect_to_grid.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c spect_to_grid.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c spect_to_grid.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM spect=
_to_grid_slg.f > spect_to_grid_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c spect_to_grid_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c spect_to_grid_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM spect=
_to_grid_gz.f > spect_to_grid_gz.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c spect_to_grid_gz.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c spect_to_grid_gz.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM spect=
_to_grid_rqt.f > spect_to_grid_rqt.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c spect_to_grid_rqt.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c spect_to_grid_rqt.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM spect=
_to_gridxy.f > spect_to_gridxy.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c spect_to_gridxy.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c spect_to_gridxy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM spect=
pz_to_gridxy.f > spectpz_to_gridxy.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c spectpz_to_gridxy.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c spectpz_to_gridxy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM compn=
s_dynamics.f > compns_dynamics.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c compns_dynamics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c compns_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gozri=
neo.f > gozrineo.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gozrineo.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gozrineo.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM pln2e=
o.f > pln2eo.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c pln2eo.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c pln2eo.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM rms_s=
pect.f > rms_spect.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c rms_spect.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c rms_spect.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM lats_=
shuff.f > lats_shuff.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c lats_shuff.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c lats_shuff.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM uvoed=
z.f > uvoedz.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c uvoedz.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c uvoedz.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM mpi_q=
uit.f > mpi_quit.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c mpi_quit.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c mpi_quit.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sicdi=
f_sig.f > sicdif_sig.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c sicdif_sig.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c sicdif_sig.f90
 sicdif_sig.f90(25): remark #7713: This statement function has not been=
 used.   [INDLSOD]
       integer              indlsod,jbasod
 ---------------------------^
@@ -3031,7 +3156,7 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sicdi=
f_hyb.f > sicdif_hyb.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c sicdif_hyb.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c sicdif_hyb.f90
 sicdif_hyb.f90(26): remark #7713: This statement function has not been=
 used.   [INDLSOD]
       integer              indlsod,jbasod
 ---------------------------^
@@ -3039,7 +3164,7 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sicdi=
f_hyb_gc.f > sicdif_hyb_gc.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c sicdif_hyb_gc.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c sicdif_hyb_gc.f90
 sicdif_hyb_gc.f90(26): remark #7713: This statement function has not b=
een used.   [INDLSOD]
       integer              indlsod,jbasod
 ---------------------------^
@@ -3047,7 +3172,7 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sicdi=
f_hyb_gcdp.f > sicdif_hyb_gcdp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c sicdif_hyb_gcdp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c sicdif_hyb_gcdp.f90
 sicdif_hyb_gcdp.f90(33): remark #7713: This statement function has not=
 been used.   [INDLSOD]
       integer              indlsod,jbasod
 ---------------------------^
@@ -3055,83 +3180,83 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM commo=
n_to_model_vars.f > common_to_model_vars.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c common_to_model_vars.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c common_to_model_vars.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM getpw=
atptot.f > getpwatptot.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c getpwatptot.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c getpwatptot.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sig2p=
ress.f > sig2press.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c sig2press.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c sig2press.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM hyb2p=
ress.f > hyb2press.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c hyb2press.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c hyb2press.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gch2p=
ress.f > gch2press.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gch2press.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gch2press.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM omega=
_sig.f > omega_sig.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c omega_sig.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c omega_sig.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM omega=
_hyb.f > omega_hyb.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c omega_hyb.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c omega_hyb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM omega=
_gch.f > omega_gch.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c omega_gch.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c omega_gch.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM omega=
_gcdp.f > omega_gcdp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c omega_gcdp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c omega_gcdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM slgsc=
an_all_redgg.f > slgscan_all_redgg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c slgscan_all_redgg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c slgscan_all_redgg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_c=
d_hyb_slg.f > get_cd_hyb_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c get_cd_hyb_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c get_cd_hyb_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ficoll_dynamics.f > gfs_dficoll_dynamics.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dficoll_dynamics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dficoll_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ficoll_dynamics_slg.f > gfs_dficoll_dynamics_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dficoll_dynamics_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dficoll_dynamics_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sicdi=
f_hyb_slg.f > sicdif_hyb_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c sicdif_hyb_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c sicdif_hyb_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM deldi=
fs_tracers.f > deldifs_tracers.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c deldifs_tracers.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c deldifs_tracers.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gloop=
a_tracers.f > gloopa_tracers.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gloopa_tracers.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gloopa_tracers.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM do_dy=
namics_slg_loop.f > do_dynamics_slg_loop.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c do_dynamics_slg_loop.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c do_dynamics_slg_loop.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM do_dy=
namics_one_loop.f > do_dynamics_one_loop.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c do_dynamics_one_loop.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c do_dynamics_one_loop.f90
 do_dynamics_one_loop.f90(130): remark #7713: This statement function h=
as not been used.   [INDLSOD]
       INTEGER               INDLSOD,JBASOD
 ----------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM do_dy=
namics_two_loop.f > do_dynamics_two_loop.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c do_dynamics_two_loop.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c do_dynamics_two_loop.f90
 do_dynamics_two_loop.f90(154): remark #7713: This statement function h=
as not been used.   [INDLSOD]
       INTEGER               INDLSOD,JBASOD
 ----------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM model=
_to_common_vars.f > model_to_common_vars.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c model_to_common_vars.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c model_to_common_vars.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gathe=
r_times.f > gather_times.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gather_times.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gather_times.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM four_=
to_grid.f > four_to_grid.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c four_to_grid.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c four_to_grid.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM four2=
fln_gg.f > four2fln_gg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c four2fln_gg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c four2fln_gg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM four2=
fln.f > four2fln.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c four2fln.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c four2fln.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sortr=
x.f > sortrx.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c sortrx.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c sortrx.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sumde=
r2_slg_gg.f > sumder2_slg_gg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c sumder2_slg_gg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c sumder2_slg_gg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sumfl=
n_slg_gg.f > sumfln_slg_gg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c sumfln_slg_gg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c sumfln_slg_gg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sumfl=
n.f > sumfln.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c sumfln.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c sumfln.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sumde=
r2.f > sumder2.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c sumder2.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c sumder2.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM trise=
ori.f > triseori.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c triseori.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c triseori.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM trise=
of.f > triseof.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c triseof.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c triseof.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM uveod=
z.f > uveodz.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c uveodz.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c uveodz.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM matin=
v.f > matinv.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c matinv.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c matinv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ver_s=
ig.f > ver_sig.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c ver_sig.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c ver_sig.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sig_i=
o.f > sig_io.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c sig_io.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c sig_io.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_t=
opo_grid_grad.f > get_topo_grid_grad.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c get_topo_grid_grad.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -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
 --------------^
@@ -3139,29 +3264,29 @@
      &,       indlsod,jbasod,indod,indod1,indod2
 --------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ysmin=
v.f > ysminv.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c ysminv.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c ysminv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
fix.f > grid_fix.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c grid_fix.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c grid_fix.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM tread=
eo.io.f > treadeo.io.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c treadeo.io.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c treadeo.io.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM tread=
eo.io_slg.f > treadeo.io_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c treadeo.io_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c treadeo.io_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM tread=
eo_nemsio.f > treadeo_nemsio.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c treadeo_nemsio.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c treadeo_nemsio.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM tread=
eo_nemsio_slg.f > treadeo_nemsio_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c treadeo_nemsio_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c treadeo_nemsio_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM tread=
g_nemsio.f > treadg_nemsio.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c treadg_nemsio.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c treadg_nemsio.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM tread=
s_nemsio.f > treads_nemsio.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c treads_nemsio.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c treads_nemsio.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM twrit=
es_rst.f > twrites_rst.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c twrites_rst.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c twrites_rst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM twrit=
es_hst.f > twrites_hst.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c twrites_hst.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c twrites_hst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM twrit=
eg_rst.f > twriteg_rst.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c twriteg_rst.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c twriteg_rst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
to_spect_inp.f > grid_to_spect_inp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c grid_to_spect_inp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c grid_to_spect_inp.f90
 grid_to_spect_inp.f90(83): remark #7713: This statement function has n=
ot been used.   [INDLSEV]
       INTEGER              INDLSEV,JBASEV
 ---------------------------^
@@ -3169,7 +3294,7 @@
       INTEGER              INDLSOD,JBASOD
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
to_spect_inp_slg.f > grid_to_spect_inp_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c grid_to_spect_inp_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c grid_to_spect_inp_slg.f90
 grid_to_spect_inp_slg.f90(85): remark #7713: This statement function h=
as not been used.   [INDLSEV]
      &,        INDLSEV,JBASEV,INDLSOD,JBASOD
 ---------------^
@@ -3177,15 +3302,15 @@
      &,        INDLSEV,JBASEV,INDLSOD,JBASOD
 ------------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM setsi=
g.f > setsig.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c setsig.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c setsig.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM spect=
_to_grid_inp.f > spect_to_grid_inp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c spect_to_grid_inp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -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_d=
ef.o slgshr.o pmgrid.o layout_grid_tracers.o layout_lag.o gfs_dyn_layou=
t1.o namelist_dynamics_def.o gfs_dyn_coordinate_def.o gfs_dyn_lon_lat_p=
ara.o gfs_dyn_tracer_const.o gfs_dyn_tracer_config.o gfs_dyn_reduce_lon=
s_grid_module.o gfs_dyn_matrix_sig_def.o gfs_dyn_mpi_def.o gfs_dyn_deld=
ifs_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_s=
tart_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_AddPar=
ameterToStateMod.o gfs_dynamics_initialize_mod.o gfs_dynamics_initializ=
e_slg_mod.o gfs_dynamics_run_mod.o gfs_dynamics_finalize_mod.o gfs_dyna=
mics_add_get_state_ESMFField_mod.o gfs_dynamics_states_mod.o gfs_dyn_ph=
yscons.o mpi_GV.o gfs_dynamics_grid_comp_mod.o get_cd_hyb.o get_am_bm_h=
yb.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 g=
rid_collect_ipe.o excha.o info.o four2grid_thread.o hpmdummy.o coundumm=
y.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_h=
yb_gc_h.o gfidi_hyb_gchdp.o gfidi_gchdp_noadv_noq.o ndslfv_pack.o ndslf=
v_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 spec=
t_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 pln2=
eo.o rms_spect.o lats_shuff.o uvoedz.o mpi_quit.o sicdif_sig.o sicdif_h=
yb.o sicdif_hyb_gc.o sicdif_hyb_gcdp.o common_to_model_vars.o getpwatpt=
ot.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 d=
eldifs_tracers.o gloopa_tracers.o do_dynamics_slg_loop.o do_dynamics_on=
e_loop.o do_dynamics_two_loop.o model_to_common_vars.o gather_times.o f=
our_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 treade=
o_nemsio_slg.o treadg_nemsio.o treads_nemsio.o twrites_rst.o twrites_hs=
t.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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/dyn'
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake && cd ..
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/phys'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_hy=
b_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_=
gc_h.o'
@@ -3231,8 +3356,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/phys'
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/phys'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/phys'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_hy=
b_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_=
gc_h.o'
@@ -3273,8 +3398,8 @@
 makefile:114: warning: ignoring old commands for target `gfs_physics_e=
rr_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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/phys'
+       CHEM_MODi------from GFS/phys-----> /nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/Linux/include
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_hy=
b_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_=
gc_h.o'
@@ -3316,72 +3441,72 @@
 ../../../conf/make.rules:8: warning: overriding commands for target `.=
f.f90'
 makefile:107: warning: ignoring old commands for target `.f.f90'
 /lib/cpp -P -traditional resol_def.f > resol_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c resol_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c resol_def.f90
 /lib/cpp -P -traditional layout1.f > layout1.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c layout1.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c layout1.f90
 /lib/cpp -P -traditional vert_def.f > vert_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c vert_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c vert_def.f90
 /lib/cpp -P -traditional gg_def.f > gg_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c gg_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c namelist_physics_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c namelist_physics_de=
f.f90
 /lib/cpp -P -traditional coordinate_def.f > coordinate_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c coordinate_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c reduce_lons_grid_module.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c reduce_lons_grid_mo=
dule.f90
 /lib/cpp -P -traditional mpi_def.f > mpi_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c mpi_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c mpi_def.f90
 /lib/cpp -P -traditional d3d_def.f > d3d_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c d3d_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c d3d_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sfcio=
_module.f > sfcio_module.f90
 /lib/cpp -P -traditional sfcio_module.f > sfcio_module.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -c sfcio_module.f90
 /lib/cpp -P -traditional mod_state.f > mod_state.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c mod_state.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c mod_state.f90
 /lib/cpp -P -traditional nstio_module.f > nstio_module.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -c nstio_module.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -c nstio_module.f90
 /lib/cpp -P -traditional gfs_physics_err_msg_mod.f > gfs_physics_err_m=
sg_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -c gfs_physics_err_msg_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/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_fl=
x_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_sfc_flx_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/Linux/include/GEOSchem_GridComp -c gfs_physics_sfc_flx_mod.f90
 /lib/cpp -P -traditional gfs_physics_nst_var_mod.f >gfs_physics_nst_va=
r_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_nst_var_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/Linux/include/GEOSchem_GridComp -c gfs_physics_nst_var_mod.f90
 /lib/cpp -P -traditional gfs_physics_sfc_flx_set_mod.f >gfs_physics_sf=
c_flx_set_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_sfc_flx_set_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_gridgr_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/Linux/include/GEOSchem_GridComp -c gfs_physics_gridgr_mod.f90
 /lib/cpp -P -traditional gfs_physics_g2d_mod.f >gfs_physics_g2d_mod.f9=
0
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_g2d_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/Linux/include/GEOSchem_GridComp -c gfs_physics_g2d_mod.f90
 /lib/cpp -P -traditional gfs_physics_g3d_mod.f >gfs_physics_g3d_mod.f9=
0
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_g3d_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/Linux/include/GEOSchem_GridComp -c gfs_physics_g3d_mod.f90
 /lib/cpp -P -traditional gfs_physics_aoi_var_mod.f >gfs_physics_aoi_va=
r_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_aoi_var_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/Linux/include/GEOSchem_GridComp -c gfs_physics_aoi_var_mod.f90
 /lib/cpp -P -traditional gfs_physics_namelist_mod.f >gfs_physics_namel=
ist_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_namelist_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_start_time_get_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_internal_state_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/Linux/include/GEOSchem_GridComp -c gfs_physics_internal_state_mod.f90
 /lib/cpp -P -traditional gfs_physics_grid_create_mod.f >gfs_physics_gr=
id_create_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_grid_create_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_output.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/Linux/include/GEOSchem_GridComp -c gfs_physics_output.f90
 /lib/cpp -P -traditional gfs_physics_getcf_mod.f >gfs_physics_getcf_mo=
d.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_getcf_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/Linux/include/GEOSchem_GridComp -c gfs_physics_getcf_mod.f90
 /lib/cpp -P -traditional gfs_physics_initialize_mod.f >gfs_physics_ini=
tialize_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_initialize_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/Linux/include/GEOSchem_GridComp -c gfs_physics_initialize_mod.f90
 /lib/cpp -P -traditional gfs_physics_run_mod.f >gfs_physics_run_mod.f9=
0
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_run_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/Linux/include/GEOSchem_GridComp -c gfs_physics_run_mod.f90
 /lib/cpp -P -traditional gfs_physics_finalize_mod.f >gfs_physics_final=
ize_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_finalize_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/Linux/include/GEOSchem_GridComp -c gfs_physics_finalize_mod.f90
 /lib/cpp -P -traditional gfs_physics_add_get_state_ESMFField_mod.f >gf=
s_physics_add_get_state_ESMFField_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_add_get_state_ESMFField_mod.f=
90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/Linux/include/GEOSchem_GridComp -c gfs_physics_add_get_state_ESMFFiel=
d_mod.f90
 /lib/cpp -P -traditional gfs_phy_states_mod.f >gfs_phy_states_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_phy_states_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_grid_comp_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c glats_physics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/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 de=
scriptor is 'W>=3DD+7'.
  102  format(1x,i3,2x,f6.2,2x,f10.7,2x,e13.7,2x,e13.7,2x,i4,2x,e13.7)
 ----------------------------------------^
@@ -3392,19 +3517,19 @@
  102  format(1x,i3,2x,f6.2,2x,f10.7,2x,e13.7,2x,e13.7,2x,i4,2x,e13.7)
 ----------------------------------------------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gcycl=
e.f > gcycle.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c gcycle.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c gcycle.f90
 /lib/cpp -P -traditional do_physics_one_step.f > do_physics_one_step.f=
90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c do_physics_one_step.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/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_s=
huff_r_fix.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c get_lats_node_shuff_r_fix.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c setlats.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c setlats_r_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c lats_shuff.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c lats_shuff.f90
 /lib/cpp -P -traditional getcon_physics.f > getcon_physics.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c getcon_physics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/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
 ---------------------------^
@@ -3412,84 +3537,84 @@
       integer              indlsev,jbasev,indlsod,jbasod
 ------------------------------------------^
 /lib/cpp -P -traditional lon_lat_para.f > lon_lat_para.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c lon_lat_para.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c compns_physics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c compns_physics.f90
 /lib/cpp -P -traditional info.f > info.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c info.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c info.f90
 /lib/cpp -P -traditional coundummy.f > coundummy.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c coundummy.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c coundummy.f90
 /lib/cpp -P -traditional sortrx.f > sortrx.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c sortrx.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c sortrx.f90
 /lib/cpp -P -traditional mpi_quit.f > mpi_quit.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c mpi_quit.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c mpi_quit.f90
 /lib/cpp -P -traditional dfi_fixwr.f > dfi_fixwr.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c dfi_fixwr.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c dfi_fixwr.f90
 /lib/cpp -P -traditional hpmdummy.f > hpmdummy.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c hpmdummy.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c hpmdummy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gloop=
r.f > gloopr.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c gloopr.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c gloopr.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gloop=
b.f > gloopb.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c gloopb.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c gloopb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gbphy=
s_adv_hyb_gc.f > gbphys_adv_hyb_gc.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c gbphys_adv_hyb_gc.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c gbphys_adv_hyb_gc.f=
90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gbphy=
s_adv_hyb_gc_h.f > gbphys_adv_hyb_gc_h.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c gbphys_adv_hyb_gc_h.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c fix_fields.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c fix_fields.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM read_=
fix.f > read_fix.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c read_fix.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c GFS_simple_scatter.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c GFS_simple_scatter.=
f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM wrtou=
t_physics.f > wrtout_physics.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c wrtout_physics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrtout_physics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM fld_c=
ollect.f > fld_collect.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c fld_collect.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c fld_collect.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM fld_c=
ollect_nst.f > fld_collect_nst.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c fld_collect_nst.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c fld_collect_nst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gribi=
t_gsm.f > gribit_gsm.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c gribit_gsm.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c wrt3d_hyb.f
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c wrt3d.f
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c gribit_gsm.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrt3d_hyb.f
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrt3d.f
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM aoicp=
l_prep.f > aoicpl_prep.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c aoicpl_prep.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c aoicpl_prep.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM para_=
fixio_w.f > para_fixio_w.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c para_fixio_w.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c para_fixio_w.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM para_=
nst_w.f > para_nst_w.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c para_nst_w.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/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_mo=
d.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_physi=
cs_g3d_mod.o gfs_physics_aoi_var_mod.o gfs_physics_namelist_mod.o gfs_p=
hysics_start_time_get_mod.o gfs_physics_internal_state_mod.o gfs_physic=
s_grid_create_mod.o gfs_physics_output.o gfs_physics_getcf_mod.o gfs_ph=
ysics_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_phy=
sics_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 m=
pi_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 wrto=
ut_physics.o fld_collect.o fld_collect_nst.o gribit_gsm.o wrt3d_hyb.o w=
rt3d.o aoicpl_prep.o para_fixio_w.o para_nst_w.o
 ar: creating gfs_physics.a
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/phys'
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/phys'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/phys'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GOCART_ROUTINES_stub.F90 > module_GOCART_ROUTINES_stub.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Ii=
o -Ilibutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -Idyn -Iphys -free -c module_GOCART_ROUTINES_stub.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Ii=
o -Ilibutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -Idyn -Iphys -free -c module_GOCART_ROUTINES_stub.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GFS_CORE_SETUP.F90 > module_GFS_CORE_SETUP.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Ii=
o -Ilibutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -Idyn -Iphys -free -c module_GFS_CORE_SETUP.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Ii=
o -Ilibutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -Idyn -Iphys -free -c module_GFS_CORE_SETUP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GFS_INTERNAL_STATE.F90 > module_GFS_INTERNAL_STATE.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Ii=
o -Ilibutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -Idyn -Iphys -free -c module_GFS_INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Ii=
o -Ilibutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -Idyn -Iphys -free -c module_GFS_INTERNAL_STATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GFS_INTEGRATE.F90 > module_GFS_INTEGRATE.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Ii=
o -Ilibutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -Idyn -Iphys -free -c module_GFS_INTEGRATE.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Ii=
o -Ilibutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -Idyn -Iphys -free -c module_GFS_INTEGRATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GFS_GRID_COMP.F90 > module_GFS_GRID_COMP.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Ii=
o -Ilibutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -Idyn -Iphys -free -c module_GFS_GRID_COMP.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Ii=
o -Ilibutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm'
 cd atmos/fim           && gmake stub
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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.F9=
0 module_DYNAMICS_GRID_COMP.F90 module_DYN_PHY_CPL_COMP.F90 module_PHYS=
ICS_GRID_COMP.F90 > Srcfiles
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/fim'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/fim'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM fim_g=
rid_comp_stub.F90 > fim_grid_comp_stub.f90
 mpiifort -g -openmp -mkl=3Dsequential -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/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -I../share -c fim_grid_co=
mp_stub.f90
 ar -r libfimtop.a fim_grid_comp_stub.o
 ar: creating libfimtop.a
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/fim'
 cd atmos/post          && gmake stub
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_routin=
es.o'
@@ -3507,8 +3632,8 @@
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/post'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_routin=
es.o'
@@ -3529,25 +3654,25 @@
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -I../share -c post_nems_routi=
nes_stub.f90
 ar -r libpost.a post_gfs_stub.o post_nmm_stub.o post_nems_routines_stu=
b.o
 ar: creating libpost.a
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/post'
 cd atmos               && gmake
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos'
 makefile:40: depend: No such file or directory
 ls -1 module_ATM_INTERNAL_STATE.F90 module_ATM_GRID_COMP.F90 > Srcfile=
s
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_ATM_INTERNAL_STATE.F90 > module_ATM_INTERNAL_STATE.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Ishare -Inmm -Igsm -Ifim -I/=
gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Ig=
en -c module_ATM_INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Ishare -Inmm -Igsm -Ifim -I/=
nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Igen -c mo=
dule_ATM_INTERNAL_STATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_ATM_GRID_COMP.F90 > module_ATM_GRID_COMP.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Ishare -Inmm -Igsm -Ifim -I/=
gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Ig=
en -c module_ATM_GRID_COMP.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Ishare -Inmm -Igsm -Ifim -I/=
nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Igen -c mo=
dule_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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos'
 cd ENS_Cpl             && gmake
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/ENS_Cpl'
 makefile:124: depend: No such file or directory
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM Lib_E=
SMFStateAddGetMod.f > Lib_ESMFStateAddGetMod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM machi=
ne.f > machine.f90
@@ -3570,9 +3695,9 @@
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/ENS_Cpl'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/ENS_Cpl'
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/ENS_Cpl'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/ENS_Cpl'
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8   -free -c Lib_=
ESMFStateAddGetMod.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8   -fixed -c mac=
hine.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8   -free -c ENS_=
Cpl_InternalState_ESMFMod.f90
@@ -3592,36 +3717,36 @@
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -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_InternalSta=
te_ESMFMod.o ENS_bcst_global.o ENS_Sto_Per_Scheme_Step2.o DistributeFor=
Step1.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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/ENS_Cpl'
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/ENS_Cpl'
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 08:24:27 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share=
 -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/=
share  -c module_MEDIATOR_methods.f90
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 09:50:08 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' module_MEDIATOR_methods.F90 > module_MEDIATOR=
_methods.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_C=
pl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regte=
sts/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=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 08:24:27 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' module_MEDIATOR.F90 > module_MEDIATOR.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share=
 -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/=
share  -c module_MEDIATOR.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 09:50:08 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' module_MEDIATOR.F90 > module_MEDIATOR.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_C=
pl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regte=
sts/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=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 08:24:27 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeathe=
r.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share=
 -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/=
share  -c module_MEDIATOR_SpaceWeather.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 09:50:08 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' module_MEDIATOR_SpaceWeather.F90 > module_MED=
IATOR_SpaceWeather.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_C=
pl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regte=
sts/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=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 08:24:27 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.=
f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share=
 -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/=
share  -c module_EARTH_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 09:50:08 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' module_EARTH_INTERNAL_STATE.F90 > module_EART=
H_INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_C=
pl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regte=
sts/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=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 08:24:27 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share=
 -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/=
share  -c module_EARTH_GRID_COMP.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 09:50:08 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' module_EARTH_GRID_COMP.F90 > module_EARTH_GRI=
D_COMP.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_C=
pl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regte=
sts/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=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 08:24:27 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.f9=
0
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share=
 -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/=
share  -c module_NEMS_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 09:50:08 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' module_NEMS_INTERNAL_STATE.F90 > module_NEMS_=
INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_C=
pl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regte=
sts/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=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 08:24:27 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share=
 -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/=
share  -c module_NEMS_GRID_COMP.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 09:50:08 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_=
COMP.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_C=
pl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regte=
sts/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=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 08:24:27 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' MAIN_NEMS.F90 > MAIN_NEMS.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share=
 -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/=
share  -c MAIN_NEMS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 09:50:08 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' MAIN_NEMS.F90 > MAIN_NEMS.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_C=
pl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regte=
sts/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c MAIN_N=
EMS.f90
 rm MAIN_NEMS.f90
        CHEM_MODE ----------->compile
        PHYS_MODE ----------->compile
-       PHYS_INC----------->/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/N=
EMS/src/atmos/gsm/gsmphys
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte    -o ../exe/=
NEMS.x MAIN_NEMS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_M=
EDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_=
COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o  atmos/liba=
tmos.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 atm=
os/gsm/phys/gfs_physics.a /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/atmos/gsm/gsmphys/libphys.a atmos/gsm/dyn/gfs_dynamics.a atmos/sh=
are/libshare.a atmos/post/libpost.a  ENS_Cpl/ENS_Cpl.a    atmos/gsm/phy=
s/gfs_physics.a atmos/gsm/dyn/gfs_dynamics.a /usrx/local/nceplibs/libne=
msio_v2.2.3.a /nwprod2/lib/w3nco/v2.0.6/libw3nco_v2.0.6_d.a /nwprod2/li=
b/w3emc/v2.2.0/libw3emc_v2.2.0_d.a /nwprod2/lib/bacio/v2.0.2/libbacio_v=
2.0.2_4.a /nwprod2/lib/sp/v2.0.2/libsp_v2.0.2_d.a -L/usrx/local/dev/esm=
f/esmf-7.0.0/lib/libO/Linux.intel.64.intelmpi.default  -L/opt/ibmhpc/pe=
13010/mpich2/intel/lib64 -L/usrx/local/intel/composer_xe_2011_sp1.11.33=
9/compiler/lib/intel64 -L/usrx/local/intel/composer_xe_2011_sp1.11.339/=
compiler/lib/intel64 -L/usrx/local/intel/composerxe/mkl/lib/intel64 -L/=
usrx/local/intel/composerxe/ipp/lib/intel64 -L/usrx/local/intel/compose=
rxe/tbb/lib/intel64/cc4.1.0_libc2.4_kernel2.6.16.21 -L/usrx/local/lsf/9=
.1/linux2.6-glibc2.3-x86_64/lib -L/gpfs/tp1/usrx/local/intel/composer_x=
e_2011_sp1.11.339/compiler/lib/intel64 -L/usr/lib/gcc/x86_64-redhat-lin=
ux/4.4.7 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64 -L/=
lib/../lib64 -L/usr/lib/../lib64 -L/usrx/local/intel/composer_xe_2011_s=
p1.11.339/compiler/lib/intel64 -L/usrx/local/intel/composerxe/mkl/lib/i=
ntel64 -L/usrx/local/intel/composerxe/ipp/lib/intel64 -L/usrx/local/int=
el/composerxe/tbb/lib/intel64/cc4.1.0_libc2.4_kernel2.6.16.21 -L/usrx/l=
ocal/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.defau=
lt  -lesmf  -ldl -lirc -lpthread -lrt -limf -lsvml -lm -lipgo -ldecimal=
 -liomp5 -lcilkrts -lstdc++ -lgcc -lgcc_s -lirc -lpthread -lgcc -lgcc_s=
 -lirc_s -ldl -lrt -ldl -L/usrx/local/NetCDF/4.2/serial/lib -lnetcdf -l=
netcdff -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 =20
+       PHYS_INC----------->/nems/save/Samuel.Trahan/regtests/NEMS/src/=
atmos/gsm/gsmphys
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte    -o ../exe/=
NEMS.x MAIN_NEMS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_M=
EDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_=
COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o  atmos/liba=
tmos.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 atm=
os/gsm/phys/gfs_physics.a /nems/save/Samuel.Trahan/regtests/NEMS/src/at=
mos/gsm/gsmphys/libphys.a atmos/gsm/dyn/gfs_dynamics.a atmos/share/libs=
hare.a atmos/post/libpost.a  ENS_Cpl/ENS_Cpl.a    atmos/gsm/phys/gfs_ph=
ysics.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/mp=
ich2/intel/lib64 -L/usrx/local/intel/composer_xe_2011_sp1.11.339/compil=
er/lib/intel64 -L/usrx/local/intel/composer_xe_2011_sp1.11.339/compiler=
/lib/intel64 -L/usrx/local/intel/composerxe/mkl/lib/intel64 -L/usrx/loc=
al/intel/composerxe/ipp/lib/intel64 -L/usrx/local/intel/composerxe/tbb/=
lib/intel64/cc4.1.0_libc2.4_kernel2.6.16.21 -L/usrx/local/lsf/9.1/linux=
2.6-glibc2.3-x86_64/lib -L/gpfs/tp1/usrx/local/intel/composer_xe_2011_s=
p1.11.339/compiler/lib/intel64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7=
 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64 -L/lib/../l=
ib64 -L/usr/lib/../lib64 -L/usrx/local/intel/composer_xe_2011_sp1.11.33=
9/compiler/lib/intel64 -L/usrx/local/intel/composerxe/mkl/lib/intel64 -=
L/usrx/local/intel/composerxe/ipp/lib/intel64 -L/usrx/local/intel/compo=
serxe/tbb/lib/intel64/cc4.1.0_libc2.4_kernel2.6.16.21 -L/usrx/local/lsf=
/9.1/linux2.6-glibc2.3-x86_64/lib -L/usr/lib/gcc/x86_64-redhat-linux/4.=
4.7/../../.. -L/lib64 -L/lib -L/usr/lib64 -L/usr/lib -Wl,-rpath,/usrx/l=
ocal/dev/esmf/esmf-7.0.0/lib/libO/Linux.intel.64.intelmpi.default  -les=
mf  -ldl -lirc -lpthread -lrt -limf -lsvml -lm -lipgo -ldecimal -liomp5=
 -lcilkrts -lstdc++ -lgcc -lgcc_s -lirc -lpthread -lgcc -lgcc_s -lirc_s=
 -ldl -lrt -ldl -L/usrx/local/NetCDF/4.2/serial/lib -lnetcdf -lnetcdff =
-L/usrx/local/HDF5/1.8.9/serial/lib -lhdf5 -lhdf5_fortran /usrx/local/H=
DF5/1.8.9/serial/lib/libhdf5_hl.a /nwprod2/lib/z/v1.2.6/libz_v1.2.6.a =
=20
 NEMS.x successfully created for GSM core.
 + set +x
 NOTE: Success!
@@ -3639,7 +3764,7 @@
 NOTE: App names: GSM.appBuilder GSM-GOCART.appBuilder NMM.appBuilder N=
MM-DEBUG.appBuilder NMM-POST.appBuilder wrong.appBuilder
 NOTE: APP from autoapp is GSM-GOCART
 NOTE: Chosen app is GSM-GOCART
-NOTE: FOUND APP FROM /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/GSM-GOC=
ART.appBuilder COMPONENTS GSM
+NOTE: FOUND APP FROM /nems/save/Samuel.Trahan/regtests/GSM-GOCART.appB=
uilder COMPONENTS GSM
 Ignoring command: $tool --backtitle NEMS Application Builder --title I=
nfo --infobox Determine platform... 6 25
 NOTE: Determine platform...wcoss
 NOTE: CONFOPT=3Dgsm_intel_wcoss MAKEOPT=3Dgsm GOCART_MODE=3Dfull
@@ -3662,8 +3787,8 @@
 NOTE: GLOB MISMATCH: rebuild from rebuild:yes for use_nems_modules
 NOTE: GLOB MISMATCH: reuse from reuse:no for use_nems_modules
 NOTE: QUESTION use_nems_modules? YES: from default
-NOTE: Load /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/conf/mod=
ules.nems
-NOTE: Loaded /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/conf/m=
odules.nems
+NOTE: Load /nems/save/Samuel.Trahan/regtests/NEMS/src/conf/modules.nem=
s
+NOTE: Loaded /nems/save/Samuel.Trahan/regtests/NEMS/src/conf/modules.n=
ems
 MSGBOX: make gsm GOCART_MODE=3Dfull   \n\nProceed with <Enter>, exit w=
ith <Esc>.
 NOTE:  MATCH: rebuild from rebuild:yes for rebuild
 NOTE: QUESTION rebuild? YES: from rebuild:yes
@@ -3672,41 +3797,41 @@
 NOTE: Simple clean.
 + pwd
 cd atmos               && gmake clean
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos'
 cd share        && gmake clean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/share'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/share'
 rm -f libshare.a *.f90 *.o *.mod *.lst *.a lm map depend
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/share'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/share'
 cd gsm/gsmphys         && gmake clean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/gsmphys'
 rm -f libphys.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/gsmphys'
 cd nmm          && gmake clean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/nmm'
 Cleaning ...=20
=20
 (cd nmmbphys && make clean)
-make[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/nmm/nmmbphys'
 Cleaning nmmbphys ...=20
=20
 rm -f  libnmmbphys.a *.f90 *.o *.mod *.lst *.i depend
-make[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/=
NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regt=
ests/NEMS/src/atmos/nmm/nmmbphys'
 rm -f libnmm.a libnmm.a libnmmb.a *.f90 *.o *.mod *.lst depend
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/nmm'
 cd gsm       && gmake clean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm'
 cd libutil && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/libutil'
 cd io && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/io'
 rm -f libio.a *.f90 *.o *.mod *.lst lm map depend
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/io'
 cd dyn && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcon=
s.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physc=
ons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -3746,9 +3871,9 @@
 ../../../conf/make.rules:8: warning: overriding commands for target `.=
f.f90'
 makefile:292: warning: ignoring old commands for target `.f.f90'
 rm -f gfs_dynamics.a *.o *.mod *.lst *.f90 lm map depend
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_hy=
b_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_=
gc_h.o'
@@ -3790,25 +3915,25 @@
 ../../../conf/make.rules:8: warning: overriding commands for target `.=
f.f90'
 makefile:107: warning: ignoring old commands for target `.f.f90'
 rm -f gfs_physics.a *.o *.mod *.lst *.f90 lm map depend
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/phys'
 rm -f libgfs.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm'
 cd fim          && gmake clean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/fim'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/fim'
 rm -f libfimtop.a *.o *.mod *.f90 *.lst lm map depend
 (cd FIMsrc && ./makefim clean)
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/fim/FIMsrc'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/fim/FIMsrc'
 rm -f -rf ../FIMsrc_* macros.make
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/fim/FIMsrc'
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/fim'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/fim'
 cd gen          && gmake clean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gen'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gen'
 makefile:31: warning: overriding commands for target `module_GEN_INTER=
NAL_STATE.o'
 makefile:28: warning: ignoring old commands for target `module_GEN_INT=
ERNAL_STATE.o'
 rm -f libgen.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gen'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gen'
 cd post         && gmake clean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/post'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_routin=
es.o'
@@ -3822,42 +3947,42 @@
 makefile:45: warning: overriding commands for target `post_nmm_stub.o'
 makefile:42: warning: ignoring old commands for target `post_nmm_stub.=
o'
 rm -f libpost.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/post'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/post'
 rm -f libatmos.a *.f90 *.o *.mod *.lst depend
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos'
 cd ENS_Cpl             && gmake clean
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/ENS_Cpl'
 rm -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/ENS_Cpl'
 cd chem                && gmake clean GOCART_MODE=3Dfull
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem'
 cd gocart/src   && gmake -f GNUmakefile realclean
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src'
-GNUmakefile:14: /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/che=
m/gocart/src/../Config/ESMA_base.mk: No such file or directory
-GNUmakefile:15: /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/che=
m/gocart/src/../Config/ESMA_arch.mk: No such file or directory
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Config/ESMA_arch.mk: No such file or directory
 gmake -C Config esma_install
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Config'
 GNUmakefile:35: - Node not know, disabling build environment check
 mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION   -I/usrx/local/dev/esmf/esmf-7.0.0/mo=
d/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   -r=
8    -fPIC -fp-model source  -align dcommons fdp.f90
-/bin/mkdir -p /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/bin /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/=
src/chem/gocart/src/../Linux/lib /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLeg=
acy/NEMS/src/chem/gocart/src/../Linux/include \
-=09=09 /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/=
src/../Linux/etc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/che=
m/gocart/src/../Linux/doc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I =3D -I"              > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "LIB_SDF =3D /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/loca=
l/zlib-1.2.7/lib/libz.a" >> /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/N=
EMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../src/g5_modules /gpfs/tp1/ptmp/Tom.Black/trunk_NEMS=
Legacy/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endian=
test.pl OScheck.pl esma_timer.sh esma_tgraph.pl /gpfs/tp1/ptmp/Tom.Blac=
k/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/goc=
art/src/../src/Assert.pl /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS=
/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src=
/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /gpfs/tp1/ptmp/Tom.Black/trunk_NEMS=
Legacy/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
-./CVSTAG_install.pl /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src=
/chem/gocart/src/../Linux/etc
-./OScheck.pl -q -cp /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src=
/chem/gocart/src/../Linux/etc
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Config'
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src'
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src'
+/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/bin /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/include \
+=09=09 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../L=
inux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../=
Linux/doc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/..=
/Linux/Config
+/bin/cat ESMA_base.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I =3D -I"              > /nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "LIB_SDF =3D /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/loca=
l/zlib-1.2.7/lib/libz.a" >> /nems/save/Samuel.Trahan/regtests/NEMS/src/=
chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /nems/save/Samuel.Trahan/regtests/NEMS/sr=
c/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../src/g5_modules /nems/save/Samuel.Trahan/regtests/NEMS/src/=
chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.=
pl esma_timer.sh esma_tgraph.pl /nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/bin
+/bin/cp -f /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/=
../src/Assert.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/bin/Assert
+./install_fdp ./fdp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/etc
+./OScheck.pl -q -cp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/etc
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src'
 for d in Config GMAO_Shared Components Applications; \
 =09  do=09=09=09 \
 =09      echo Making esma_distclean in $d=09;\
@@ -3867,159 +3992,159 @@
 Making esma_distclean in Config
 site: Undefined variable.
 site: Undefined variable.
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Config'
 Making esma_distclean in GMAO_Shared
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]=20
 gmake -C mpi0 distclean
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 /bin/rm -f -r *~ *.[aoxd] *.mod *.pyf *.so r4 r8
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 /bin/rm -f -r *~ *.[aoxd] *.[Mm][Oo][Dd] r4 r8=20
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/GMAO_Shared/MAPL_Base
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/GMAO_Shared/Chem_Base
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] *.xx
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/GMAO_Shared/Chem_Shared
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared'
 Making esma_distclean in Components
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
 /bin/rm -f DU_ExportSpec___.h DU_GetPointer___.h DU_History___.rc DU_D=
eclarePointer___.h *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
=20
-Making esma_distclean in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
 gmake local_esma_distclean
-gmake[5]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 /bin/rm -f -f Tests/ExtData Tests/*_Registry.rc Tests/*_GridComp.rc=20
 /bin/rm -f -f *~ *.[aoxd] *.[Mm][Oo][Dd] *___.[fF]*=20
-gmake[5]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components'
 Making esma_distclean in Applications
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Applications'
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Applications'
-/bin/rm -f -r /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Config=20
-/bin/rm -f -r /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src'
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Config=20
+/bin/rm -f -r /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem'
 rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
 + make gsm GOCART_MODE=3Dfull
-+ tee /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/appBuilder.NEMS.log.25=
150
++ tee /nems/save/Samuel.Trahan/regtests/appBuilder.NEMS.log.8731
 + pwd
 cd chem/gocart/src     && gmake install GOCART_MODE=3Dfull
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src'
-GNUmakefile:14: /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/che=
m/gocart/src/../Config/ESMA_base.mk: No such file or directory
-GNUmakefile:15: /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/che=
m/gocart/src/../Config/ESMA_arch.mk: No such file or directory
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Config/ESMA_arch.mk: No such file or directory
 gmake -C Config esma_install
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Config'
 GNUmakefile:35: - Node not know, disabling build environment check
 mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION   -I/usrx/local/dev/esmf/esmf-7.0.0/mo=
d/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   -r=
8    -fPIC -fp-model source  -align dcommons fdp.f90
-/bin/mkdir -p /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/bin /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/=
src/chem/gocart/src/../Linux/lib /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLeg=
acy/NEMS/src/chem/gocart/src/../Linux/include \
-=09=09 /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/=
src/../Linux/etc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/che=
m/gocart/src/../Linux/doc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I =3D -I"              > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "LIB_SDF =3D /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/loca=
l/zlib-1.2.7/lib/libz.a" >> /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/N=
EMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../src/g5_modules /gpfs/tp1/ptmp/Tom.Black/trunk_NEMS=
Legacy/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endian=
test.pl OScheck.pl esma_timer.sh esma_tgraph.pl /gpfs/tp1/ptmp/Tom.Blac=
k/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/goc=
art/src/../src/Assert.pl /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS=
/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src=
/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /gpfs/tp1/ptmp/Tom.Black/trunk_NEMS=
Legacy/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
-./CVSTAG_install.pl /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src=
/chem/gocart/src/../Linux/etc
-./OScheck.pl -q -cp /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src=
/chem/gocart/src/../Linux/etc
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Config'
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src'
+/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/bin /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/include \
+=09=09 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../L=
inux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../=
Linux/doc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/..=
/Linux/Config
+/bin/cat ESMA_base.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I =3D -I"              > /nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "LIB_SDF =3D /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/loca=
l/zlib-1.2.7/lib/libz.a" >> /nems/save/Samuel.Trahan/regtests/NEMS/src/=
chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /nems/save/Samuel.Trahan/regtests/NEMS/sr=
c/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../src/g5_modules /nems/save/Samuel.Trahan/regtests/NEMS/src/=
chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.=
pl esma_timer.sh esma_tgraph.pl /nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/bin
+/bin/cp -f /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/=
../src/Assert.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/bin/Assert
+./install_fdp ./fdp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/etc
+./OScheck.pl -q -cp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/etc
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Config'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src'
 for d in Config GMAO_Shared Components Applications; \
 =09  do=09=09=09 \
 =09      echo Making install in $d=09;\
@@ -4029,31 +4154,31 @@
 Making install in Config
 site: Undefined variable.
 site: Undefined variable.
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Config'
 GNUmakefile:35: - Node not know, disabling build environment check
-/bin/mkdir -p /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/bin /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/=
src/chem/gocart/src/../Linux/lib /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLeg=
acy/NEMS/src/chem/gocart/src/../Linux/include \
-=09=09 /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/=
src/../Linux/etc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/che=
m/gocart/src/../Linux/doc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I =3D -I"              > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "LIB_SDF =3D /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/loca=
l/zlib-1.2.7/lib/libz.a" >> /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/N=
EMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../src/g5_modules /gpfs/tp1/ptmp/Tom.Black/trunk_NEMS=
Legacy/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endian=
test.pl OScheck.pl esma_timer.sh esma_tgraph.pl /gpfs/tp1/ptmp/Tom.Blac=
k/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/goc=
art/src/../src/Assert.pl /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS=
/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src=
/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /gpfs/tp1/ptmp/Tom.Black/trunk_NEMS=
Legacy/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
-./CVSTAG_install.pl /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src=
/chem/gocart/src/../Linux/etc
-/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../=
Linux/etc/CVSTAG already exists and will not be overwritten.
-./OScheck.pl -q -cp /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src=
/chem/gocart/src/../Linux/etc
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Config'
+/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/bin /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/include \
+=09=09 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../L=
inux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../=
Linux/doc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/..=
/Linux/Config
+/bin/cat ESMA_base.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I =3D -I"              > /nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "LIB_SDF =3D /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/loca=
l/zlib-1.2.7/lib/libz.a" >> /nems/save/Samuel.Trahan/regtests/NEMS/src/=
chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /nems/save/Samuel.Trahan/regtests/NEM=
S/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /nems/save/Samuel.Trahan/regtests/NEMS/sr=
c/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../src/g5_modules /nems/save/Samuel.Trahan/regtests/NEMS/src/=
chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.=
pl esma_timer.sh esma_tgraph.pl /nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/bin
+/bin/cp -f /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/=
../src/Assert.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/bin/Assert
+./install_fdp ./fdp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/etc
+/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/et=
c/CVSTAG already exists and will not be overwritten.
+./OScheck.pl -q -cp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/etc
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Config'
 Making install in GMAO_Shared
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared'
=20
-Making install in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/GMAO_Shared/GMAO_mpeu
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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
@@ -4094,8 +4219,8 @@
 In file included from m_mpif.F:78:
 /usrx/local/intel/impi/4.0.3.008/include/mpif.h:11:37: warning: missin=
g terminating ' character
 Building dependency file m_mpif.d
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/usrx/local/intel/impi/4.0.3.00=
8/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.int=
elmpi.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/u=
srx/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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/usrx/local/intel/impi/4.0.3.00=
8/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.int=
elmpi.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/u=
srx/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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/usrx/local/intel/impi/4.0.3.00=
8/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.int=
elmpi.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/u=
srx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback    -convert=
 big_endian -I.  -fPIC -fp-model source  -align dcommons m_realkinds.F9=
0
@@ -4138,7 +4263,7 @@
 /bin/rm -f libGMAO_mpeu.a
 ar cq libGMAO_mpeu.a m_mpif.o m_random.o m_FileResolv.o m_date.o m_dat=
etime.o m_IndexBin_char.o m_IndexBin_integer.o m_IndexBin_logical.o m_L=
ist.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/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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
@@ -4179,8 +4304,8 @@
 In file included from m_mpi0.F:45:
 /usrx/local/intel/impi/4.0.3.008/include/mpif.h:11:37: warning: missin=
g terminating ' character
 Building dependency file m_mpi0.d
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
 mpiifort -c -DsysLinux -DESMA64  -DLANGUAGE_FORTRAN -DHAVE_SHMEM -DMAP=
L_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/usrx/local/i=
ntel/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/i=
nclude    -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.int=
elmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O3    -co=
nvert big_endian -I. -I../jic -fPIC -extend_source -fp-model source  -a=
lign dcommons m_mpi0.F
 mpiifort -c -DsysLinux -DESMA64  -DLANGUAGE_FORTRAN -DHAVE_SHMEM -DMAP=
L_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/usrx/local/i=
ntel/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/i=
nclude    -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.int=
elmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O3    -co=
nvert big_endian -I. -I../jic -fPIC -fp-model source  -align dcommons m=
_SHMEM.F90
 mpiifort -c -DsysLinux -DESMA64  -DLANGUAGE_FORTRAN -DHAVE_SHMEM -DMAP=
L_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/usrx/local/i=
ntel/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/i=
nclude    -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.int=
elmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O3    -co=
nvert big_endian -I. -I../jic -fPIC -fp-model source  -align dcommons m=
pi_abort.F90
@@ -4231,19 +4356,19 @@
 mpiifort -c -DsysLinux -DESMA64  -DLANGUAGE_FORTRAN -DHAVE_SHMEM -DMAP=
L_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/usrx/local/i=
ntel/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/i=
nclude    -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.int=
elmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O3    -co=
nvert big_endian -I. -I../jic -fPIC -fp-model source  -align dcommons m=
pi_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_co=
mm_free.o mpi_comm_rank.o mpi_comm_size.o mpi_error_string.o mpi_finali=
ze.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_barri=
er.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_r=
educe.o mpi_allreduce.o mpi_reduce_scatter.o mpi0_copy.o mpi_zzz.o mpi_=
wait.o mpi_comm_split.o=20
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/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_datet=
ime.o m_IndexBin_char.o m_IndexBin_integer.o m_IndexBin_logical.o m_Lis=
t.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_i=
npak90.o m_intkinds.o m_ioutil.o m_mall.o m_mergedList.o m_mpif90.o m_m=
pout.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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/lib /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/=
src/chem/gocart/src/../Linux/etc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLeg=
acy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu /gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a    /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../Linux/lib
-/bin/cp -f -p *.[Hh] /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../Linux/include/GMAO_mpeu
-/bin/cp -f -p *.[Mm][Oo][Dd] /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/include/GMAO_mpeu /nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a    /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/lib
+/bin/cp -f -p *.[Hh] /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_mpeu
+/bin/cp -f -p *.[Mm][Oo][Dd] /nems/save/Samuel.Trahan/regtests/NEMS/sr=
c/chem/gocart/src/../Linux/include/GMAO_mpeu
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
=20
-Making install in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/GMAO_Shared/GMAO_gfio
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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
@@ -4263,8 +4388,8 @@
 gfio___.F:2807:23: warning: missing terminating ' character
 Building dependency file gfio___.d
 rm gfio___.F gfioutil___.F
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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
@@ -4276,28 +4401,28 @@
 gfio___.F:2795:52: warning: missing terminating ' character
 gfio___.F:2807:23: warning: missing terminating ' character
 Building dependency file gfio___.d
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/=
tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.inte=
l.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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/=
tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.inte=
l.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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/=
tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.inte=
l.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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/=
tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.inte=
l.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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/=
tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.inte=
l.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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/=
tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.inte=
l.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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/=
tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.inte=
l.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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/=
tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.inte=
l.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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/=
tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.inte=
l.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O=
 -g -traceback    -fpp   -fPIC -extend_source -fp-model source  -align =
dcommons ../gfio_flush.F
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src=
/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu=
  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.de=
fault -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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src=
/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu=
  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.de=
fault -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback  =
  -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../gfio=
CF.F
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src=
/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu=
  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.de=
fault -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback  =
  -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../diff=
date.f
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src=
/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu=
  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.de=
fault -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback  =
  -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../getd=
ate.f
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src=
/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu=
  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.de=
fault -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback  =
  -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../time=
subs.f
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src=
/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu=
  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.de=
fault -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback  =
  -fpp   -fPIC -extend_source -fp-model source  -align dcommons gfiouti=
l___.F
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src=
/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu=
  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.de=
fault -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback  =
  -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../m_GF=
IO_GetFld.f
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src=
/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu=
  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.de=
fault -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback  =
  -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../m_GF=
IO_PutFld.f
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src=
/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu=
  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.de=
fault -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 timesu=
bs.o gfioutil___.o m_GFIO_GetFld.o m_GFIO_PutFld.o gfio_flush.o
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/=
tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.inte=
l.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O=
 -g -traceback    -fpp   -fPIC -fp-model source  -align dcommons ../GFI=
O_mean.f90
-mpiifort -L/usr/local/Linux/lib -L/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/chem/gocart/src/../Linux/lib  -o GFIO_mean_r4.x GFIO_mea=
n.o \
-=09      libGMAO_gfio_r4.a /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/N=
EMS/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/lib /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/=
src/chem/gocart/src/../Linux/etc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLeg=
acy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r4 /gpfs/tp1/pt=
mp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.x    /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a    /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../Linux/lib
-/bin/cp -f -p *.[Mm][Oo][Dd] ../*.h /gpfs/tp1/ptmp/Tom.Black/trunk_NEM=
SLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r4
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src=
/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu=
  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.de=
fault -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback  =
  -fpp   -fPIC -fp-model source  -align dcommons ../GFIO_mean.f90
+mpiifort -L/usr/local/Linux/lib -L/nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/lib  -o GFIO_mean_r4.x GFIO_mean.o \
+=09      libGMAO_gfio_r4.a /nems/save/Samuel.Trahan/regtests/NEMS/src/=
chem/gocart/src/../Linux/lib/libGMAO_mpeu.a /usrx/local/NetCDF/4.2/seri=
al/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 -lpthre=
ad -lrt  -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -lstdc++
+/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/include/GMAO_gfio_r4 /nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.x    /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/bin
+/bin/cp -f -p *.a    /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] ../*.h /nems/save/Samuel.Trahan/regtests/=
NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r4
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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
@@ -4317,8 +4442,8 @@
 gfio___.F:2807:23: warning: missing terminating ' character
 Building dependency file gfio___.d
 rm gfio___.F gfioutil___.F
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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
@@ -4330,39 +4455,39 @@
 gfio___.F:2795:52: warning: missing terminating ' character
 gfio___.F:2807:23: warning: missing terminating ' character
 Building dependency file gfio___.d
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/=
tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.inte=
l.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  -ali=
gn dcommons gfio___.F
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/=
tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.inte=
l.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  -ali=
gn dcommons ../gfioCF.F
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/=
tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.inte=
l.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  -ali=
gn dcommons ../diffdate.f
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/=
tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.inte=
l.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  -ali=
gn dcommons ../getdate.f
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/=
tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.inte=
l.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  -ali=
gn dcommons ../timesubs.f
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/=
tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.inte=
l.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  -ali=
gn dcommons gfioutil___.F
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/=
tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.inte=
l.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  -ali=
gn dcommons ../m_GFIO_GetFld.f
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/=
tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.inte=
l.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  -ali=
gn dcommons ../m_GFIO_PutFld.f
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/=
tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.inte=
l.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  -ali=
gn dcommons ../gfio_flush.F
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src=
/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu=
  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.de=
fault -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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src=
/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu=
  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.de=
fault -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -=
r8   -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../g=
fioCF.F
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src=
/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu=
  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.de=
fault -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -=
r8   -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../d=
iffdate.f
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src=
/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu=
  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.de=
fault -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -=
r8   -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../g=
etdate.f
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src=
/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu=
  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.de=
fault -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -=
r8   -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../t=
imesubs.f
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src=
/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu=
  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.de=
fault -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=
util___.F
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src=
/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu=
  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.de=
fault -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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src=
/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu=
  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.de=
fault -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_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src=
/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu=
  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.de=
fault -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -=
r8   -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../g=
fio_flush.F
 /bin/rm -f libGMAO_gfio_r8.a
 ar cr libGMAO_gfio_r8.a gfio___.o gfioCF.o diffdate.o getdate.o timesu=
bs.o gfioutil___.o m_GFIO_GetFld.o m_GFIO_PutFld.o gfio_flush.o
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/=
tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.inte=
l.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/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/chem/gocart/src/../Linux/lib  -o GFIO_mean_r8.x GFIO_mea=
n.o \
-=09      libGMAO_gfio_r8.a /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/N=
EMS/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/lib /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/=
src/chem/gocart/src/../Linux/etc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLeg=
acy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 /gpfs/tp1/pt=
mp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.x    /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a    /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../Linux/lib
-/bin/cp -f -p *.[Mm][Oo][Dd] ../*.h /gpfs/tp1/ptmp/Tom.Black/trunk_NEM=
SLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8
-/bin/rm -f -r /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/lib/libGMAO_gfio.a /gpfs/tp1/ptmp/Tom.Black/trunk_N=
EMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio
-cd /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/=
../Linux/lib; /bin/ln -s ./libGMAO_gfio_r8.a  libGMAO_gfio.a
-cd /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/=
../Linux/include; /bin/ln -s ./GMAO_gfio_r8 GMAO_gfio
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/ser=
ial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src=
/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu=
  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.de=
fault -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -=
r8   -fpp   -fPIC -fp-model source  -align dcommons ../GFIO_mean.f90
+mpiifort -L/usr/local/Linux/lib -L/nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/lib  -o GFIO_mean_r8.x GFIO_mean.o \
+=09      libGMAO_gfio_r8.a /nems/save/Samuel.Trahan/regtests/NEMS/src/=
chem/gocart/src/../Linux/lib/libGMAO_mpeu.a /usrx/local/NetCDF/4.2/seri=
al/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 -lpthre=
ad -lrt  -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -lstdc++
+/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/include/GMAO_gfio_r8 /nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.x    /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/bin
+/bin/cp -f -p *.a    /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] ../*.h /nems/save/Samuel.Trahan/regtests/=
NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8
+/bin/rm -f -r /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/lib/libGMAO_gfio.a /nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/include/GMAO_gfio
+cd /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux=
/lib; /bin/ln -s ./libGMAO_gfio_r8.a  libGMAO_gfio.a
+cd /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux=
/include; /bin/ln -s ./GMAO_gfio_r8 GMAO_gfio
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
 gmake local_install
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 No local install in here
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
=20
-Making install in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/GMAO_Shared/MAPL_cfio
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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
@@ -4374,26 +4499,26 @@
 Building dependency file ESMF_CFIOGrADSMod.d
 Building dependency file ESMF_CFIOFileMod.d
 Building dependency file ESMF_CFIOBaseMod.d
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esm=
f/esmf-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_s=
ource -fp-model source  -align dcommons ../ESMF_CFIOBaseMod.f
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esm=
f/esmf-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_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esm=
f/esmf-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_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esm=
f/esmf-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_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esm=
f/esmf-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_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esm=
f/esmf-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_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esm=
f/esmf-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_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esm=
f/esmf-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_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esm=
f/esmf-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_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esm=
f/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev=
/esmf/esmf-7.0.0/src/include  -O -g -traceback    -fpp  -fPIC -fp-model=
 source  -align dcommons ../ESMF_CFIOMod.F90
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mo=
dO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/sr=
c/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-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_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mo=
dO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/sr=
c/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-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_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mo=
dO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/sr=
c/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-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_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mo=
dO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/sr=
c/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-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_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mo=
dO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/sr=
c/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-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_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mo=
dO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/sr=
c/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-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_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mo=
dO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/sr=
c/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-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_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mo=
dO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/sr=
c/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-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_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mo=
dO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/sr=
c/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-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_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mo=
dO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/sr=
c/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-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/mo=
dO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/sr=
c/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_CFI=
OGrADSMod.o ESMF_CFIOGridMod.o ESMF_CFIOMod.o ESMF_CFIOSdfMod.o ESMF_CF=
IOUtilMod.o ESMF_CFIOVarInfoMod.o ESMF_CFIOrGrADSMod.o ESMF_CFIOwGrADSM=
od.o ShaveMantissa.o
-/bin/mkdir -p /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/lib /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/=
src/chem/gocart/src/../Linux/etc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLeg=
acy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 /gpfs/tp1/pt=
mp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a         /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p *.[Mm][Oo][Dd] /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
+/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r4 /nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a         /nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] /nems/save/Samuel.Trahan/regtests/NEMS/sr=
c/chem/gocart/src/../Linux/include/MAPL_cfio_r4
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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
@@ -4405,36 +4530,36 @@
 Building dependency file ESMF_CFIOGrADSMod.d
 Building dependency file ESMF_CFIOFileMod.d
 Building dependency file ESMF_CFIOBaseMod.d
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esm=
f/esmf-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 -exten=
d_source -fp-model source  -align dcommons ../ESMF_CFIOBaseMod.f
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esm=
f/esmf-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-mo=
del source  -align dcommons ../ESMF_CFIOUtilMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esm=
f/esmf-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-mo=
del source  -align dcommons ../ESMF_CFIOGridMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esm=
f/esmf-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-mo=
del source  -align dcommons ../ESMF_CFIOwGrADSMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esm=
f/esmf-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-mo=
del source  -align dcommons ../ESMF_CFIOrGrADSMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esm=
f/esmf-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-mo=
del source  -align dcommons ../ESMF_CFIOVarInfoMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esm=
f/esmf-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-mo=
del source  -align dcommons ../ESMF_CFIOFileMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esm=
f/esmf-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-mo=
del source  -align dcommons ../ESMF_CFIOGrADSMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esm=
f/esmf-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-mo=
del source  -align dcommons ../ESMF_CFIOSdfMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esm=
f/esmf-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-mo=
del source  -align dcommons ../ESMF_CFIOMod.F90
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mo=
dO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/sr=
c/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-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-mod=
el source  -align dcommons ../ESMF_CFIOBaseMod.f
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mo=
dO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/sr=
c/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-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  -ali=
gn dcommons ../ESMF_CFIOUtilMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mo=
dO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/sr=
c/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-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  -ali=
gn dcommons ../ESMF_CFIOGridMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mo=
dO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/sr=
c/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-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  -ali=
gn dcommons ../ESMF_CFIOwGrADSMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mo=
dO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/sr=
c/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-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  -ali=
gn dcommons ../ESMF_CFIOrGrADSMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mo=
dO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/sr=
c/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-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  -ali=
gn dcommons ../ESMF_CFIOVarInfoMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mo=
dO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/sr=
c/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-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  -ali=
gn dcommons ../ESMF_CFIOFileMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mo=
dO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/sr=
c/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-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  -ali=
gn dcommons ../ESMF_CFIOGrADSMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mo=
dO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/sr=
c/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-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  -ali=
gn dcommons ../ESMF_CFIOSdfMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PREC=
ISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/usrx/local/NetCDF/4.2/se=
rial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mo=
dO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/sr=
c/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-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  -ali=
gn dcommons ../ESMF_CFIOMod.F90
 gcc -c -DsysLinux -DESMA64    -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mo=
dO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/sr=
c/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_CFI=
OGrADSMod.o ESMF_CFIOGridMod.o ESMF_CFIOMod.o ESMF_CFIOSdfMod.o ESMF_CF=
IOUtilMod.o ESMF_CFIOVarInfoMod.o ESMF_CFIOrGrADSMod.o ESMF_CFIOwGrADSM=
od.o ShaveMantissa.o
-/bin/mkdir -p /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/lib /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/=
src/chem/gocart/src/../Linux/etc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLeg=
acy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 /gpfs/tp1/pt=
mp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a         /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p *.[Mm][Oo][Dd] /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8
-/bin/rm -f -r /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/lib/libMAPL_cfio.a /gpfs/tp1/ptmp/Tom.Black/trunk_N=
EMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio
-cd /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/=
../Linux/lib; /bin/ln -s ./libMAPL_cfio_r8.a  libMAPL_cfio.a
-cd /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/=
../Linux/include; /bin/ln -s ./MAPL_cfio_r8 MAPL_cfio
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
+/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_cfio_r8 /nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a         /nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] /nems/save/Samuel.Trahan/regtests/NEMS/sr=
c/chem/gocart/src/../Linux/include/MAPL_cfio_r8
+/bin/rm -f -r /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/lib/libMAPL_cfio.a /nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/include/MAPL_cfio
+cd /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux=
/lib; /bin/ln -s ./libMAPL_cfio_r8.a  libMAPL_cfio.a
+cd /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux=
/include; /bin/ln -s ./MAPL_cfio_r8 MAPL_cfio
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
 gmake local_install
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 No local install in here
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
=20
-Making install in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/GMAO_Shared/MAPL_Base
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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
@@ -4476,56 +4601,56 @@
 Building dependency file MAPL_VarSpecMod.d
 Building dependency file MAPL_HeapMod.d
 Building dependency file ESMFL_Mod.d
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src=
/include  -O -g -traceback      -fPIC -fp-model source  -align dcommons=
 -o MAPL_Comms.o MAPL_Comms___.f90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -=
DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I=
. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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.F=
90
+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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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 explic=
it 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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src=
/include  -O -g -traceback      -fPIC -fp-model source  -align dcommons=
 MAPL_Mod.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -=
DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I=
. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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.F9=
0
+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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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 MA=
PL_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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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.F=
90
+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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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_LocStreamM=
od.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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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.F9=
0
+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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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_HorzTransf=
orm.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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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.F=
90
+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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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_GenericCpl=
Comp.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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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.F9=
0
+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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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_LoadBalanc=
e.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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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.F=
90
+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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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_NewArthPar=
ser.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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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_ExtDataGri=
dCompMod.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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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_HistoryGri=
dComp.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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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/mo=
dO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/sr=
c/include  -O  -fPIC sort.c
 gcc -c -DsysLinux -DESMA64    -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mo=
dO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/sr=
c/include  -O  -fPIC hash.c
 gcc -c -DsysLinux -DESMA64    -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mo=
dO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/sr=
c/include  -O  -fPIC c_mapl_locstream_F.c
 gcc -c -DsysLinux -DESMA64    -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mo=
dO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/sr=
c/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src=
/include  -O -g -traceback      -fPIC -fp-model source  -align dcommons=
 MAPL_OrbGridCompMod.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -=
DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I=
. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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_SimpleBund=
leMod.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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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_NominalOrb=
itsMod.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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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_OrbGridCom=
pMod.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_HorzTrans=
form.o MAPL_Comms.o MAPL_LocStreamMod.o MAPL_Mod.o MAPL_Constants.o MAP=
L_Profiler.o sort.o MAPL_GenericCplComp.o MAPL_Sort.o MAPL_Generic.o MA=
PL_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_Nomi=
nalOrbitsMod.o MAPL_ExtDataGridCompMod.o MAPL_NewArthParser.o MAPL_Shme=
mMod.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/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src=
/include  -O -g -traceback      -fPIC -fp-model source  -align dcommons=
 MAPL_stubs.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -=
DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I=
. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO=
/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/=
include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include=
 -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMA=
O_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 IN=
TENT(OUT) declaration is not given an explicit value.   [DATA_LL]
 subroutine cube2latlon(npx, npy, nlon, nlat, data_cs, data_ll)
 ------------------------------------------------------^
@@ -4587,15 +4712,15 @@
     ee1, ee2, ff1, ff2, gg1, gg2,          &
 -----------------------------^
 ar cr libMAPL_Base_stubs.a MAPL_stubs.o
-/bin/mkdir -p /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/lib /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/=
src/chem/gocart/src/../Linux/include/MAPL_Base
-/bin/cp -f -pr *.a    /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/s=
rc/chem/gocart/src/../Linux/lib
-/bin/cp -f -p *.[Mm][Oo][Dd] MAPL_ErrLog.h MAPL_ErrLogMain.h MAPL_Exce=
ptions.h MAPL_Generic.h ESMF_ErrReturnCodes.inc   /gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Bas=
e
-/bin/cp -f -p *.pl                      /gpfs/tp1/ptmp/Tom.Black/trunk=
_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin=20
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/MAPL_Base
+/bin/cp -f -pr *.a    /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] MAPL_ErrLog.h MAPL_ErrLogMain.h MAPL_Exce=
ptions.h MAPL_Generic.h ESMF_ErrReturnCodes.inc   /nems/save/Samuel.Tra=
han/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base
+/bin/cp -f -p *.pl                      /nems/save/Samuel.Trahan/regte=
sts/NEMS/src/chem/gocart/src/../Linux/bin=20
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
=20
-Making install in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/GMAO_Shared/Chem_Base
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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
@@ -4613,31 +4738,31 @@
 Building dependency file Chem_BundleMod.d
 Building dependency file Chem_ArrayMod.d
 Building dependency file Chem_RegistryMod.d
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMS=
Legacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/=
ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/inclu=
de/MAPL_cfio_r8 -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/s=
rc/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Blac=
k/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_=
r8 -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/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/L=
inux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/in=
clude  -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align d=
commons Chem_RegistryMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMS=
Legacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/=
ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/inclu=
de/MAPL_cfio_r8 -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/s=
rc/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Blac=
k/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_=
r8 -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/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/L=
inux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/in=
clude  -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align d=
commons Chem_ArrayMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMS=
Legacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/=
ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/inclu=
de/MAPL_cfio_r8 -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/s=
rc/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Blac=
k/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_=
r8 -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/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/L=
inux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/in=
clude  -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align d=
commons Chem_BundleMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMS=
Legacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/=
ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/inclu=
de/MAPL_cfio_r8 -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/s=
rc/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Blac=
k/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_=
r8 -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/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/L=
inux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/in=
clude  -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align d=
commons Chem_MieTableMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMS=
Legacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/=
ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/inclu=
de/MAPL_cfio_r8 -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/s=
rc/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Blac=
k/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_=
r8 -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/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/L=
inux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/in=
clude  -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align d=
commons Chem_MieMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMS=
Legacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/=
ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/inclu=
de/MAPL_cfio_r8 -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/s=
rc/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Blac=
k/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_=
r8 -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/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/L=
inux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/in=
clude  -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align d=
commons Chem_AodMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMS=
Legacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/=
ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/inclu=
de/MAPL_cfio_r8 -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/s=
rc/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Blac=
k/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_=
r8 -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/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/L=
inux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/in=
clude  -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align d=
commons Chem_Mod.F90
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMS=
Legacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/=
ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/inclu=
de/MAPL_cfio_r8 -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/s=
rc/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Blac=
k/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_=
r8 -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/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/L=
inux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/in=
clude  -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align d=
commons Chem_InitMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMS=
Legacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/=
ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/inclu=
de/MAPL_cfio_r8 -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/s=
rc/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Blac=
k/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_=
r8 -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart=
/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/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/L=
inux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/in=
clude  -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align d=
commons Chem_SimpleBundleMod.F90
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 =
-I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/i=
nclude  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intel=
mpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I/nems/sav=
e/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../L=
inux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx=
/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod=
/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0=
/src/include  -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -=
align dcommons Chem_RegistryMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 =
-I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/i=
nclude  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intel=
mpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I/nems/sav=
e/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../L=
inux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx=
/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod=
/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0=
/src/include  -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -=
align dcommons Chem_ArrayMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 =
-I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/i=
nclude  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intel=
mpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I/nems/sav=
e/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../L=
inux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx=
/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod=
/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0=
/src/include  -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -=
align dcommons Chem_BundleMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 =
-I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/i=
nclude  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intel=
mpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I/nems/sav=
e/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../L=
inux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx=
/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod=
/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0=
/src/include  -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -=
align dcommons Chem_MieTableMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 =
-I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/i=
nclude  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intel=
mpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I/nems/sav=
e/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../L=
inux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx=
/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod=
/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0=
/src/include  -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -=
align dcommons Chem_MieMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 =
-I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/i=
nclude  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intel=
mpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I/nems/sav=
e/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../L=
inux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx=
/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod=
/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0=
/src/include  -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -=
align dcommons Chem_AodMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 =
-I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/i=
nclude  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intel=
mpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I/nems/sav=
e/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../L=
inux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx=
/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod=
/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0=
/src/include  -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -=
align dcommons Chem_Mod.F90
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 =
-I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/i=
nclude  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intel=
mpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I/nems/sav=
e/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../L=
inux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx=
/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod=
/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0=
/src/include  -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -=
align dcommons Chem_InitMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 =
-I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/i=
nclude  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intel=
mpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I/nems/sav=
e/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../L=
inux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx=
/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod=
/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0=
/src/include  -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -=
align dcommons Chem_SimpleBundleMod.F90
 /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_AodM=
od.o Chem_SimpleBundleMod.o
-/bin/mkdir -p /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/lib /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/=
src/chem/gocart/src/../Linux/etc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLeg=
acy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/tp=
1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc=
/NR /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/=
../Linux/etc/PIESA /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/../Linux/include/Chem_Base /gpfs/tp1/ptmp/Tom.Black/trun=
k_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a             /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p        *.rc     /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc     /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc     /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc     /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc     /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.mod           /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/regt=
ests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base /nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a             /nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/lib
+/bin/cp -f -p        *.rc     /nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc     /nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc     /nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc     /nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc     /nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.mod           /nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/include/Chem_Base
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
=20
-Making install in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/GMAO_Shared/Chem_Shared
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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
@@ -4651,33 +4776,33 @@
 Building dependency file Chem_ConstMod.d
 Building dependency file diaglist.d
 Building dependency file mod_diag.d
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/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/tp=
1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/inc=
lude/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/d=
ev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/src/include   -I. -I/gpfs/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS=
/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pil=
grim -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/s=
rc/../Linux/include/Chem_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/pt=
mp/Tom.Black/trunk_NEMSLegacy/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 dc=
ommons mod_diag.F90
-mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/gpfs/tp=
1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/inc=
lude/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/d=
ev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/src/include   -I. -I/gpfs/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS=
/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pil=
grim -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/s=
rc/../Linux/include/Chem_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/pt=
mp/Tom.Black/trunk_NEMSLegacy/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 dc=
ommons diaglist.F90
-mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/gpfs/tp=
1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/inc=
lude/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/d=
ev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/src/include   -I. -I/gpfs/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS=
/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pil=
grim -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/s=
rc/../Linux/include/Chem_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/pt=
mp/Tom.Black/trunk_NEMSLegacy/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 dc=
ommons Chem_ConstMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/gpfs/tp=
1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/inc=
lude/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/d=
ev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/src/include   -I. -I/gpfs/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS=
/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pil=
grim -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/s=
rc/../Linux/include/Chem_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/pt=
mp/Tom.Black/trunk_NEMSLegacy/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 dc=
ommons Chem_UtilMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/gpfs/tp=
1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/inc=
lude/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/d=
ev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/src/include   -I. -I/gpfs/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS=
/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pil=
grim -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/s=
rc/../Linux/include/Chem_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/pt=
mp/Tom.Black/trunk_NEMSLegacy/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 dc=
ommons Chem_SettlingMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/gpfs/tp=
1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/inc=
lude/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/d=
ev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/src/include   -I. -I/gpfs/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS=
/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pil=
grim -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/s=
rc/../Linux/include/Chem_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/pt=
mp/Tom.Black/trunk_NEMSLegacy/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 dc=
ommons DryDepositionMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/gpfs/tp=
1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/inc=
lude/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/d=
ev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/src/include   -I. -I/gpfs/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS=
/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pil=
grim -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/s=
rc/../Linux/include/Chem_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/pt=
mp/Tom.Black/trunk_NEMSLegacy/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 dc=
ommons DustEmissionMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/gpfs/tp=
1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/inc=
lude/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/d=
ev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/src/include   -I. -I/gpfs/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS=
/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pil=
grim -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/s=
rc/../Linux/include/Chem_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/pt=
mp/Tom.Black/trunk_NEMSLegacy/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 dc=
ommons WetRemovalMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/gpfs/tp=
1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/inc=
lude/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/d=
ev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/src/include   -I. -I/gpfs/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS=
/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pil=
grim -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/s=
rc/../Linux/include/Chem_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/pt=
mp/Tom.Black/trunk_NEMSLegacy/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 dc=
ommons SeasaltEmissionMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/gpfs/tp=
1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/inc=
lude/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/d=
ev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/src/include   -I. -I/gpfs/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS=
/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pil=
grim -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/s=
rc/../Linux/include/Chem_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/pt=
mp/Tom.Black/trunk_NEMSLegacy/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 dc=
ommons SulfateChemDriverMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/gpfs/tp=
1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/inc=
lude/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/d=
ev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/src/include   -I. -I/gpfs/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS=
/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pil=
grim -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/s=
rc/../Linux/include/Chem_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/pt=
mp/Tom.Black/trunk_NEMSLegacy/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 dc=
ommons ConvectionMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/gpfs/tp=
1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/inc=
lude/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/d=
ev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/src/include   -I. -I/gpfs/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS=
/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pil=
grim -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/s=
rc/../Linux/include/Chem_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/pt=
mp/Tom.Black/trunk_NEMSLegacy/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 dc=
ommons SmokeEmissionMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/gpfs/tp=
1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/inc=
lude/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/d=
ev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/src/include   -I. -I/gpfs/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS=
/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pil=
grim -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/s=
rc/../Linux/include/Chem_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/pt=
mp/Tom.Black/trunk_NEMSLegacy/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 dc=
ommons Chem_StateMod.F90
-/bin/rm -f /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/goc=
art/src/../Linux/lib/libChem_Shared.a
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAP=
L_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/e=
smf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/in=
clude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base=
 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/=
include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.i=
ntel.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  -a=
lign dcommons mod_diag.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAP=
L_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/e=
smf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/in=
clude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base=
 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/=
include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.i=
ntel.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  -a=
lign dcommons diaglist.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAP=
L_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/e=
smf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/in=
clude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base=
 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/=
include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.i=
ntel.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  -a=
lign dcommons Chem_ConstMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAP=
L_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/e=
smf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/in=
clude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base=
 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/=
include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.i=
ntel.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  -a=
lign dcommons Chem_UtilMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAP=
L_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/e=
smf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/in=
clude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base=
 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/=
include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.i=
ntel.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  -a=
lign dcommons Chem_SettlingMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAP=
L_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/e=
smf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/in=
clude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base=
 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/=
include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.i=
ntel.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  -a=
lign dcommons DryDepositionMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAP=
L_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/e=
smf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/in=
clude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base=
 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/=
include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.i=
ntel.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  -a=
lign dcommons DustEmissionMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAP=
L_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/e=
smf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/in=
clude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base=
 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/=
include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.i=
ntel.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  -a=
lign dcommons WetRemovalMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAP=
L_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/e=
smf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/in=
clude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base=
 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/=
include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.i=
ntel.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  -a=
lign dcommons SeasaltEmissionMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAP=
L_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/e=
smf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/in=
clude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base=
 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/=
include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.i=
ntel.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  -a=
lign dcommons SulfateChemDriverMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAP=
L_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/e=
smf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/in=
clude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base=
 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/=
include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.i=
ntel.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  -a=
lign dcommons ConvectionMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAP=
L_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/e=
smf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/in=
clude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base=
 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/=
include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.i=
ntel.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  -a=
lign dcommons SmokeEmissionMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM =
-DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAP=
L_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/e=
smf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/in=
clude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base=
 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/=
include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.i=
ntel.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  -a=
lign dcommons Chem_StateMod.F90
+/bin/rm -f /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/=
../Linux/lib/libChem_Shared.a
 ar cr libChem_Shared.a mod_diag.o diaglist.o Chem_ConstMod.o Chem_Sett=
lingMod.o DryDepositionMod.o DustEmissionMod.o WetRemovalMod.o SeasaltE=
missionMod.o SulfateChemDriverMod.o ConvectionMod.o SmokeEmissionMod.o =
Chem_UtilMod.o Chem_StateMod.o
-/bin/mkdir -p /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/lib /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/=
src/chem/gocart/src/../Linux/etc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLeg=
acy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared
-/bin/cp -f -p *.mod   /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/s=
rc/chem/gocart/src/../Linux/include/Chem_Shared
-/bin/cp -f -p *.a     /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/s=
rc/chem/gocart/src/../Linux/lib
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/GMAO_Shared'
+/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/include/Chem_Shared
+/bin/cp -f -p *.mod   /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/include/Chem_Shared
+/bin/cp -f -p *.a     /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/lib
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/GMAO_Shared'
 Making install in Components
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components'
=20
-Making install in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/Components/GOCART_GridComp
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/Components/GOCART_GridComp
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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
@@ -4692,11 +4817,11 @@
 GOCART_GridCompMod.F90:998:38: error: CH4_ExportSpec___.h: No such fil=
e or directory
 gmake[3]: [GOCART_GridCompMod.d] Error 1 (ignored)
 Building dependency file GOCART_GridCompMod.d
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
=20
-Making install in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/Components/GOCART_GridComp/O3_GridComp
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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
@@ -4713,21 +4838,21 @@
 O3_GridCompMod.F90:1623:67: warning: missing terminating ' character
 O3_GridCompMod.F90:1684:72: warning: missing terminating ' character
 Building dependency file O3_GridCompMod.d
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/gpfs/tp1/ptmp/Tom.Blac=
k/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_G=
ridComp -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/lo=
cal/NetCDF/4.2/serial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/tp1/ptmp=
/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/M=
APL_cfio_r4 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_N=
EMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs=
/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/=
include/GMAO_hermes -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/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.defaul=
t -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/gpfs/tp1/p=
tmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/includ=
e/GEOSchem_GridComp -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgri=
m -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/tp1/ptmp/Tom.Black/tr=
unk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/g=
pfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Lin=
ux/include/MAPL_cfio_r4 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.B=
lack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Sh=
ared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/s=
rc/../Linux/include/GMAO_hermes -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/tp1/pt=
mp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include=
/Chem_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/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.int=
elmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -tra=
ceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommo=
ns O3_GridCompMod.F90
-ar cr /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/s=
rc/../Linux/lib/libO3_GridComp.a O3_GridCompMod.o
-/bin/mkdir -p /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/lib /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/=
src/chem/gocart/src/../Linux/etc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLeg=
acy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/tp=
1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc=
/NR /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/=
../Linux/etc/PIESA /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.h *.mod   /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp =
-I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goca=
rt/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/in=
clude -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/sav=
e/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS=
_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/..=
/Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/=
regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/G=
FDL_fms -I/usrx/local/intel/impi/4.0.3.008/include  -I/usrx/local/dev/e=
smf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/d=
ev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include=
 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/=
include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shar=
ed -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linu=
x/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem=
/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regte=
sts/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/=
Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_f=
ms -I/usrx/local/intel/impi/4.0.3.008/include  -I/usrx/local/dev/esmf/e=
smf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/es=
mf/esmf-7.0.0/src/include  -O -g -traceback -r8   -convert big_endian  =
-fPIC -fp-model source  -align dcommons O3_GridCompMod.F90
+ar cr /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Li=
nux/lib/libO3_GridComp.a O3_GridCompMod.o
+/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/regt=
ests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
=20
-Making install in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/Components/GOCART_GridComp/CO_GridComp
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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)
@@ -4734,23 +4859,23 @@
 Building History Spec fragment file CO_History___.rc
 CO_GridCompMod.F90:1279:71: warning: missing terminating ' character
 Building dependency file CO_GridCompMod.d
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/gpfs/tp1/ptmp/Tom.Blac=
k/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_G=
ridComp -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/lo=
cal/NetCDF/4.2/serial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/tp1/ptmp=
/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/M=
APL_cfio_r4 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_N=
EMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs=
/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/=
include/GMAO_hermes -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/.=
./Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Li=
nux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/inc=
lude   -I. -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/che=
m/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpe=
u -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/=
../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -=
I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../=
Linux/include/GMAO_gfio -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/tp1/ptmp/To=
m.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL=
_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/=
src/../Linux/include/GEOS_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/tp1=
/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/incl=
ude/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem=
/gocart/src/../Linux/include/Chem_Shared -I/gpfs/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/us=
rx/local/dev/esmf/esmf-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   -c=
onvert big_endian  -fPIC -fp-model source  -align dcommons CO_GridCompM=
od.F90
-ar cr /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/s=
rc/../Linux/lib/libCO_GridComp.a CO_GridCompMod.o
-/bin/mkdir -p /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/lib /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/=
src/chem/gocart/src/../Linux/etc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLeg=
acy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/tp=
1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc=
/NR /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/=
../Linux/etc/PIESA /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p         *.rc                      /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p    CMIP/*.rc                      /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p  MERRA2/*.rc                      /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/19600101-20000331         /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/20000401-present          /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p      NR/*.rc                      /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR   =20
-/bin/cp -f -p   PIESA/*.rc                      /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p  *.h *.mod   /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/N=
EMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp =
-I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goca=
rt/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/in=
clude -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/sav=
e/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS=
_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/..=
/Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/=
regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/G=
FDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.inte=
lmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I=
/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inc=
lude/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regt=
ests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS=
/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inclu=
de/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/m=
odO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/s=
rc/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model=
 source  -align dcommons CO_GridCompMod.F90
+ar cr /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Li=
nux/lib/libCO_GridComp.a CO_GridCompMod.o
+/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/regt=
ests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR   =20
+/bin/cp -f -p   PIESA/*.rc                      /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /nems/save/Samuel.Trahan/regtests/NEMS/src/=
chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
=20
-Making install in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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
@@ -4757,23 +4882,23 @@
 Building History Spec fragment file CO2_History___.rc
 CO2_GridCompMod.F90:928:39: warning: missing terminating ' character
 Building dependency file CO2_GridCompMod.d
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/gpfs/tp1/ptmp/Tom.Blac=
k/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_G=
ridComp -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/lo=
cal/NetCDF/4.2/serial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/tp1/ptmp=
/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/M=
APL_cfio_r4 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_N=
EMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs=
/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/=
include/GMAO_hermes -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/.=
./Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Li=
nux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/inc=
lude   -I. -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/che=
m/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpe=
u -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/=
../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -=
I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../=
Linux/include/GMAO_gfio -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/tp1/ptmp/To=
m.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL=
_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/=
src/../Linux/include/GEOS_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/tp1=
/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/incl=
ude/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem=
/gocart/src/../Linux/include/Chem_Shared -I/gpfs/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/us=
rx/local/dev/esmf/esmf-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   -c=
onvert big_endian  -fPIC -fp-model source  -align dcommons CO2_GridComp=
Mod.F90
-ar cr /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/s=
rc/../Linux/lib/libCO2_GridComp.a CO2_GridCompMod.o
-/bin/mkdir -p /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/lib /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/=
src/chem/gocart/src/../Linux/etc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLeg=
acy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/tp=
1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc=
/NR /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/=
../Linux/etc/PIESA /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p         *.rc                      /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p    CMIP/*.rc                      /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p  MERRA2/*.rc                      /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/19600101-20000331         /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/20000401-present          /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p      NR/*.rc                      /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p   PIESA/*.rc                      /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p  *.h *.mod   /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/N=
EMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp=
'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp =
-I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goca=
rt/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/in=
clude -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/sav=
e/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS=
_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/..=
/Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/=
regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/G=
FDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.inte=
lmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I=
/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inc=
lude/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regt=
ests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS=
/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inclu=
de/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/m=
odO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/s=
rc/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model=
 source  -align dcommons CO2_GridCompMod.F90
+ar cr /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Li=
nux/lib/libCO2_GridComp.a CO2_GridCompMod.o
+/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/regt=
ests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /nems/save/Samuel.Trahan/regtests/NEMS/src/=
chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
=20
-Making install in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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
@@ -4782,61 +4907,61 @@
 /usrx/local/intel/impi/4.0.3.008/include/mpif.h:11:37: warning: missin=
g terminating ' character
 CFC_GridCompMod.F90:529:18: warning: missing terminating ' character
 Building dependency file CFC_GridCompMod.d
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/gpfs/tp1/ptmp/Tom.Blac=
k/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_G=
ridComp -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/lo=
cal/NetCDF/4.2/serial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/tp1/ptmp=
/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/M=
APL_cfio_r4 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_N=
EMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs=
/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/=
include/GMAO_hermes -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/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.defaul=
t -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/gpfs/tp1/p=
tmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/includ=
e/GEOSchem_GridComp -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgri=
m -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/tp1/ptmp/Tom.Black/tr=
unk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/g=
pfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Lin=
ux/include/MAPL_cfio_r4 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.B=
lack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Sh=
ared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/s=
rc/../Linux/include/GMAO_hermes -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/tp1/pt=
mp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include=
/Chem_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/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.int=
elmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -tra=
ceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommo=
ns CFC_GridCompMod.F90
-ar cr /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/s=
rc/../Linux/lib/libCFC_GridComp.a CFC_GridCompMod.o
-/bin/mkdir -p /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/lib /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/=
src/chem/gocart/src/../Linux/etc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLeg=
acy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/tp=
1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc=
/NR /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/=
../Linux/etc/PIESA /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.h *.mod   /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp=
'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp =
-I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goca=
rt/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/in=
clude -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/sav=
e/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS=
_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/..=
/Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/=
regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/G=
FDL_fms -I/usrx/local/intel/impi/4.0.3.008/include  -I/usrx/local/dev/e=
smf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/d=
ev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include=
 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/=
include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goc=
art/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shar=
ed -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linu=
x/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem=
/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regte=
sts/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/=
Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_f=
ms -I/usrx/local/intel/impi/4.0.3.008/include  -I/usrx/local/dev/esmf/e=
smf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/es=
mf/esmf-7.0.0/src/include  -O -g -traceback -r8   -convert big_endian  =
-fPIC -fp-model source  -align dcommons CFC_GridCompMod.F90
+ar cr /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Li=
nux/lib/libCFC_GridComp.a CFC_GridCompMod.o
+/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/regt=
ests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
=20
-Making install in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/Components/GOCART_GridComp/DU_GridComp
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DNEMS -DHAVE_SHMEM -DMAPL_I=
MPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/gpfs/tp1/ptmp/T=
om.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEO=
Schem_GridComp -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/che=
m/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black/trun=
k_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/=
usrx/local/NetCDF/4.2/serial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_N=
EMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/t=
p1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/in=
clude/MAPL_cfio_r4 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src=
/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black/=
trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared =
-I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/..=
/Linux/include/GMAO_hermes -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/=
NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/tp1/ptmp/To=
m.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem=
_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocar=
t/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/=
src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/tp1/ptmp=
/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/G=
MAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/goca=
rt/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/in=
clude -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/=
src/../Linux/include/GMAO_gfio -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLeg=
acy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/tp1/=
ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/inclu=
de/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/include/GEOS_Shared -I/gpfs/tp1/ptmp/Tom.Black/trun=
k_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/g=
pfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Lin=
ux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/s=
rc/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms=
  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.de=
fault -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_Gr=
idCompMod.F90
-ar cr /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/s=
rc/../Linux/lib/libDU_GridComp.a DU_GridCompMod.o
-/bin/mkdir -p /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/lib /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/=
src/chem/gocart/src/../Linux/etc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLeg=
acy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/tp=
1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc=
/NR /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/=
../Linux/etc/PIESA /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.h *.mod   /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DNEMS -DHAVE_SHMEM -DMAPL_I=
MPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_Gr=
idComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/se=
rial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inclu=
de/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/N=
EMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.=
Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -=
I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/in=
clude/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.=
64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I.=
 -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Li=
nux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/u=
srx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests=
/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samue=
l.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r=
4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux=
/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Ba=
se -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linu=
x/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem=
/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.=
0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-=
7.0.0/src/include  -O -g -traceback -r8   -convert big_endian  -fPIC -f=
p-model source  -align dcommons DU_GridCompMod.F90
+ar cr /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Li=
nux/lib/libDU_GridComp.a DU_GridCompMod.o
+/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/regt=
ests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
=20
-Making install in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/Components/GOCART_GridComp/SS_GridComp
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/gpfs/tp1/ptmp/Tom.Blac=
k/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_G=
ridComp -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/lo=
cal/NetCDF/4.2/serial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/tp1/ptmp=
/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/M=
APL_cfio_r4 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_N=
EMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs=
/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/=
include/GMAO_hermes -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/.=
./Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Li=
nux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/inc=
lude   -I. -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/che=
m/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpe=
u -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/=
../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -=
I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../=
Linux/include/GMAO_gfio -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/tp1/ptmp/To=
m.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL=
_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/=
src/../Linux/include/GEOS_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/tp1=
/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/incl=
ude/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem=
/gocart/src/../Linux/include/Chem_Shared -I/gpfs/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/us=
rx/local/dev/esmf/esmf-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   -c=
onvert big_endian  -fPIC -fp-model source  -align dcommons SS_GridCompM=
od.F90
-ar cr /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/s=
rc/../Linux/lib/libSS_GridComp.a SS_GridCompMod.o
-/bin/mkdir -p /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/lib /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/=
src/chem/gocart/src/../Linux/etc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLeg=
acy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/tp=
1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc=
/NR /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/=
../Linux/etc/PIESA /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.h *.mod   /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp =
-I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goca=
rt/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/in=
clude -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/sav=
e/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS=
_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/..=
/Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/=
regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/G=
FDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.inte=
lmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I=
/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inc=
lude/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regt=
ests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS=
/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inclu=
de/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/m=
odO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/s=
rc/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model=
 source  -align dcommons SS_GridCompMod.F90
+ar cr /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Li=
nux/lib/libSS_GridComp.a SS_GridCompMod.o
+/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/regt=
ests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
=20
-Making install in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/Components/GOCART_GridComp/BC_GridComp
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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
@@ -4843,23 +4968,23 @@
 Building History Spec fragment file BC_History___.rc
 BC_GridCompMod.F90:777:18: warning: missing terminating ' character
 Building dependency file BC_GridCompMod.d
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/gpfs/tp1/ptmp/Tom.Blac=
k/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_G=
ridComp -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/lo=
cal/NetCDF/4.2/serial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/tp1/ptmp=
/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/M=
APL_cfio_r4 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_N=
EMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs=
/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/=
include/GMAO_hermes -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/.=
./Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Li=
nux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/inc=
lude   -I. -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/che=
m/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpe=
u -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/=
../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -=
I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../=
Linux/include/GMAO_gfio -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/tp1/ptmp/To=
m.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL=
_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/=
src/../Linux/include/GEOS_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/tp1=
/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/incl=
ude/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem=
/gocart/src/../Linux/include/Chem_Shared -I/gpfs/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/us=
rx/local/dev/esmf/esmf-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   -c=
onvert big_endian  -fPIC -fp-model source  -align dcommons BC_GridCompM=
od.F90
-ar cr /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/s=
rc/../Linux/lib/libBC_GridComp.a BC_GridCompMod.o
-/bin/mkdir -p /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/lib /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/=
src/chem/gocart/src/../Linux/etc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLeg=
acy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/tp=
1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc=
/NR /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/=
../Linux/etc/PIESA /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p         *.rc                      /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p    CMIP/*.rc                      /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p  MERRA2/*.rc                      /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/19600101-20000331         /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/20000401-present          /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p      NR/*.rc                      /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p   PIESA/*.rc                      /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p  *.h *.mod   /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/N=
EMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp =
-I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goca=
rt/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/in=
clude -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/sav=
e/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS=
_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/..=
/Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/=
regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/G=
FDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.inte=
lmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I=
/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inc=
lude/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regt=
ests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS=
/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inclu=
de/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/m=
odO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/s=
rc/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model=
 source  -align dcommons BC_GridCompMod.F90
+ar cr /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Li=
nux/lib/libBC_GridComp.a BC_GridCompMod.o
+/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/regt=
ests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /nems/save/Samuel.Trahan/regtests/NEMS/src/=
chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
=20
-Making install in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/Components/GOCART_GridComp/OC_GridComp
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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
@@ -4866,23 +4991,23 @@
 Building History Spec fragment file OC_History___.rc
 OC_GridCompMod.F90:1216:18: warning: missing terminating ' character
 Building dependency file OC_GridCompMod.d
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/gpfs/tp1/ptmp/Tom.Blac=
k/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_G=
ridComp -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/lo=
cal/NetCDF/4.2/serial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/tp1/ptmp=
/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/M=
APL_cfio_r4 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_N=
EMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs=
/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/=
include/GMAO_hermes -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/.=
./Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Li=
nux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/inc=
lude   -I. -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/che=
m/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpe=
u -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/=
../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -=
I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../=
Linux/include/GMAO_gfio -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/tp1/ptmp/To=
m.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL=
_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/=
src/../Linux/include/GEOS_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/tp1=
/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/incl=
ude/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem=
/gocart/src/../Linux/include/Chem_Shared -I/gpfs/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/us=
rx/local/dev/esmf/esmf-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   -c=
onvert big_endian  -fPIC -fp-model source  -align dcommons OC_GridCompM=
od.F90
-ar cr /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/s=
rc/../Linux/lib/libOC_GridComp.a OC_GridCompMod.o
-/bin/mkdir -p /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/lib /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/=
src/chem/gocart/src/../Linux/etc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLeg=
acy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/tp=
1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc=
/NR /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/=
../Linux/etc/PIESA /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p         *.rc                      /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p    CMIP/*.rc                      /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p  MERRA2/*.rc                      /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/19600101-20000331         /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/20000401-present          /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p      NR/*.rc                      /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p   PIESA/*.rc                      /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p  *.h *.mod   /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/N=
EMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp =
-I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goca=
rt/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/in=
clude -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/sav=
e/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS=
_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/..=
/Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/=
regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/G=
FDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.inte=
lmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I=
/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inc=
lude/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regt=
ests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS=
/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inclu=
de/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/m=
odO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/s=
rc/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model=
 source  -align dcommons OC_GridCompMod.F90
+ar cr /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Li=
nux/lib/libOC_GridComp.a OC_GridCompMod.o
+/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/regt=
ests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /nems/save/Samuel.Trahan/regtests/NEMS/src/=
chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
=20
-Making install in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/Components/GOCART_GridComp/SU_GridComp
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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
@@ -4890,86 +5015,86 @@
 SU_GridCompMod.F90:73:29: warning: missing terminating ' character
 SU_GridCompMod.F90:246:39: warning: missing terminating ' character
 Building dependency file SU_GridCompMod.d
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/gpfs/tp1/ptmp/Tom.Blac=
k/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_G=
ridComp -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/lo=
cal/NetCDF/4.2/serial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/tp1/ptmp=
/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/M=
APL_cfio_r4 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_N=
EMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs=
/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/=
include/GMAO_hermes -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/.=
./Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Li=
nux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/inc=
lude   -I. -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/che=
m/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpe=
u -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/=
../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -=
I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../=
Linux/include/GMAO_gfio -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/tp1/ptmp/To=
m.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL=
_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/=
src/../Linux/include/GEOS_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/tp1=
/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/incl=
ude/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem=
/gocart/src/../Linux/include/Chem_Shared -I/gpfs/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/us=
rx/local/dev/esmf/esmf-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   -c=
onvert big_endian  -fPIC -fp-model source  -align dcommons SU_GridCompM=
od.F90
-ar cr /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/s=
rc/../Linux/lib/libSU_GridComp.a SU_GridCompMod.o
-/bin/mkdir -p /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/lib /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/=
src/chem/gocart/src/../Linux/etc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLeg=
acy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/tp=
1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc=
/NR /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/=
../Linux/etc/PIESA /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p         *.rc                      /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p    CMIP/*.rc                      /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p  MERRA2/*.rc                      /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/19600101-20000331         /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/20000401-present          /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p      NR/*.rc                      /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p   PIESA/*.rc                      /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p  *.h *.mod   /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/N=
EMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp =
-I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goca=
rt/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/in=
clude -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/sav=
e/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS=
_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/..=
/Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/=
regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/G=
FDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.inte=
lmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I=
/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inc=
lude/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regt=
ests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS=
/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inclu=
de/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/m=
odO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/s=
rc/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model=
 source  -align dcommons SU_GridCompMod.F90
+ar cr /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Li=
nux/lib/libSU_GridComp.a SU_GridCompMod.o
+/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/regt=
ests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /nems/save/Samuel.Trahan/regtests/NEMS/src/=
chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
=20
-Making install in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/gpfs/tp1/ptmp/Tom.Blac=
k/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_G=
ridComp -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/lo=
cal/NetCDF/4.2/serial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/tp1/ptmp=
/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/M=
APL_cfio -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/goca=
rt/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMS=
Legacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/tp=
1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/inc=
lude/GMAO_hermes -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/../Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/tr=
unk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/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/includ=
e   -I. -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -=
I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../=
Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/g=
pfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Lin=
ux/include/GMAO_gfio -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/s=
rc/chem/gocart/src/../Linux/include/MAPL_cfio -I/gpfs/tp1/ptmp/Tom.Blac=
k/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base =
-I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/..=
/Linux/include/GEOS_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/=
NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Ch=
em_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocar=
t/src/../Linux/include/Chem_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEM=
SLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/loc=
al/dev/esmf/esmf-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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/s=
rc/../Linux/lib/libRn_GridComp.a Rn_GridCompMod.o
-/bin/mkdir -p /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/lib /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/=
src/chem/gocart/src/../Linux/etc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLeg=
acy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/tp=
1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc=
/NR /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/=
../Linux/etc/PIESA /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.h *.mod   /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp =
-I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goca=
rt/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/in=
clude -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/src/../Linux/include/MAPL_cfio -I/nems/save/Samuel.Trahan/regt=
ests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/S=
amuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Sh=
ared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Li=
nux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/sav=
e/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL=
_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmp=
i.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtest=
s/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/=
NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/=
chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio -I/nems/sav=
e/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../L=
inux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/=
regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/sa=
ve/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Che=
m_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/.=
./Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Li=
nux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/inc=
lude  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model sourc=
e  -align dcommons Rn_GridCompMod.F90
+ar cr /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Li=
nux/lib/libRn_GridComp.a Rn_GridCompMod.o
+/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/regt=
ests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
=20
-Making install in /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/gpfs/tp1/ptmp/Tom.Blac=
k/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_G=
ridComp -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocar=
t/src/../Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/lo=
cal/NetCDF/4.2/serial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/tp1/ptmp=
/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/M=
APL_cfio_r4 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_N=
EMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs=
/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/=
include/GMAO_hermes -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/sr=
c/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/.=
./Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Li=
nux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/inc=
lude   -I. -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/che=
m/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpe=
u -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/=
../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -=
I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../=
Linux/include/GMAO_gfio -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/tp1/ptmp/To=
m.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL=
_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/=
src/../Linux/include/GEOS_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/tp1=
/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/incl=
ude/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem=
/gocart/src/../Linux/include/Chem_Shared -I/gpfs/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/us=
rx/local/dev/esmf/esmf-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   -c=
onvert big_endian  -fPIC -fp-model source  -align dcommons CH4_GridComp=
Mod.F90
-ar cr /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/s=
rc/../Linux/lib/libCH4_GridComp.a CH4_GridCompMod.o
-/bin/mkdir -p /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/=
gocart/src/../Linux/lib /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/=
src/chem/gocart/src/../Linux/etc /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLeg=
acy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/tp=
1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc=
/NR /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/=
../Linux/etc/PIESA /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.h *.mod   /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp=
'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_H=
AS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp =
-I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goca=
rt/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/in=
clude -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/sav=
e/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS=
_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/..=
/Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/=
regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/G=
FDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.inte=
lmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I=
/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inc=
lude/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regt=
ests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/loc=
al/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/includ=
e/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/sr=
c/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS=
/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/inclu=
de/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/m=
odO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/s=
rc/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model=
 source  -align dcommons CH4_GridCompMod.F90
+ar cr /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Li=
nux/lib/libCH4_GridComp.a CH4_GridCompMod.o
+/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart=
/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/=
gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/regt=
ests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /nems/save/Samuel.Trahan/regtests/NEMS/src/c=
hem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
 gmake local_install
-gmake[4]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_=
NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/=
tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/tp1=
/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/incl=
ude/GMAO_gfio_r8 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -=
I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../=
Linux/include/GEOS_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/N=
EMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/tp1/ptmp/T=
om.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Che=
m_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart=
/src/../Linux/include/Chem_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMS=
Legacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/gpfs/tp1/p=
tmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/includ=
e/GEOSchem_GridComp  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include =
  -I. -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/goc=
art/src/../Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEM=
SLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/=
local/NetCDF/4.2/serial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/gpfs/tp1=
/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/incl=
ude/MAPL_cfio_r8 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black/tr=
unk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_hermes -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_S=
hared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/=
src/../Linux/include/GFDL_fms -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/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     -f=
PIC -fp-model source  -align dcommons Aero_GridCompMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_=
NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/=
tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/i=
nclude/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/tp1=
/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/incl=
ude/GMAO_gfio_r8 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/tp1/ptmp/Tom.Black=
/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -=
I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../=
Linux/include/GEOS_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/N=
EMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/tp1/ptmp/T=
om.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Che=
m_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart=
/src/../Linux/include/Chem_Shared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMS=
Legacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/gpfs/tp1/p=
tmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/includ=
e/GEOSchem_GridComp  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.i=
ntel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include =
  -I. -I. -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/goc=
art/src/../Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEM=
SLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/=
local/NetCDF/4.2/serial/include -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLe=
gacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/gpfs/tp1=
/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/incl=
ude/MAPL_cfio_r8 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/c=
hem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/tp1/ptmp/Tom.Black/tr=
unk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../L=
inux/include/GMAO_hermes -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_S=
hared -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/=
src/../Linux/include/GFDL_fms -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/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     -f=
PIC -fp-model source  -align dcommons GOCART_GridCompMod.F90
-ar cr /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/s=
rc/../Linux/lib/libGOCART_GridComp.a GOCART_GridCompMod.o Aero_GridComp=
Mod.o=20
-/bin/mkdir -p -p /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/ch=
em/gocart/src/../Linux/include/GEOSchem_GridComp
-/bin/cp -f -p *.mod          /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Components'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilg=
rim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/=
regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/=
MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Tr=
ahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/=
nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/nems/save/Samuel.Tr=
ahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridCo=
mp  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.=
default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/=
GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/=
../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -=
I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/in=
clude/GMAO_gfio_r8 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/regte=
sts/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Sa=
muel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Sha=
red -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regt=
ests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save=
/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_=
fms -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/GEOSchem_GridComp  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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 dcomm=
ons Aero_GridCompMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECI=
SION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/nems/save/Samuel.Trahan/regtes=
ts/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Sam=
uel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilg=
rim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/=
regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/=
MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/s=
rc/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Tr=
ahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/=
nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/nems/save/Samuel.Tr=
ahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridCo=
mp  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.=
default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems=
/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/=
GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/=
../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -=
I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/in=
clude/GMAO_gfio_r8 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/regte=
sts/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Sa=
muel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Sha=
red -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/che=
m/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regt=
ests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save=
/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_=
fms -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Lin=
ux/include/GEOSchem_GridComp  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/mod=
O/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 dcomm=
ons GOCART_GridCompMod.F90
+ar cr /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Li=
nux/lib/libGOCART_GridComp.a GOCART_GridCompMod.o Aero_GridCompMod.o=20
+/bin/mkdir -p -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/src/../Linux/include/GEOSchem_GridComp
+/bin/cp -f -p *.mod          /nems/save/Samuel.Trahan/regtests/NEMS/sr=
c/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Components'
 Making install in Applications
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/chem/gocart/src/Applications'
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src/Applications'
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/src/Applications'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src/Applications'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/src'
        CHEM_MODE -----------> compile
        PHYS_MODE -----------> compile
-       PHYS_INC----------->/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/N=
EMS/src/atmos/gsm/gsmphys
+       PHYS_INC----------->/nems/save/Samuel.Trahan/regtests/NEMS/src/=
atmos/gsm/gsmphys
 cd atmos/share         && gmake
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/share'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/share'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_ERR_MSG.F90 > module_ERR_MSG.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX  -c module_ERR_MSG.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_INCLUDE.F90 > module_INCLUDE.f90
@@ -4980,17 +5105,17 @@
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -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=20
 ar: creating libshare.a
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/share'
-       CHEM_MODi----before phys-------> /gpfs/tp1/ptmp/Tom.Black/trunk=
_NEMSLegacy/NEMS/src/chem/gocart/Linux/include
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/share'
+       CHEM_MODi----before phys-------> /nems/save/Samuel.Trahan/regte=
sts/NEMS/src/chem/gocart/Linux/include
 cd atmos/gsm/gsmphys          && gmake gocart_full
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_mode=
l.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_co=
nst_h.f gfs_phy_tracer_config.f rad_initialize.f radlw_param.f radlw_da=
tatb.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 sf=
c_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 m=
oninedmf.f mfpbl.f gwdps.f gwdc.f rayleigh_damp.f rayleigh_damp_mesopau=
se.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 prec=
pdp.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_compositio=
n.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_dissipatio=
n.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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/gsmphys'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/gsmphys'
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -I../../share -fpp =
-DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c machine.f
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -I../../share -fpp =
-DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c wam_f107_kp_mod.f
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -I../../share -fpp =
-DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c physparam.f
@@ -5095,28 +5220,28 @@
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -fixed -I../../share -fpp=
 -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c mstcnv.f
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -fixed -I../../share -fpp=
 -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c get_prs.f
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -fixed -I../../share -fpp=
 -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM -r8 -c gsmddrive.f
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -fixed -I../../share -I/g=
pfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -r8 -c gocart_tracer_config.f
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -fixed -I../../share -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -r8 -c gocart_tracer_config.f
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -I../../share -r8  =
-c num_parthds.F
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM nuopc=
_physics.F90 > nuopc_physics.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -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 fun=
cphys.o cs_conv.o module_nst_parameters.o module_nst_water_prop.o modul=
e_nst_model.o gcm_shoc.o calpreciptype.o m_micro_driver.o idea_composit=
ion.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_dissipat=
ion.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_bfmicrop=
hysics.o tracer_const_h.o gfs_phy_tracer_config.o rad_initialize.o radl=
w_param.o radlw_datatb.o radlw_main.o radsw_param.o radsw_datatb.o rads=
w_main.o radiation_astronomy.o radiation_aerosols.o radiation_gases.o r=
adiation_clouds.o radiation_surface.o grrad.o ozphys_2015.o ozphys.o oz=
interp.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 mo=
ninp1.o moninq.o moninedmf.o mfpbl.o gwdps.o gwdc.o rayleigh_damp.o ray=
leigh_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 gscon=
dp.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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/gsmphys'
 cd atmos/nmm           && gmake stub
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/nmm'
 ls -1 ffsync.F90 module_ERROR_MSG.F90 module_BGRID_INTERP.F90 module_C=
LOCKTIMES.F90 module_CONTROL.F90 module_CONVECTION.F90 module_DERIVED_T=
YPES.F90 module_DIAGNOSE.F90 module_DIGITAL_FILTER_NMM.F90 module_DM_PA=
RALLEL.F90 module_DOMAIN_GRID_COMP.F90 module_DOMAIN_INTERNAL_STATE.F90=
 module_DYNAMICS_ROUTINES.F90 module_EXCHANGE.F90 module_FLTBNDS.F90 mo=
dule_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_M=
ICROPHYSICS.F90 module_MY_DOMAIN_SPECS.F90 module_NESTING.F90 module_NM=
M_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 modul=
e_QUASIPOST.F90 module_TRACKER.F90 module_SOLVER_GRID_COMP.F90 module_S=
OLVER_INTERNAL_STATE.F90 module_TIMESERIES.F90 module_TURBULENCE.F90 mo=
dule_VARS.F90 module_VARS_STATE.F90 module_WRITE_GRID_COMP.F90 module_W=
RITE_INTERNAL_STATE.F90 module_WRITE_ROUTINES.F90 n_namelist_physics_de=
f.f n_layout1.f n_resol_def.f n_compns_physics.f n_mpi_def.f n_module_g=
fs_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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/nmm'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/nmm'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_NMM_GRID_COMP_stub.F90 > module_NMM_GRID_COMP_stub.f90
-mpiifort -g -openmp -mkl=3Dsequential -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/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -I../share -I/gpfs/tp1/pt=
mp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c =
module_NMM_GRID_COMP_stub.f90
+mpiifort -g -openmp -mkl=3Dsequential -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/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -I../share -I/nems/save/S=
amuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_N=
MM_GRID_COMP_stub.f90
 ar -r libnmm.a module_NMM_GRID_COMP_stub.o
 ar: creating libnmm.a
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/nmm'
 cd atmos/gen           && gmake stub
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gen'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gen'
 makefile:31: warning: overriding commands for target `module_GEN_INTER=
NAL_STATE.o'
 makefile:28: warning: ignoring old commands for target `module_GEN_INT=
ERNAL_STATE.o'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GEN_INTERNAL_STATE.F90 > module_GEN_INTERNAL_STATE.f90
@@ -5125,20 +5250,20 @@
 mpiifort -g -openmp -mkl=3Dsequential -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/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -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=
=20
 ar: creating libgen.a
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gen'
-echo "       CHEM_MODi----------->ediri" /gpfs/tp1/ptmp/Tom.Black/trun=
k_NEMSLegacy/NEMS/src/chem/gocart/Linux/include
-       CHEM_MODi----------->ediri /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSL=
egacy/NEMS/src/chem/gocart/Linux/include
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gen'
+echo "       CHEM_MODi----------->ediri" /nems/save/Samuel.Trahan/regt=
ests/NEMS/src/chem/gocart/Linux/include
+       CHEM_MODi----------->ediri /nems/save/Samuel.Trahan/regtests/NE=
MS/src/chem/gocart/Linux/include
 cd atmos/gsm           && gmake gocart_full
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_G=
FS_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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm'
 cd libutil && gmake gocart_full && cd ..
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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
@@ -5159,8 +5284,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/libutil'
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -O3 -r8 -free  -I..=
/../share -c module_gfs_machine.f90
@@ -5167,8 +5292,8 @@
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -O3 -r8 -free  -I..=
/../share -c module_gfs_physcons.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -O3 -r8 -free  -I..=
/../share -c module_gfs_funcphys.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -O3 -r8 -free  -I..=
/../share -c module_gfs_tropp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -O3 -r8 -free  -I..=
/../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/goc=
art/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Blac=
k/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp=
 -c atmos_phy_chem_cpl_comp_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -O3 -r8 -free  -I..=
/../share -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/goc=
art/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Blac=
k/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp=
 -c atmos_chem_phy_cpl_comp_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -O3 -r8 -free  -I..=
/../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/Linux/include/GEOSchem_GridComp -c atmos_phy_chem_cpl_c=
omp_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -O3 -r8 -free  -I..=
/../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linu=
x/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/Linux/include/GEOSchem_GridComp -c atmos_chem_phy_cpl_c=
omp_mod.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -O3 -r8 -free  -I..=
/../share -c module_include_gfs.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -O3 -r8 -free  -I..=
/../share -c module_gfs_mpi_def.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -O3 -r8 -free  -I..=
/../share -c module_DM_PARALLEL_GFS.f90
@@ -5178,17 +5303,17 @@
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -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_c=
omp_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 mo=
dule_digital_filter_gfs.o module_export_import_data.o gfs_dyn_phy_cpl_c=
omp_mod.o module_gfs_mpi_def.o module_TIMERS.o=20
 ar: creating gfs_libutil.a
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/libutil'
 cd io && gmake && cd ..
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/io'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/io'
 makefile:36: depend: No such file or directory
 ls -1 module_include_io.F90 module_io_mpi_def.F90 module_GFS_WRITE.F90=
 module_WRITE_INTERNAL_STATE_GFS.F90 module_GET_CONFIG_WRITE_GFS.F90 mo=
dule_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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/io'
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/io'
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/io'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/io'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/io'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_include_io.F90 > module_include_io.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -I../../share -I../=
libutil  -c module_include_io.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_io_mpi_def.F90 > module_io_mpi_def.f90
@@ -5205,10 +5330,10 @@
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -I../../share -I../=
libutil  -c module_GFS_WRITE.f90
 ar -r libio.a module_include_io.o module_io_mpi_def.o module_GFS_WRITE=
.o module_WRITE_INTERNAL_STATE_GFS.o module_GET_CONFIG_WRITE_GFS.o modu=
le_WRITE_ROUTINES_GFS.o module_WRITE_GRID_COMP_GFS.o
 ar: creating libio.a
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/io'
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/io'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/io'
 cd dyn && gmake gocart_full && cd ..
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcon=
s.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physc=
ons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -5252,8 +5377,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/dyn'
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcon=
s.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physc=
ons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -5294,192 +5419,192 @@
 makefile:292: warning: ignoring old commands for target `.f.f90'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM bfilt=
_def.f > bfilt_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_machine.f > gfs_dyn_machine.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_machine.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c bfilt_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_machine.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c bfilt_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_resol_def.f > gfs_dyn_resol_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_resol_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_resol_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_gg_def.f > gfs_dyn_gg_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_gg_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_gg_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_vert_def.f > gfs_dyn_vert_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_vert_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_vert_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_io_header.f > gfs_dyn_io_header.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_io_header.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_io_header.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_date_def.f > gfs_dyn_date_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_date_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_date_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM slgsh=
r.f > slgshr.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c slgshr.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c slgshr.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM pmgri=
d.f > pmgrid.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c pmgrid.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c pmgrid.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM layou=
t_grid_tracers.f > layout_grid_tracers.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c layout_grid_tracers.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c layout_grid_tracers.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM layou=
t_lag.f > layout_lag.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c layout_lag.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c layout_lag.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_layout1.f > gfs_dyn_layout1.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_layout1.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_layout1.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM namel=
ist_dynamics_def.f > namelist_dynamics_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c namelist_dynamics_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c namelist_dynamics_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_coordinate_def.f > gfs_dyn_coordinate_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_coordinate_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_coordinate_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_lon_lat_para.f > gfs_dyn_lon_lat_para.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_physcons.f > gfs_dyn_physcons.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dyn_physcons.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_lon_lat_para.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dyn_physcons.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_lon_lat_para.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_tracer_const.f > gfs_dyn_tracer_const.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_tracer_const.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_tracer_const.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_tracer_config.f > gfs_dyn_tracer_config.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_tracer_config.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_tracer_config.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_reduce_lons_grid_module.f > gfs_dyn_reduce_lons_grid_module.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_reduce_lons_grid_module.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_reduce_lons_grid_module.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_matrix_sig_def.f > gfs_dyn_matrix_sig_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_matrix_sig_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_matrix_sig_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_mpi_def.f > gfs_dyn_mpi_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_mpi_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_mpi_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_deldifs_def.f > gfs_dyn_deldifs_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_deldifs_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_deldifs_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_bfilt_def.f > gfs_dyn_bfilt_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_bfilt_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_bfilt_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_glats.f > gfs_dyn_glats.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_glats.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_glats.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_dfi_mod.f > gfs_dyn_dfi_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dyn_dfi_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dyn_dfi_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM nemsi=
o_def.f > nemsio_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c nemsio_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c nemsio_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM wrtou=
t_dynamics.f > wrtout_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM do_dy=
namics_mod.f > do_dynamics_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c do_dynamics_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c wrtout_dynamics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c do_dynamics_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c wrtout_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM wrtou=
t_dynamics_slg_nemsio.f > wrtout_dynamics_slg_nemsio.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c wrtout_dynamics_slg_nemsio.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c wrtout_dynamics_slg_nemsio.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_hyb_gc_h_w_z.f > gfidi_hyb_gc_h_w_z.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfidi_hyb_gc_h_w_z.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfidi_hyb_gc_h_w_z.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_w=
_z.f > get_w_z.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c get_w_z.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c get_w_z.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM deldi=
fs_def.f > deldifs_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c deldifs_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c deldifs_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM dyn_g=
ocart_tracer_config.f > dyn_gocart_tracer_config.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c dyn_gocart_tracer_config.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c dyn_gocart_tracer_c=
onfig.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM num_p=
arthds.f > num_parthds.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c num_parthds.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c num_parthds.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_err_msg_mod.f > gfs_dynamics_err_msg_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dynamics_err_msg_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dynamics_err_msg_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_namelist_mod.f > gfs_dynamics_namelist_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dynamics_namelist_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dynamics_namelist_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_start_time_get_mod.f > gfs_dynamics_start_time_get_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sigio=
_module.f > sigio_module.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -free -c sigio_modu=
le.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sigio=
_r_module.f > sigio_r_module.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -free -c sigio_r_mo=
dule.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dynamics_start_time_get_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dynamics_start_time_get_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_internal_state_mod.f > gfs_dynamics_internal_state_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dynamics_internal_state_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dynamics_internal_state_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_grid_create_mod.f > gfs_dynamics_grid_create_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dynamics_grid_create_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dynamics_grid_create_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_output.f > gfs_dynamics_output.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dynamics_output.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dynamics_output.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_getcf_mod.f > gfs_dynamics_getcf_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dynamics_getcf_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dynamics_getcf_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM GFS_A=
ddParameterToStateMod.f > GFS_AddParameterToStateMod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c GFS_AddParameterToStateMod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c GFS_AddParameterToStateMod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_initialize_mod.f > gfs_dynamics_initialize_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_stoch_data_mod.f > gfs_dyn_stoch_data_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
yn_patterngenerator.f > gfs_dyn_patterngenerator.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dyn_patterngenerator.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dyn_stoch_data_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dynamics_initialize_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dyn_patterngenerator.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dyn_stoch_data_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dynamics_initialize_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_initialize_slg_mod.f > gfs_dynamics_initialize_slg_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dynamics_initialize_slg_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dynamics_initialize_slg_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_run_mod.f > gfs_dynamics_run_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_g=
et_pattern_mod.f > gfs_get_pattern_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_get_pattern_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dynamics_run_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_get_pattern_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dynamics_run_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_finalize_mod.f > gfs_dynamics_finalize_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dynamics_finalize_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dynamics_finalize_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_add_get_state_ESMFField_mod.f > gfs_dynamics_add_get_state_ESMF=
Field_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dynamics_add_get_state_ESMFField_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dynamics_add_get_state_ESMFField_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_states_mod.f > gfs_dynamics_states_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dynamics_states_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dynamics_states_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM mpi_G=
V.f > mpi_GV.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c mpi_GV.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c mpi_GV.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ynamics_grid_comp_mod.f > gfs_dynamics_grid_comp_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -free -c gfs_dynamics_grid_comp_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -free -c gfs_dynamics_grid_comp_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_c=
d_hyb.f > get_cd_hyb.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c get_cd_hyb.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c get_cd_hyb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_a=
m_bm_hyb.f > get_am_bm_hyb.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c get_am_bm_hyb.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c get_am_bm_hyb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_c=
d_hyb_gc.f > get_cd_hyb_gc.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c get_cd_hyb_gc.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c get_cd_hyb_gc.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_c=
d_hyb_gcdp.f > get_cd_hyb_gcdp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c get_cd_hyb_gcdp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c get_cd_hyb_gcdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_a=
m_bm_hyb_gc.f > get_am_bm_hyb_gc.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c get_am_bm_hyb_gc.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c get_am_bm_hyb_gc.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_a=
m_bm_hyb_gcdp.f > get_am_bm_hyb_gcdp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c get_am_bm_hyb_gcdp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c get_am_bm_hyb_gcdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sltin=
i_all.f > sltini_all.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c sltini_all.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c sltini_all.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM set_h=
alos_lag_sn.f > set_halos_lag_sn.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c set_halos_lag_sn.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c set_halos_lag_sn.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM setla=
ts.f > setlats.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c setlats.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c setlats.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM setla=
ts_slg.f > setlats_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c setlats_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c setlats_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM getys=
k.f > getysk.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c getysk.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c getysk.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM getys=
k_gc.f > getysk_gc.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c getysk_gc.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c getysk_gc.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM redis=
t_lats_a.f > redist_lats_a.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c redist_lats_a.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c redist_lats_a.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ifshu=
ff.f > ifshuff.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c ifshuff.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c ifshuff.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM shuff=
le_grid.f > shuffle_grid.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c shuffle_grid.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c shuffle_grid.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
collect.f > grid_collect.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c grid_collect.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c grid_collect.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
collect_ipe.f > grid_collect_ipe.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c grid_collect_ipe.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c grid_collect_ipe.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM excha=
.f > excha.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c excha.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c excha.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM info.=
f > info.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c info.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c info.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM four2=
grid_thread.f > four2grid_thread.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c four2grid_thread.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c four2grid_thread.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM hpmdu=
mmy.f > hpmdummy.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c hpmdummy.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c hpmdummy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM cound=
ummy.f > coundummy.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c coundummy.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c coundummy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM damp_=
speed.f > damp_speed.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c damp_speed.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c damp_speed.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM damp_=
speed_noq.f > damp_speed_noq.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c damp_speed_noq.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c damp_speed_noq.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM deldi=
fs.f > deldifs.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c deldifs.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c deldifs.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM deldi=
fs_noq.f > deldifs_noq.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c deldifs_noq.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c deldifs_noq.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM idea_=
deldifs_init.f > idea_deldifs_init.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c idea_deldifs_init.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c idea_deldifs_init.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM idea_=
deldifs.f > idea_deldifs.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c idea_deldifs.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c idea_deldifs.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM idea_=
deldifs_noq.f > idea_deldifs_noq.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c idea_deldifs_noq.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c idea_deldifs_noq.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM idea_=
getcoef.f > idea_getcoef.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c idea_getcoef.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c idea_getcoef.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM input=
_fields.f > input_fields.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c input_fields.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c input_fields.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM input=
_fields_slg.f > input_fields_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c input_fields_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c input_fields_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM input=
_fields_rst.f > input_fields_rst.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c input_fields_rst.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c input_fields_rst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM delnp=
e.f > delnpe.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c delnpe.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c delnpe.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM delnp=
o.f > delnpo.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c delnpo.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c delnpo.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM dezou=
v.f > dezouv.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c dezouv.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c dezouv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM impad=
j_sig.locl.f > impadj_sig.locl.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c impadj_sig.locl.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c impadj_sig.locl.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM impad=
j_hyb.locl.f > impadj_hyb.locl.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c impadj_hyb.locl.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c impadj_hyb.locl.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM impad=
j_hyb.locl_gc.f > impadj_hyb.locl_gc.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c impadj_hyb.locl_gc.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -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
 ---------------------------^
@@ -5487,15 +5612,15 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM impad=
j_hyb.locl_gcdp.f > impadj_hyb.locl_gcdp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c impadj_hyb.locl_gcdp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c impadj_hyb.locl_gcdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM impad=
j_slg.locl.f > impadj_slg.locl.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c impadj_slg.locl.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c impadj_slg.locl.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM dozeu=
v.f > dozeuv.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c dozeuv.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c dozeuv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM epslo=
n.f > epslon.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c epslon.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c epslon.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM filte=
reo.f > filtereo.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c filtereo.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c filtereo.f90
 filtereo.f90(64): remark #7713: This statement function has not been u=
sed.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -5503,7 +5628,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM filte=
r1eo.f > filter1eo.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c filter1eo.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c filter1eo.f90
 filter1eo.f90(63): remark #7713: This statement function has not been =
used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -5511,7 +5636,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM filte=
r2eo.f > filter2eo.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c filter2eo.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c filter2eo.f90
 filter2eo.f90(63): remark #7713: This statement function has not been =
used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -5519,7 +5644,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM filte=
reo_noq.f > filtereo_noq.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c filtereo_noq.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c filtereo_noq.f90
 filtereo_noq.f90(61): remark #7713: This statement function has not be=
en used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -5527,7 +5652,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM filte=
r1eo_noq.f > filter1eo_noq.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c filter1eo_noq.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c filter1eo_noq.f90
 filter1eo_noq.f90(58): remark #7713: This statement function has not b=
een used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -5535,7 +5660,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM filte=
r2eo_noq.f > filter2eo_noq.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c filter2eo_noq.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c filter2eo_noq.f90
 filter2eo_noq.f90(59): remark #7713: This statement function has not b=
een used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -5543,43 +5668,43 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM setla=
ts_lag.f > setlats_lag.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c setlats_lag.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c setlats_lag.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_l=
s_node.f > get_ls_node.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c get_ls_node.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c get_ls_node.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_l=
ats_node_shuff_a_fix.f > get_lats_node_shuff_a_fix.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c get_lats_node_shuff_a_fix.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c get_lats_node_shuff_a_fix.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM getco=
n_lag.f > getcon_lag.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c getcon_lag.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c getcon_lag.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM getco=
n_dynamics.f > getcon_dynamics.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c getcon_dynamics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c getcon_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_tracers.f > gfidi_tracers.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfidi_tracers.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfidi_tracers.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_speed.f > gfidi_speed.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfidi_speed.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfidi_speed.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_sig.f > gfidi_sig.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfidi_sig.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfidi_sig.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_hyb.f > gfidi_hyb.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfidi_hyb.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfidi_hyb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_hyb_gc.f > gfidi_hyb_gc.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfidi_hyb_gc.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfidi_hyb_gc.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_hyb_gc_h.f > gfidi_hyb_gc_h.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfidi_hyb_gc_h.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfidi_hyb_gc_h.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_hyb_gchdp.f > gfidi_hyb_gchdp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfidi_hyb_gchdp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfidi_hyb_gchdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfidi=
_gchdp_noadv_noq.f > gfidi_gchdp_noadv_noq.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfidi_gchdp_noadv_noq.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfidi_gchdp_noadv_noq.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ndslf=
v_pack.f > ndslfv_pack.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c ndslfv_pack.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c ndslfv_pack.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ndslf=
v_para.f > ndslfv_para.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c ndslfv_para.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c ndslfv_para.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ndslf=
v_monoadvh2.f > ndslfv_monoadvh2.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c ndslfv_monoadvh2.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c ndslfv_monoadvh2.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ndslf=
v_monoadvh.f > ndslfv_monoadvh.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c ndslfv_monoadvh.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c ndslfv_monoadvh.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ndslf=
v_monoadvv.f > ndslfv_monoadvv.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c ndslfv_monoadvv.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c ndslfv_monoadvv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
to_spect.f > grid_to_spect.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c grid_to_spect.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c grid_to_spect.f90
 grid_to_spect.f90(57): remark #7713: This statement function has not b=
een used.   [INDLSEV]
       INTEGER              INDLSEV,JBASEV
 ---------------------------^
@@ -5587,7 +5712,7 @@
       INTEGER              INDLSOD,JBASOD
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
to_spect_slg.f > grid_to_spect_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c grid_to_spect_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c grid_to_spect_slg.f90
 grid_to_spect_slg.f90(49): remark #7713: This statement function has n=
ot been used.   [INDLSEV]
      &,        INDLSEV,JBASEV,INDLSOD,JBASOD,ylan
 ---------------^
@@ -5595,7 +5720,7 @@
      &,        INDLSEV,JBASEV,INDLSOD,JBASOD,ylan
 ------------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
to_spect_rqt.f > grid_to_spect_rqt.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c grid_to_spect_rqt.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c grid_to_spect_rqt.f90
 grid_to_spect_rqt.f90(56): remark #7713: This statement function has n=
ot been used.   [INDLSEV]
       INTEGER              INDLSEV,JBASEV
 ---------------------------^
@@ -5603,35 +5728,35 @@
       INTEGER              INDLSOD,JBASOD
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gridz=
z_to_spect.f > gridzz_to_spect.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gridzz_to_spect.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gridzz_to_spect.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM spect=
_to_grid.f > spect_to_grid.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c spect_to_grid.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c spect_to_grid.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM spect=
_to_grid_slg.f > spect_to_grid_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c spect_to_grid_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c spect_to_grid_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM spect=
_to_grid_gz.f > spect_to_grid_gz.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c spect_to_grid_gz.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c spect_to_grid_gz.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM spect=
_to_grid_rqt.f > spect_to_grid_rqt.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c spect_to_grid_rqt.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c spect_to_grid_rqt.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM spect=
_to_gridxy.f > spect_to_gridxy.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c spect_to_gridxy.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c spect_to_gridxy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM spect=
pz_to_gridxy.f > spectpz_to_gridxy.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c spectpz_to_gridxy.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c spectpz_to_gridxy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM compn=
s_dynamics.f > compns_dynamics.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c compns_dynamics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c compns_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gozri=
neo.f > gozrineo.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gozrineo.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gozrineo.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM pln2e=
o.f > pln2eo.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c pln2eo.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c pln2eo.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM rms_s=
pect.f > rms_spect.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c rms_spect.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c rms_spect.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM lats_=
shuff.f > lats_shuff.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c lats_shuff.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c lats_shuff.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM uvoed=
z.f > uvoedz.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c uvoedz.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c uvoedz.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM mpi_q=
uit.f > mpi_quit.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c mpi_quit.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c mpi_quit.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sicdi=
f_sig.f > sicdif_sig.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c sicdif_sig.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c sicdif_sig.f90
 sicdif_sig.f90(25): remark #7713: This statement function has not been=
 used.   [INDLSOD]
       integer              indlsod,jbasod
 ---------------------------^
@@ -5639,7 +5764,7 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sicdi=
f_hyb.f > sicdif_hyb.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c sicdif_hyb.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c sicdif_hyb.f90
 sicdif_hyb.f90(26): remark #7713: This statement function has not been=
 used.   [INDLSOD]
       integer              indlsod,jbasod
 ---------------------------^
@@ -5647,7 +5772,7 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sicdi=
f_hyb_gc.f > sicdif_hyb_gc.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c sicdif_hyb_gc.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c sicdif_hyb_gc.f90
 sicdif_hyb_gc.f90(26): remark #7713: This statement function has not b=
een used.   [INDLSOD]
       integer              indlsod,jbasod
 ---------------------------^
@@ -5655,7 +5780,7 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sicdi=
f_hyb_gcdp.f > sicdif_hyb_gcdp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c sicdif_hyb_gcdp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c sicdif_hyb_gcdp.f90
 sicdif_hyb_gcdp.f90(33): remark #7713: This statement function has not=
 been used.   [INDLSOD]
       integer              indlsod,jbasod
 ---------------------------^
@@ -5663,83 +5788,83 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM commo=
n_to_model_vars.f > common_to_model_vars.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c common_to_model_vars.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c common_to_model_vars.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM getpw=
atptot.f > getpwatptot.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c getpwatptot.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c getpwatptot.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sig2p=
ress.f > sig2press.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c sig2press.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c sig2press.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM hyb2p=
ress.f > hyb2press.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c hyb2press.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c hyb2press.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gch2p=
ress.f > gch2press.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gch2press.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gch2press.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM omega=
_sig.f > omega_sig.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c omega_sig.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c omega_sig.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM omega=
_hyb.f > omega_hyb.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c omega_hyb.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c omega_hyb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM omega=
_gch.f > omega_gch.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c omega_gch.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c omega_gch.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM omega=
_gcdp.f > omega_gcdp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c omega_gcdp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c omega_gcdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM slgsc=
an_all_redgg.f > slgscan_all_redgg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c slgscan_all_redgg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c slgscan_all_redgg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_c=
d_hyb_slg.f > get_cd_hyb_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c get_cd_hyb_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c get_cd_hyb_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ficoll_dynamics.f > gfs_dficoll_dynamics.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dficoll_dynamics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dficoll_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gfs_d=
ficoll_dynamics_slg.f > gfs_dficoll_dynamics_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gfs_dficoll_dynamics_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gfs_dficoll_dynamics_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sicdi=
f_hyb_slg.f > sicdif_hyb_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c sicdif_hyb_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c sicdif_hyb_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM deldi=
fs_tracers.f > deldifs_tracers.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c deldifs_tracers.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c deldifs_tracers.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gloop=
a_tracers.f > gloopa_tracers.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gloopa_tracers.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gloopa_tracers.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM do_dy=
namics_slg_loop.f > do_dynamics_slg_loop.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c do_dynamics_slg_loop.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c do_dynamics_slg_loop.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM do_dy=
namics_one_loop.f > do_dynamics_one_loop.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c do_dynamics_one_loop.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c do_dynamics_one_loop.f90
 do_dynamics_one_loop.f90(130): remark #7713: This statement function h=
as not been used.   [INDLSOD]
       INTEGER               INDLSOD,JBASOD
 ----------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM do_dy=
namics_two_loop.f > do_dynamics_two_loop.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c do_dynamics_two_loop.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c do_dynamics_two_loop.f90
 do_dynamics_two_loop.f90(154): remark #7713: This statement function h=
as not been used.   [INDLSOD]
       INTEGER               INDLSOD,JBASOD
 ----------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM model=
_to_common_vars.f > model_to_common_vars.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c model_to_common_vars.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c model_to_common_vars.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gathe=
r_times.f > gather_times.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c gather_times.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c gather_times.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM four_=
to_grid.f > four_to_grid.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c four_to_grid.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c four_to_grid.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM four2=
fln_gg.f > four2fln_gg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c four2fln_gg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c four2fln_gg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM four2=
fln.f > four2fln.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c four2fln.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c four2fln.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sortr=
x.f > sortrx.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c sortrx.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c sortrx.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sumde=
r2_slg_gg.f > sumder2_slg_gg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c sumder2_slg_gg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c sumder2_slg_gg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sumfl=
n_slg_gg.f > sumfln_slg_gg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c sumfln_slg_gg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c sumfln_slg_gg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sumfl=
n.f > sumfln.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c sumfln.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c sumfln.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sumde=
r2.f > sumder2.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c sumder2.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c sumder2.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM trise=
ori.f > triseori.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c triseori.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c triseori.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM trise=
of.f > triseof.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c triseof.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c triseof.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM uveod=
z.f > uveodz.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c uveodz.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c uveodz.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM matin=
v.f > matinv.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c matinv.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c matinv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ver_s=
ig.f > ver_sig.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c ver_sig.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c ver_sig.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sig_i=
o.f > sig_io.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c sig_io.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c sig_io.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM get_t=
opo_grid_grad.f > get_topo_grid_grad.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c get_topo_grid_grad.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -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
 --------------^
@@ -5747,29 +5872,29 @@
      &,       indlsod,jbasod,indod,indod1,indod2
 --------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM ysmin=
v.f > ysminv.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c ysminv.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c ysminv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
fix.f > grid_fix.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c grid_fix.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c grid_fix.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM tread=
eo.io.f > treadeo.io.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c treadeo.io.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c treadeo.io.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM tread=
eo.io_slg.f > treadeo.io_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c treadeo.io_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c treadeo.io_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM tread=
eo_nemsio.f > treadeo_nemsio.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c treadeo_nemsio.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c treadeo_nemsio.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM tread=
eo_nemsio_slg.f > treadeo_nemsio_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c treadeo_nemsio_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c treadeo_nemsio_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM tread=
g_nemsio.f > treadg_nemsio.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c treadg_nemsio.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c treadg_nemsio.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM tread=
s_nemsio.f > treads_nemsio.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c treads_nemsio.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c treads_nemsio.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM twrit=
es_rst.f > twrites_rst.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c twrites_rst.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c twrites_rst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM twrit=
es_hst.f > twrites_hst.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c twrites_hst.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c twrites_hst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM twrit=
eg_rst.f > twriteg_rst.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c twriteg_rst.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c twriteg_rst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
to_spect_inp.f > grid_to_spect_inp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c grid_to_spect_inp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c grid_to_spect_inp.f90
 grid_to_spect_inp.f90(83): remark #7713: This statement function has n=
ot been used.   [INDLSEV]
       INTEGER              INDLSEV,JBASEV
 ---------------------------^
@@ -5777,7 +5902,7 @@
       INTEGER              INDLSOD,JBASOD
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM grid_=
to_spect_inp_slg.f > grid_to_spect_inp_slg.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c grid_to_spect_inp_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c grid_to_spect_inp_slg.f90
 grid_to_spect_inp_slg.f90(85): remark #7713: This statement function h=
as not been used.   [INDLSEV]
      &,        INDLSEV,JBASEV,INDLSOD,JBASOD
 ---------------^
@@ -5785,14 +5910,14 @@
      &,        INDLSEV,JBASEV,INDLSOD,JBASOD
 ------------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM setsi=
g.f > setsig.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c setsig.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -fixed -c setsig.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM spect=
_to_grid_inp.f > spect_to_grid_inp.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -fixed -c spect_to_grid_inp.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -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_d=
ef.o slgshr.o pmgrid.o layout_grid_tracers.o layout_lag.o gfs_dyn_layou=
t1.o namelist_dynamics_def.o gfs_dyn_coordinate_def.o gfs_dyn_lon_lat_p=
ara.o gfs_dyn_tracer_const.o gfs_dyn_tracer_config.o gfs_dyn_reduce_lon=
s_grid_module.o gfs_dyn_matrix_sig_def.o gfs_dyn_mpi_def.o gfs_dyn_deld=
ifs_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_s=
tart_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_AddPar=
ameterToStateMod.o gfs_dynamics_initialize_mod.o gfs_dynamics_initializ=
e_slg_mod.o gfs_dynamics_run_mod.o gfs_dynamics_finalize_mod.o gfs_dyna=
mics_add_get_state_ESMFField_mod.o gfs_dynamics_states_mod.o gfs_dyn_ph=
yscons.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_hy=
b_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 coundum=
my.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 impad=
j_sig.locl.o impadj_hyb.locl.o impadj_hyb.locl_gc.o impadj_hyb.locl_gcd=
p.o impadj_slg.locl.o dozeuv.o epslon.o filtereo.o filter1eo.o filter2e=
o.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 gfid=
i_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 ndsl=
fv_para.o ndslfv_monoadvh2.o ndslfv_monoadvh.o ndslfv_monoadvv.o grid_t=
o_spect.o grid_to_spect_slg.o grid_to_spect_rqt.o gridzz_to_spect.o spe=
ct_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 pln=
2eo.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 getpwatp=
tot.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_sl=
g.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_o=
ne_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 sumfl=
n_slg_gg.o sumfln.o sumder2.o triseori.o triseof.o uveodz.o matinv.o ve=
r_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 tread=
eo_nemsio_slg.o treadg_nemsio.o treads_nemsio.o twrites_rst.o twrites_h=
st.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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake && cd ..
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/phys'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_hy=
b_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_=
gc_h.o'
@@ -5838,8 +5963,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/phys'
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/phys'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/phys'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_hy=
b_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_=
gc_h.o'
@@ -5880,8 +6005,8 @@
 makefile:114: warning: ignoring old commands for target `gfs_physics_e=
rr_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/tp1/ptmp/Tom.Black/tru=
nk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include
-gmake[3]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/gsm/phys'
+       CHEM_MODi------from GFS/phys-----> /nems/save/Samuel.Trahan/reg=
tests/NEMS/src/chem/gocart/Linux/include
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_hy=
b_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_=
gc_h.o'
@@ -5923,72 +6048,72 @@
 ../../../conf/make.rules:8: warning: overriding commands for target `.=
f.f90'
 makefile:107: warning: ignoring old commands for target `.f.f90'
 /lib/cpp -P -traditional resol_def.f > resol_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c resol_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c resol_def.f90
 /lib/cpp -P -traditional layout1.f > layout1.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c layout1.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c layout1.f90
 /lib/cpp -P -traditional vert_def.f > vert_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c vert_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c vert_def.f90
 /lib/cpp -P -traditional gg_def.f > gg_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c gg_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c namelist_physics_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c namelist_physics_de=
f.f90
 /lib/cpp -P -traditional coordinate_def.f > coordinate_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c coordinate_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c reduce_lons_grid_module.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c reduce_lons_grid_mo=
dule.f90
 /lib/cpp -P -traditional mpi_def.f > mpi_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c mpi_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c mpi_def.f90
 /lib/cpp -P -traditional d3d_def.f > d3d_def.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c d3d_def.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c d3d_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM sfcio=
_module.f > sfcio_module.f90
 /lib/cpp -P -traditional sfcio_module.f > sfcio_module.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -c sfcio_module.f90
 /lib/cpp -P -traditional mod_state.f > mod_state.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c mod_state.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c mod_state.f90
 /lib/cpp -P -traditional nstio_module.f > nstio_module.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -c nstio_module.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -c nstio_module.f90
 /lib/cpp -P -traditional gfs_physics_err_msg_mod.f > gfs_physics_err_m=
sg_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -c gfs_physics_err_msg_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/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_fl=
x_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_sfc_flx_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/Linux/include/GEOSchem_GridComp -c gfs_physics_sfc_flx_mod.f90
 /lib/cpp -P -traditional gfs_physics_nst_var_mod.f >gfs_physics_nst_va=
r_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_nst_var_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/Linux/include/GEOSchem_GridComp -c gfs_physics_nst_var_mod.f90
 /lib/cpp -P -traditional gfs_physics_sfc_flx_set_mod.f >gfs_physics_sf=
c_flx_set_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_sfc_flx_set_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_gridgr_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/Linux/include/GEOSchem_GridComp -c gfs_physics_gridgr_mod.f90
 /lib/cpp -P -traditional gfs_physics_g2d_mod.f >gfs_physics_g2d_mod.f9=
0
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_g2d_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/Linux/include/GEOSchem_GridComp -c gfs_physics_g2d_mod.f90
 /lib/cpp -P -traditional gfs_physics_g3d_mod.f >gfs_physics_g3d_mod.f9=
0
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_g3d_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/Linux/include/GEOSchem_GridComp -c gfs_physics_g3d_mod.f90
 /lib/cpp -P -traditional gfs_physics_aoi_var_mod.f >gfs_physics_aoi_va=
r_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_aoi_var_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/Linux/include/GEOSchem_GridComp -c gfs_physics_aoi_var_mod.f90
 /lib/cpp -P -traditional gfs_physics_namelist_mod.f >gfs_physics_namel=
ist_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_namelist_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_start_time_get_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_internal_state_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/Linux/include/GEOSchem_GridComp -c gfs_physics_internal_state_mod.f90
 /lib/cpp -P -traditional gfs_physics_grid_create_mod.f >gfs_physics_gr=
id_create_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_grid_create_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_output.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/Linux/include/GEOSchem_GridComp -c gfs_physics_output.f90
 /lib/cpp -P -traditional gfs_physics_getcf_mod.f >gfs_physics_getcf_mo=
d.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_getcf_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/Linux/include/GEOSchem_GridComp -c gfs_physics_getcf_mod.f90
 /lib/cpp -P -traditional gfs_physics_initialize_mod.f >gfs_physics_ini=
tialize_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_initialize_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/Linux/include/GEOSchem_GridComp -c gfs_physics_initialize_mod.f90
 /lib/cpp -P -traditional gfs_physics_run_mod.f >gfs_physics_run_mod.f9=
0
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_run_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/Linux/include/GEOSchem_GridComp -c gfs_physics_run_mod.f90
 /lib/cpp -P -traditional gfs_physics_finalize_mod.f >gfs_physics_final=
ize_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_finalize_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/Linux/include/GEOSchem_GridComp -c gfs_physics_finalize_mod.f90
 /lib/cpp -P -traditional gfs_physics_add_get_state_ESMFField_mod.f >gf=
s_physics_add_get_state_ESMFField_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_add_get_state_ESMFField_mod.f=
90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/Linux/include/GEOSchem_GridComp -c gfs_physics_add_get_state_ESMFFiel=
d_mod.f90
 /lib/cpp -P -traditional gfs_phy_states_mod.f >gfs_phy_states_mod.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_phy_states_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -free -I../../share -I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/atmos/gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/=
Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu=
 -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux=
/include/GEOSchem_GridComp -c gfs_physics_grid_comp_mod.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libu=
til -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/n=
ems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem=
_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/in=
clude/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocar=
t/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c glats_physics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/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 de=
scriptor is 'W>=3DD+7'.
  102  format(1x,i3,2x,f6.2,2x,f10.7,2x,e13.7,2x,e13.7,2x,i4,2x,e13.7)
 ----------------------------------------^
@@ -5999,19 +6124,19 @@
  102  format(1x,i3,2x,f6.2,2x,f10.7,2x,e13.7,2x,e13.7,2x,i4,2x,e13.7)
 ----------------------------------------------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gcycl=
e.f > gcycle.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c gcycle.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c gcycle.f90
 /lib/cpp -P -traditional do_physics_one_step.f > do_physics_one_step.f=
90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c do_physics_one_step.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/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_s=
huff_r_fix.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c get_lats_node_shuff_r_fix.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c setlats.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c setlats_r_slg.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c lats_shuff.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c lats_shuff.f90
 /lib/cpp -P -traditional getcon_physics.f > getcon_physics.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c getcon_physics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/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
 ---------------------------^
@@ -6019,84 +6144,84 @@
       integer              indlsev,jbasev,indlsod,jbasod
 ------------------------------------------^
 /lib/cpp -P -traditional lon_lat_para.f > lon_lat_para.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c lon_lat_para.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c compns_physics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c compns_physics.f90
 /lib/cpp -P -traditional info.f > info.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c info.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c info.f90
 /lib/cpp -P -traditional coundummy.f > coundummy.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c coundummy.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c coundummy.f90
 /lib/cpp -P -traditional sortrx.f > sortrx.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c sortrx.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c sortrx.f90
 /lib/cpp -P -traditional mpi_quit.f > mpi_quit.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c mpi_quit.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c mpi_quit.f90
 /lib/cpp -P -traditional dfi_fixwr.f > dfi_fixwr.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c dfi_fixwr.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c dfi_fixwr.f90
 /lib/cpp -P -traditional hpmdummy.f > hpmdummy.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c hpmdummy.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c hpmdummy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gloop=
r.f > gloopr.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c gloopr.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c gloopr.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gloop=
b.f > gloopb.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c gloopb.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c gloopb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gbphy=
s_adv_hyb_gc.f > gbphys_adv_hyb_gc.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c gbphys_adv_hyb_gc.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c gbphys_adv_hyb_gc.f=
90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gbphy=
s_adv_hyb_gc_h.f > gbphys_adv_hyb_gc_h.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c gbphys_adv_hyb_gc_h.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c fix_fields.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c fix_fields.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM read_=
fix.f > read_fix.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c read_fix.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/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=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c GFS_simple_scatter.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c GFS_simple_scatter.=
f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM wrtou=
t_physics.f > wrtout_physics.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c wrtout_physics.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrtout_physics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM fld_c=
ollect.f > fld_collect.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c fld_collect.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c fld_collect.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM fld_c=
ollect_nst.f > fld_collect_nst.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c fld_collect_nst.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c fld_collect_nst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM gribi=
t_gsm.f > gribit_gsm.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c gribit_gsm.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c wrt3d_hyb.f
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c wrt3d.f
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c gribit_gsm.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrt3d_hyb.f
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrt3d.f
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM aoicp=
l_prep.f > aoicpl_prep.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c aoicpl_prep.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c aoicpl_prep.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM para_=
fixio_w.f > para_fixio_w.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c para_fixio_w.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/gocart/Linux/include/GEOSchem_GridComp -fixed -c para_fixio_w.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM para_=
nst_w.f > para_nst_w.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/g=
ocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLega=
cy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridCo=
mp -fixed -c para_nst_w.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -=
I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/incl=
ude/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/=
Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/ch=
em/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_mo=
d.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_physi=
cs_g3d_mod.o gfs_physics_aoi_var_mod.o gfs_physics_namelist_mod.o gfs_p=
hysics_start_time_get_mod.o gfs_physics_internal_state_mod.o gfs_physic=
s_grid_create_mod.o gfs_physics_output.o gfs_physics_getcf_mod.o gfs_ph=
ysics_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_phy=
sics_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 m=
pi_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 wrto=
ut_physics.o fld_collect.o fld_collect_nst.o gribit_gsm.o wrt3d_hyb.o w=
rt3d.o aoicpl_prep.o para_fixio_w.o para_nst_w.o
 ar: creating gfs_physics.a
-gmake[3]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/phys'
-gmake[2]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/phys'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm/phys'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GOCART_ROUTINES.F90 > module_GOCART_ROUTINES.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Ii=
o -Ilibutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -Idyn -Iphys -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NE=
MS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/tp1/ptmp/Tom.Black/t=
runk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/include/GMAO_mpeu -I=
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/in=
clude/GEOSchem_GridComp -free -c module_GOCART_ROUTINES.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Ii=
o -Ilibutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -Idyn -Iphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goca=
rt/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src=
/chem/gocart/Linux/include/include/GMAO_mpeu -I/nems/save/Samuel.Trahan=
/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -c=
 module_GOCART_ROUTINES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GFS_CORE_SETUP.F90 > module_GFS_CORE_SETUP.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Ii=
o -Ilibutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -Idyn -Iphys -free -c module_GFS_CORE_SETUP.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Ii=
o -Ilibutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -Idyn -Iphys -free -c module_GFS_CORE_SETUP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GFS_INTERNAL_STATE.F90 > module_GFS_INTERNAL_STATE.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Ii=
o -Ilibutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -Idyn -Iphys -free -c module_GFS_INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Ii=
o -Ilibutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -Idyn -Iphys -free -c module_GFS_INTERNAL_STATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GFS_INTEGRATE.F90 > module_GFS_INTEGRATE.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Ii=
o -Ilibutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -Idyn -Iphys -free -c module_GFS_INTEGRATE.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Ii=
o -Ilibutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -Idyn -Iphys -free -c module_GFS_INTEGRATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_GFS_GRID_COMP.F90 > module_GFS_GRID_COMP.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Ii=
o -Ilibutil -I/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/=
gsm/gsmphys -Idyn -Iphys -free -c module_GFS_GRID_COMP.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Ii=
o -Ilibutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmp=
hys -Idyn -Iphys -free -c module_GFS_GRID_COMP.f90
 ar -r libgfs.a  module_GOCART_ROUTINES.o module_GFS_CORE_SETUP.o modul=
e_GFS_INTERNAL_STATE.o module_GFS_INTEGRATE.o module_GFS_GRID_COMP.o
 ar: creating libgfs.a
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/gsm'
 cd atmos/fim           && gmake stub
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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.F9=
0 module_DYNAMICS_GRID_COMP.F90 module_DYN_PHY_CPL_COMP.F90 module_PHYS=
ICS_GRID_COMP.F90 > Srcfiles
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/fim'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos/fim'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM fim_g=
rid_comp_stub.F90 > fim_grid_comp_stub.f90
 mpiifort -g -openmp -mkl=3Dsequential -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/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -I../share -c fim_grid_co=
mp_stub.f90
 ar -r libfimtop.a fim_grid_comp_stub.o
 ar: creating libfimtop.a
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/fim'
 cd atmos/post          && gmake stub
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_routin=
es.o'
@@ -6114,8 +6239,8 @@
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/post'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/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_routin=
es.o'
@@ -6136,25 +6261,25 @@
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -I../share -c post_nems_routi=
nes_stub.f90
 ar -r libpost.a post_gfs_stub.o post_nmm_stub.o post_nems_routines_stu=
b.o
 ar: creating libpost.a
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos/post'
 cd atmos               && gmake
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos'
 makefile:40: depend: No such file or directory
 ls -1 module_ATM_INTERNAL_STATE.F90 module_ATM_GRID_COMP.F90 > Srcfile=
s
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/atmos'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/atmos'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_ATM_INTERNAL_STATE.F90 > module_ATM_INTERNAL_STATE.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Ishare -Inmm -Igsm -Ifim -I/=
gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Ig=
en -c module_ATM_INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Ishare -Inmm -Igsm -Ifim -I/=
nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Igen -c mo=
dule_ATM_INTERNAL_STATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM modul=
e_ATM_GRID_COMP.F90 > module_ATM_GRID_COMP.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Ishare -Inmm -Igsm -Ifim -I/=
gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Ig=
en -c module_ATM_GRID_COMP.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Ishare -Inmm -Igsm -Ifim -I/=
nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Igen -c mo=
dule_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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/atmos'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/atmos'
 cd ENS_Cpl             && gmake
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/ENS_Cpl'
 makefile:124: depend: No such file or directory
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM Lib_E=
SMFStateAddGetMod.f > Lib_ESMFStateAddGetMod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM machi=
ne.f > machine.f90
@@ -6177,9 +6302,9 @@
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/ENS_Cpl'
-gmake[1]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/ENS_Cpl'
-gmake[2]: Entering directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegac=
y/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/ENS_Cpl'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/re=
gtests/NEMS/src/ENS_Cpl'
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8   -free -c Lib_=
ESMFStateAddGetMod.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8   -fixed -c mac=
hine.f90
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -assume byterecl -fp-model source -xAVX -free -r8   -free -c ENS_=
Cpl_InternalState_ESMFMod.f90
@@ -6199,36 +6324,36 @@
 mpiifort -g -openmp -mkl=3Dsequential -align array32byte  -O3  -I/usrx=
/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/=
usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incm=
od/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_e=
ndian -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_InternalSta=
te_ESMFMod.o ENS_bcst_global.o ENS_Sto_Per_Scheme_Step2.o DistributeFor=
Step1.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/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/ENS_Cpl'
-gmake[1]: Leaving directory `/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/ENS_Cpl'
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 10:41:21 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share=
 -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/=
share  -c module_MEDIATOR_methods.f90
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/reg=
tests/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 11:08:41 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' module_MEDIATOR_methods.F90 > module_MEDIATOR=
_methods.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_C=
pl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regte=
sts/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=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 10:41:21 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' module_MEDIATOR.F90 > module_MEDIATOR.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share=
 -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/=
share  -c module_MEDIATOR.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 11:08:41 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' module_MEDIATOR.F90 > module_MEDIATOR.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_C=
pl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regte=
sts/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=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 10:41:21 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeathe=
r.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share=
 -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/=
share  -c module_MEDIATOR_SpaceWeather.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 11:08:41 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' module_MEDIATOR_SpaceWeather.F90 > module_MED=
IATOR_SpaceWeather.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_C=
pl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regte=
sts/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=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 10:41:21 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.=
f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share=
 -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/=
share  -c module_EARTH_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 11:08:41 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' module_EARTH_INTERNAL_STATE.F90 > module_EART=
H_INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_C=
pl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regte=
sts/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=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 10:41:21 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share=
 -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/=
share  -c module_EARTH_GRID_COMP.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 11:08:41 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' module_EARTH_GRID_COMP.F90 > module_EARTH_GRI=
D_COMP.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_C=
pl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regte=
sts/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=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 10:41:21 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.f9=
0
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share=
 -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/=
share  -c module_NEMS_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 11:08:41 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' module_NEMS_INTERNAL_STATE.F90 > module_NEMS_=
INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_C=
pl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regte=
sts/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=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 10:41:21 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share=
 -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/=
share  -c module_NEMS_GRID_COMP.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 11:08:41 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_=
COMP.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_C=
pl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regte=
sts/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=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Tom.Black) Fri Nov 18 10:41:21 EST 2016 r84164 https://svne=
mc.ncep.noaa.gov/projects/nems/trunk/src"' -D'CMP_YEAR=3D2016' -D'CMP_J=
D=3D323' MAIN_NEMS.F90 > MAIN_NEMS.f90
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/gpfs/tp1/ptmp/Tom.=
Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share=
 -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/tp1/ptmp/Tom.Bla=
ck/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/=
share  -c MAIN_NEMS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=3D8 -DNEMS_GSM  -D'S=
VN_INFO=3D"(Samuel.Trahan) Tue Nov 22 11:08:41 UTC 2016 r84716 https://=
svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=
=3D2016' -D'CMP_JD=3D327' MAIN_NEMS.F90 > MAIN_NEMS.f90
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte   -I/usrx/loc=
al/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx=
/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/n=
emsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endia=
n -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.T=
rahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_C=
pl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regte=
sts/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c MAIN_N=
EMS.f90
 rm MAIN_NEMS.f90
        CHEM_MODE ----------->compile
        PHYS_MODE ----------->compile
-       PHYS_INC----------->/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/N=
EMS/src/atmos/gsm/gsmphys
-mpiifort -g -openmp -mkl=3Dsequential -align array32byte    -o ../exe/=
NEMS.x MAIN_NEMS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_M=
EDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_=
COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o  atmos/liba=
tmos.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 atm=
os/gsm/phys/gfs_physics.a /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/atmos/gsm/gsmphys/libphys.a atmos/gsm/dyn/gfs_dynamics.a atmos/sh=
are/libshare.a atmos/post/libpost.a  ENS_Cpl/ENS_Cpl.a   /gpfs/tp1/ptmp=
/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/lib/libGOCART_Gr=
idComp.a  /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocar=
t/Linux/lib/libDU_GridComp.a  /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/Linux/lib/libCO2_GridComp.a  /gpfs/tp1/ptmp/Tom.B=
lack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/lib/libCO_GridComp.a  =
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/li=
b/libCFC_GridComp.a  /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src=
/chem/gocart/Linux/lib/libO3_GridComp.a  /gpfs/tp1/ptmp/Tom.Black/trunk=
_NEMSLegacy/NEMS/src/chem/gocart/Linux/lib/libOC_GridComp.a  /gpfs/tp1/=
ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/lib/libBC_Gr=
idComp.a  /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocar=
t/Linux/lib/libSS_GridComp.a  /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy=
/NEMS/src/chem/gocart/Linux/lib/libSU_GridComp.a  /gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/lib/libRn_GridComp.a  /=
gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/lib=
/libCH4_GridComp.a  /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/=
chem/gocart/Linux/lib/libChem_Base.a  /gpfs/tp1/ptmp/Tom.Black/trunk_NE=
MSLegacy/NEMS/src/chem/gocart/Linux/lib/libChem_Shared.a  /gpfs/tp1/ptm=
p/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/lib/libGMAO_gfi=
o_r8.a  /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/=
Linux/lib/libMAPL_Base.a  /gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEM=
S/src/chem/gocart/Linux/lib/libMAPL_Base_stubs.a  /gpfs/tp1/ptmp/Tom.Bl=
ack/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/lib/libMAPL_cfio_r4.a  =
/gpfs/tp1/ptmp/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/li=
b/libGMAO_mpeu.a   atmos/gsm/phys/gfs_physics.a atmos/gsm/dyn/gfs_dynam=
ics.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 /nwp=
rod2/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.in=
telmpi.default  -L/opt/ibmhpc/pe13010/mpich2/intel/lib64 -L/usrx/local/=
intel/composer_xe_2011_sp1.11.339/compiler/lib/intel64 -L/usrx/local/in=
tel/composer_xe_2011_sp1.11.339/compiler/lib/intel64 -L/usrx/local/inte=
l/composerxe/mkl/lib/intel64 -L/usrx/local/intel/composerxe/ipp/lib/int=
el64 -L/usrx/local/intel/composerxe/tbb/lib/intel64/cc4.1.0_libc2.4_ker=
nel2.6.16.21 -L/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib -L/gpfs=
/tp1/usrx/local/intel/composer_xe_2011_sp1.11.339/compiler/lib/intel64 =
-L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -L/usr/lib/gcc/x86_64-redhat-l=
inux/4.4.7/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr=
x/local/intel/composer_xe_2011_sp1.11.339/compiler/lib/intel64 -L/usrx/=
local/intel/composerxe/mkl/lib/intel64 -L/usrx/local/intel/composerxe/i=
pp/lib/intel64 -L/usrx/local/intel/composerxe/tbb/lib/intel64/cc4.1.0_l=
ibc2.4_kernel2.6.16.21 -L/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/l=
ib -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/li=
bO/Linux.intel.64.intelmpi.default  -lesmf  -ldl -lirc -lpthread -lrt -=
limf -lsvml -lm -lipgo -ldecimal -liomp5 -lcilkrts -lstdc++ -lgcc -lgcc=
_s -lirc -lpthread -lgcc -lgcc_s -lirc_s -ldl -lrt -ldl -L/usrx/local/N=
etCDF/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 =20
+       PHYS_INC----------->/nems/save/Samuel.Trahan/regtests/NEMS/src/=
atmos/gsm/gsmphys
+mpiifort -g -openmp -mkl=3Dsequential -align array32byte    -o ../exe/=
NEMS.x MAIN_NEMS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_M=
EDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_=
COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o  atmos/liba=
tmos.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 atm=
os/gsm/phys/gfs_physics.a /nems/save/Samuel.Trahan/regtests/NEMS/src/at=
mos/gsm/gsmphys/libphys.a atmos/gsm/dyn/gfs_dynamics.a atmos/share/libs=
hare.a atmos/post/libpost.a  ENS_Cpl/ENS_Cpl.a   /nems/save/Samuel.Trah=
an/regtests/NEMS/src/chem/gocart/Linux/lib/libGOCART_GridComp.a  /nems/=
save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libDU_GridCo=
mp.a  /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/=
libCO2_GridComp.a  /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/goca=
rt/Linux/lib/libCO_GridComp.a  /nems/save/Samuel.Trahan/regtests/NEMS/s=
rc/chem/gocart/Linux/lib/libCFC_GridComp.a  /nems/save/Samuel.Trahan/re=
gtests/NEMS/src/chem/gocart/Linux/lib/libO3_GridComp.a  /nems/save/Samu=
el.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libOC_GridComp.a  /ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libBC_Gri=
dComp.a  /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/l=
ib/libSS_GridComp.a  /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/go=
cart/Linux/lib/libSU_GridComp.a  /nems/save/Samuel.Trahan/regtests/NEMS=
/src/chem/gocart/Linux/lib/libRn_GridComp.a  /nems/save/Samuel.Trahan/r=
egtests/NEMS/src/chem/gocart/Linux/lib/libCH4_GridComp.a  /nems/save/Sa=
muel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libChem_Base.a  /ne=
ms/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libChem_S=
hared.a  /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/l=
ib/libGMAO_gfio_r8.a  /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/g=
ocart/Linux/lib/libMAPL_Base.a  /nems/save/Samuel.Trahan/regtests/NEMS/=
src/chem/gocart/Linux/lib/libMAPL_Base_stubs.a  /nems/save/Samuel.Traha=
n/regtests/NEMS/src/chem/gocart/Linux/lib/libMAPL_cfio_r4.a  /nems/save=
/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libGMAO_mpeu.a  =
 atmos/gsm/phys/gfs_physics.a atmos/gsm/dyn/gfs_dynamics.a /usrx/local/=
nceplibs/libnemsio_v2.2.3.a /nwprod2/lib/w3nco/v2.0.6/libw3nco_v2.0.6_d=
.a /nwprod2/lib/w3emc/v2.2.0/libw3emc_v2.2.0_d.a /nwprod2/lib/bacio/v2.=
0.2/libbacio_v2.0.2_4.a /nwprod2/lib/sp/v2.0.2/libsp_v2.0.2_d.a -L/usrx=
/local/dev/esmf/esmf-7.0.0/lib/libO/Linux.intel.64.intelmpi.default  -L=
/opt/ibmhpc/pe13010/mpich2/intel/lib64 -L/usrx/local/intel/composer_xe_=
2011_sp1.11.339/compiler/lib/intel64 -L/usrx/local/intel/composer_xe_20=
11_sp1.11.339/compiler/lib/intel64 -L/usrx/local/intel/composerxe/mkl/l=
ib/intel64 -L/usrx/local/intel/composerxe/ipp/lib/intel64 -L/usrx/local=
/intel/composerxe/tbb/lib/intel64/cc4.1.0_libc2.4_kernel2.6.16.21 -L/us=
rx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib -L/gpfs/tp1/usrx/local/in=
tel/composer_xe_2011_sp1.11.339/compiler/lib/intel64 -L/usr/lib/gcc/x86=
_64-redhat-linux/4.4.7 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../.=
./../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usrx/local/intel/comp=
oser_xe_2011_sp1.11.339/compiler/lib/intel64 -L/usrx/local/intel/compos=
erxe/mkl/lib/intel64 -L/usrx/local/intel/composerxe/ipp/lib/intel64 -L/=
usrx/local/intel/composerxe/tbb/lib/intel64/cc4.1.0_libc2.4_kernel2.6.1=
6.21 -L/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib -L/usr/lib/gcc/=
x86_64-redhat-linux/4.4.7/../../.. -L/lib64 -L/lib -L/usr/lib64 -L/usr/=
lib -Wl,-rpath,/usrx/local/dev/esmf/esmf-7.0.0/lib/libO/Linux.intel.64.=
intelmpi.default  -lesmf  -ldl -lirc -lpthread -lrt -limf -lsvml -lm -l=
ipgo -ldecimal -liomp5 -lcilkrts -lstdc++ -lgcc -lgcc_s -lirc -lpthread=
 -lgcc -lgcc_s -lirc_s -ldl -lrt -ldl -L/usrx/local/NetCDF/4.2/serial/l=
ib -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 =20
 NEMS.x successfully created for GSM core.
 + set +x
 NOTE: Success!
Index: checkout/tests/rt_gfs.sh
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/tests/rt_gfs.sh=09(revision 84674)
+++ checkout/tests/rt_gfs.sh=09(revision 84790)
@@ -254,12 +254,12 @@
 cd $PATHRT
=20
 if [ $SCHEDULER =3D 'moab' ]; then
-  $MSUB gfs_msub > /dev/null
+  $MSUB gfs_msub
 elif [ $SCHEDULER =3D 'pbs' ]; then
   rm -f $PATHRT/err $PATHRT/out
-  qsub $PATHRT/gfs_qsub > /dev/null
+  qsub $PATHRT/gfs_qsub
 elif [ $SCHEDULER =3D 'lsf' ]; then
-  bsub <$PATHRT/gfs_bsub > /dev/null 2>&1
+  bsub <$PATHRT/gfs_bsub
 fi
=20
 echo "Test ${TEST_NR}" >> ${REGRESSIONTEST_LOG}
Index: checkout/tests/rt.sh
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/tests/rt.sh=09(revision 84674)
+++ checkout/tests/rt.sh=09(revision 84790)
@@ -15,6 +15,9 @@
   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
 }
@@ -95,8 +98,12 @@
 CB_arg=3D''
 TESTS_FILE=3D'rt.conf'
 SET_ID=3D'standard'
-while getopts ":c:fsl:mh" opt; do
+ALLOW_UNSUPPORTED=3Dfalse
+while getopts ":c:fsl:mhF" opt; do
   case $opt in
+    F)
+      ALLOW_UNSUPPORTED=3Dtrue
+      ;;
     c)
       export CREATE_BASELINE=3Dtrue
       CB_arg=3D$OPTARG
@@ -129,6 +136,15 @@
   esac
 done
=20
+if [[ ( "$MACHINE_ID" !=3D wcoss && "$MACHINE_ID" !=3D theia ) \
+      || "$pex" =3D=3D 2 ]] ; then
+    echo "Warning: using unsupported system $MACHINE_ID $pex" 1>&2
+    if [[ "$ALLOW_UNSUPPORTED" !=3D true ]] ; then
+        echo "Aborting.  Use the -F option (F =3D \"Force\") to run on=
 this system." 1>&2
+        exit 1
+    fi
+fi
+
 shift $((OPTIND-1))
 [[ $# -gt 0 ]] && usage
=20
Index: checkout/tests/RegressionTests_theia.log
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/tests/RegressionTests_theia.log=09(revision 84674)
+++ checkout/tests/RegressionTests_theia.log=09(revision 84790)
@@ -1,4 +1,4 @@
-Fri Nov 18 20:58:34 UTC 2016
+Mon Nov 21 17:45:03 UTC 2016
 Start Regression test
=20
=20
@@ -9,7 +9,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_glob
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_c=
ntrl
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_c=
ntrl
 Checking test 1 results ....
  Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
@@ -27,7 +27,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_glob
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_n=
emsio
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_n=
emsio
 Checking test 2 results ....
  Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
@@ -43,7 +43,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_glob
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_r=
est
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_r=
est
 Checking test 3 results ....
  Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
 Test 3 PASS=20
@@ -54,7 +54,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_glob
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_r=
est_nio
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_r=
est_nio
 Checking test 4 results ....
  Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
 Test 4 PASS=20
@@ -65,7 +65,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_glob
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_d=
ecomp
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_d=
ecomp
 Checking test 5 results ....
  Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
@@ -79,7 +79,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_glob
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_t=
hread
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_t=
hread
 Checking test 6 results ....
  Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
@@ -95,7 +95,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_reg
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_r=
eg_ctl
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_r=
eg_ctl
 Checking test 7 results ....
  Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
@@ -120,7 +120,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_reg
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_r=
eg_nemsio
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_r=
eg_nemsio
 Checking test 8 results ....
  Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_bin_0012h_00m_00.00s.........OK
@@ -134,7 +134,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_reg
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_r=
eg_rst
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_r=
eg_rst
 Checking test 9 results ....
  Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
 Test 9 PASS=20
@@ -145,7 +145,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_reg
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_r=
eg_rst_nio
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_r=
eg_rst_nio
 Checking test 10 results ....
  Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
 Test 10 PASS=20
@@ -156,7 +156,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_reg
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_r=
eg_decomp
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_r=
eg_decomp
 Checking test 11 results ....
  Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_bin_0012h_00m_00.00s.........OK
@@ -168,7 +168,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_reg
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_r=
eg_thread
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_r=
eg_thread
 Checking test 12 results ....
  Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
@@ -184,7 +184,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_reg_sel_phy
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_r=
eg_sel_phy
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_r=
eg_sel_phy
 Checking test 13 results ....
  Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
@@ -200,7 +200,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_reg_spec_adv
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_r=
eg_spec_adv
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_r=
eg_spec_adv
 Checking test 14 results ....
  Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
@@ -216,7 +216,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_reg_spec_adv
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_r=
eg_spec_adv_rst
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_r=
eg_spec_adv_rst
 Checking test 15 results ....
  Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
  Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
@@ -228,7 +228,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_reg_wsm6_gfdl
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_r=
eg_wsm6_gfdl
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_r=
eg_wsm6_gfdl
 Checking test 16 results ....
  Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
@@ -244,7 +244,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_reg_wsm6_rrtm
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_r=
eg_wsm6_rrtm
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_r=
eg_wsm6_rrtm
 Checking test 17 results ....
  Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
@@ -260,7 +260,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_reg_sas_zhao
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_r=
eg_sas_zhao
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_r=
eg_sas_zhao
 Checking test 18 results ....
  Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
@@ -276,7 +276,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_reg_thomp
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_r=
eg_thomp
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_r=
eg_thomp
 Checking test 19 results ....
  Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
@@ -292,7 +292,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_reg_hur
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_r=
eg_hur
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_r=
eg_hur
 Checking test 20 results ....
  Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
@@ -308,7 +308,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_reg_pcpadj
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_r=
eg_pcpadj
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_r=
eg_pcpadj
 Checking test 21 results ....
  Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_bin_0012h_00m_00.00s.........OK
@@ -324,7 +324,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_reg_timesr
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_r=
eg_timesr
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_r=
eg_timesr
 Checking test 22 results ....
  Comparing nmmb_hst_01_bin_0006h_00m_00.00s.........OK
  Comparing ts_p01_d01.bin.........OK
@@ -337,7 +337,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_nests
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_n=
ests
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_n=
ests
 Checking test 23 results ....
  Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
@@ -371,7 +371,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_nests
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_n=
est_rest
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_n=
est_rest
 Checking test 24 results ....
  Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
  Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
@@ -389,7 +389,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_reg_filt
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_r=
eg_filt
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_r=
eg_filt
 Checking test 25 results ....
  Comparing nmmb_hst_01_bin_0003h_00m_00.00s.........OK
  Comparing nmmb_hst_01_nio_0003h_00m_00.00s.........OK
@@ -405,7 +405,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_reg_filt_zombie
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_r=
eg_filt_zombie
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_r=
eg_filt_zombie
 Checking test 26 results ....
  Comparing nmmb_hst_01_bin_0003h_00m_00.00s.........OK
  Comparing nmmb_hst_01_nio_0003h_00m_00.00s.........OK
@@ -421,7 +421,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_mvg_nests
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_m=
vg_nests
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_m=
vg_nests
 Checking test 27 results ....
  Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
@@ -455,7 +455,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_mvg_nests
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_m=
vg_nests_restart
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_m=
vg_nests_restart
 Checking test 28 results ....
  Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
  Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
@@ -473,7 +473,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_mvg_nests
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_m=
vg_nests_gens
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_m=
vg_nests_gens
 Checking test 29 results ....
  Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
@@ -507,7 +507,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_2way_nests
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_2=
way_nests
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_2=
way_nests
 Checking test 30 results ....
  Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
@@ -541,7 +541,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_2way_nests
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_2=
way_nests_restart
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_2=
way_nests_restart
 Checking test 31 results ....
  Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
  Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
@@ -560,7 +560,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_reg
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_r=
eg_rst_nio_debug
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_r=
eg_rst_nio_debug
 Checking test 32 results ....
 Test 32 PASS=20
=20
@@ -570,7 +570,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_reg
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_r=
eg_rst_debug
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_r=
eg_rst_debug
 Checking test 33 results ....
 Test 33 PASS=20
=20
@@ -580,7 +580,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_reg
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_r=
eg_ctl_debug
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_r=
eg_ctl_debug
 Checking test 34 results ....
 Test 34 PASS=20
=20
@@ -590,7 +590,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/NMMB_2way_nests
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_2=
way_nests_debug
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_2=
way_nests_debug
 Checking test 35 results ....
 Test 35 PASS=20
=20
@@ -605,7 +605,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/GFS_EULERIAN
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/gfs_e=
ulerian
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/gfs_e=
ulerian
 Checking test 36 results ....
  Comparing sigf03.........OK
  Comparing sigf06.........OK
@@ -633,7 +633,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/WAM_gh_l150
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/wam_g=
h_l150
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/wam_g=
h_l150
 Checking test 37 results ....
  Comparing sigf00.........OK
  Comparing sigf03.........OK
@@ -661,7 +661,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/WAM_gh_l150_nemsio
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/wam_g=
h_l150_nemsio
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/wam_g=
h_l150_nemsio
 Checking test 38 results ....
  Comparing sigf00.........OK
  Comparing sigf03.........OK
@@ -692,7 +692,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/GFS_SLG
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/gfs_s=
lg
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/gfs_s=
lg
 Checking test 39 results ....
  Comparing sigf00.........OK
  Comparing sigf01.........OK
@@ -714,7 +714,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/GFS_SLG_NSST
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/gfs_s=
lg_nsst
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/gfs_s=
lg_nsst
 Checking test 40 results ....
  Comparing sigf00.........OK
  Comparing sigf01.........OK
@@ -739,7 +739,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/GFS_SLG_ADIABATIC
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/gfs_s=
lg_adiabatic
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/gfs_s=
lg_adiabatic
 Checking test 41 results ....
  Comparing sigf00.........OK
  Comparing sigf06.........OK
@@ -756,7 +756,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/GFS_SLG_48PE
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/gfs_s=
lg_48pe
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/gfs_s=
lg_48pe
 Checking test 42 results ....
  Comparing sigf00.........OK
  Comparing sigf06.........OK
@@ -781,7 +781,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/GFS_SLG_RSTHST
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/gfs_s=
lg_rsthst
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/gfs_s=
lg_rsthst
 Checking test 43 results ....
  Comparing sigf30.........OK
  Comparing sigf48.........OK
@@ -800,7 +800,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/GFS_SLG_T574
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/gfs_s=
lg_t574
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/gfs_s=
lg_t574
 Checking test 44 results ....
  Comparing sigf00.........OK
  Comparing SIG.F06.........OK
@@ -825,7 +825,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/GFS_SLG_STOCHY
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/gfs_s=
lg_stochy
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/gfs_s=
lg_stochy
 Checking test 45 results ....
  Comparing sigf00.........OK
  Comparing sigf01.........OK
@@ -847,7 +847,7 @@
=20
=20
 baseline dir =3D /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSIO=
N_TEST/GFS_SLG_LAND
-working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/gfs_s=
lg_land
+working dir  =3D /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/gfs_s=
lg_land
 Checking test 46 results ....
  Comparing sigf00.........OK
  Comparing sigf01.........OK
@@ -894,4 +894,4 @@
=20
=20
 REGRESSION TEST WAS SUCCESSFUL
-Sat Nov 19 01:29:28 UTC 2016
+Mon Nov 21 21:59:29 UTC 2016
Index: checkout/tests/RegressionTests_wcoss.log
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/tests/RegressionTests_wcoss.log=09(revision 84674)
+++ checkout/tests/RegressionTests_wcoss.log=09(revision 84790)
@@ -1,4 +1,4 @@
-Fri Nov 18 06:40:17 EST 2016
+Wed Nov  2 18:49:17 UTC 2016
 Start Regression test
=20
=20
@@ -8,8 +8,8 @@
 Test 1 nmm_cntrl Compare NMMB-global results with previous trunk versi=
on
=20
=20
-baseline dir =3D /gpfs/tp1/ptmp/Tom.Black//REGRESSION_TEST/NMMB_glob
-working dir  =3D /ptmpp1/Tom.Black/rt_16135/nmm_cntrl
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/nmm_cntrl
 Checking test 1 results ....
  Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
@@ -23,37 +23,64 @@
=20
=20
=20
-Test 2 nmm_rest_nio Test NMMB-global restart run from NEMSIO file
+Test 2 nmm_nemsio Test NMMB-global NEMSIO as input file
=20
=20
-baseline dir =3D /gpfs/tp1/ptmp/Tom.Black//REGRESSION_TEST/NMMB_glob
-working dir  =3D /ptmpp1/Tom.Black/rt_16135/nmm_rest_nio
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/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=20
=20
=20
=20
-Test 3 nmm_decomp Test NMMB-global different decomposition
+Test 3 nmm_rest Test NMMB-global restart run
=20
=20
-baseline dir =3D /gpfs/tp1/ptmp/Tom.Black//REGRESSION_TEST/NMMB_glob
-working dir  =3D /ptmpp1/Tom.Black/rt_16135/nmm_decomp
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/nmm_rest
 Checking test 3 results ....
+ Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
+Test 3 PASS=20
+
+
+
+Test 4 nmm_rest_nio Test NMMB-global restart run from NEMSIO file
+
+
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/nmm_rest_nio
+Checking test 4 results ....
+ Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
+Test 4 PASS=20
+
+
+
+Test 5 nmm_decomp Test NMMB-global different decomposition
+
+
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/nmm_decomp
+Checking test 5 results ....
  Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
  Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
-Test 3 PASS=20
+Test 5 PASS=20
=20
=20
=20
-Test 4 nmm_thread Test NMMB-global threading
+Test 6 nmm_thread Test NMMB-global threading
=20
=20
-baseline dir =3D /gpfs/tp1/ptmp/Tom.Black//REGRESSION_TEST/NMMB_glob
-working dir  =3D /ptmpp1/Tom.Black/rt_16135/nmm_thread
-Checking test 4 results ....
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/nmm_thread
+Checking test 6 results ....
  Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
  Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
@@ -60,106 +87,526 @@
  Comparing nmmb_hst_01_nio_0048h_00m_00.00s.........OK
  Comparing nmmb_rst_01_bin_0024h_00m_00.00s.........OK
  Comparing nmmb_rst_01_nio_0024h_00m_00.00s.........OK
-Test 4 PASS=20
+Test 6 PASS=20
=20
=20
=20
-Test 5 nmm_reg_nemsio Test NMMB-regional NEMSIO as input file
+Test 7 nmm_reg_ctl Compare NMMB-regional results with previous trunk v=
ersion
=20
=20
-baseline dir =3D /gpfs/tp1/ptmp/Tom.Black//REGRESSION_TEST/NMMB_reg
-working dir  =3D /ptmpp1/Tom.Black/rt_16135/nmm_reg_nemsio
-Checking test 5 results ....
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/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=20
+
+
+
+Test 8 nmm_reg_nemsio Test NMMB-regional NEMSIO as input file
+
+
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/nmm_reg_nemsio
+Checking test 8 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0012h_00m_00.00s.........OK
  Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_nio_0012h_00m_00.00s.........OK
-Test 5 PASS=20
+Test 8 PASS=20
=20
=20
=20
-Test 6 nmm_reg_rst Test NMMB-regional restart run
+Test 9 nmm_reg_rst Test NMMB-regional restart run
=20
=20
-baseline dir =3D /gpfs/tp1/ptmp/Tom.Black//REGRESSION_TEST/NMMB_reg
-working dir  =3D /ptmpp1/Tom.Black/rt_16135/nmm_reg_rst
-Checking test 6 results ....
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/nmm_reg_rst
+Checking test 9 results ....
  Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
-Test 6 PASS=20
+Test 9 PASS=20
=20
=20
=20
-Test 7 nmm_nest_rest Test NMMB-regional static nests with restart
+Test 10 nmm_reg_rst_nio Test NMMB-regional restart run with NEMSIO fil=
e
=20
=20
-baseline dir =3D /gpfs/tp1/ptmp/Tom.Black//REGRESSION_TEST/NMMB_nests
-working dir  =3D /ptmpp1/Tom.Black/rt_16135/nmm_nest_rest
-Checking test 7 results ....
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/nmm_reg_rst_nio
+Checking test 10 results ....
+ Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
+Test 10 PASS=20
+
+
+
+Test 11 nmm_reg_decomp Test NMMB-regional different decomposition
+
+
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/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=20
+
+
+
+Test 12 nmm_reg_thread Test NMMB-regional threading
+
+
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/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=20
+
+
+
+Test 13 nmm_reg_sel_phy Test NMMB-regional with selected GFS physics s=
chemes
+
+
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_s=
el_phy
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/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=20
+
+
+
+Test 14 nmm_reg_spec_adv Test NMMB-regional with separate species adve=
ction ON
+
+
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_s=
pec_adv
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/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=20
+
+
+
+Test 15 nmm_reg_spec_adv_rst Test NMMB-regional with separate species =
advection ON
+
+
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_s=
pec_adv
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/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=20
+
+
+
+Test 16 nmm_reg_wsm6_gfdl Test NMMB-regional with physics schemes WSM6=
 and GFDL
+
+
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_w=
sm6_gfdl
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/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=20
+
+
+
+Test 17 nmm_reg_wsm6_rrtm Test NMMB-regional with physics schemes WSM6=
 and RRTM
+
+
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_w=
sm6_rrtm
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/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=20
+
+
+
+Test 18 nmm_reg_sas_zhao Test NMMB-regional with physics schemes SAS, =
ZHAO
+
+
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_s=
as_zhao
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/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=20
+
+
+
+Test 19 nmm_reg_thomp Test NMMB-regional with THOMPSON microphysics sc=
heme
+
+
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_t=
homp
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/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=20
+
+
+
+Test 20 nmm_reg_hur Test NMMB-regional with HWRF physics
+
+
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_h=
ur
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/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=20
+
+
+
+Test 21 nmm_reg_pcpadj Test NMMB-regional with precipitation adjustmen=
t on
+
+
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_p=
cpadj
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/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=20
+
+
+
+Test 22 nmm_reg_timesr Test NMMB-regional writing time series
+
+
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_t=
imesr
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/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=20
+
+
+
+Test 23 nmm_nests Test NMMB-regional with static nests
+
+
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_nests
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/nmm_nests
+Checking test 23 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_02_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_02_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_02_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_02_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_03_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_03_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_03_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_03_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_04_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_04_nio_0024h_00m_00.00s.........OK
-Test 7 PASS=20
+ Comparing nmmb_rst_04_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_04_nio_0012h_00m_00.00s.........OK
+Test 23 PASS=20
=20
=20
=20
+Test 24 nmm_nest_rest Test NMMB-regional static nests with restart
+
+
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_nests
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/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=20
+
+
+
+Test 25 nmm_reg_filt Test NMMB-regional digital filter with static nes=
ts
+
+
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_f=
ilt
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/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=20
+
+
+
+Test 26 nmm_reg_filt_zombie Test NMMB-regional digital filter with zom=
bie grandchild
+
+
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_f=
ilt_zombie
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/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=20
+
+
+
+Test 27 nmm_mvg_nests Test NMMB-regional with moving nests
+
+
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_mvg_n=
ests
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/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=20
+
+
+
+Test 28 nmm_mvg_nests_restart Test NMMB-regional with moving nests - R=
ESTART
+
+
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_mvg_n=
ests
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/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=20
+
+
+
+Test 29 nmm_mvg_nests_gens Test NMMB-regional with 1-way moving nests =
and generational task assignments
+
+
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_mvg_n=
ests
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/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=20
+
+
+
+Test 30 nmm_2way_nests Test NMMB-regional with 2-way moving nests
+
+
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_2way_=
nests
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/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=20
+
+
+
+Test 31 nmm_2way_nests_restart Test NMMB-regional with 2-way moving ne=
sts - RESTART
+
+
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_2way_=
nests
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/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=20
+
+
+
 Removing old exe/NEMS.x
 NEMSAppBuilder  app=3DNMM-DEBUG=20
-Test 8 nmm_reg_rst_nio_debug Test NMMB-regional restart run with NEMSI=
O file DEBUG
+Test 32 nmm_reg_rst_nio_debug Test NMMB-regional restart run with NEMS=
IO file DEBUG
=20
=20
-baseline dir =3D /gpfs/tp1/ptmp/Tom.Black//REGRESSION_TEST/NMMB_reg
-working dir  =3D /ptmpp1/Tom.Black/rt_16135/nmm_reg_rst_nio_debug
-Checking test 8 results ....
-Test 8 PASS=20
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/nmm_reg_rst_nio_debug
+Checking test 32 results ....
+Test 32 PASS=20
=20
=20
=20
-Test 9 nmm_reg_rst_debug Test NMMB-regional restart run DEBUG
+Test 33 nmm_reg_rst_debug Test NMMB-regional restart run DEBUG
=20
=20
-baseline dir =3D /gpfs/tp1/ptmp/Tom.Black//REGRESSION_TEST/NMMB_reg
-working dir  =3D /ptmpp1/Tom.Black/rt_16135/nmm_reg_rst_debug
-Checking test 9 results ....
-Test 9 PASS=20
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/nmm_reg_rst_debug
+Checking test 33 results ....
+Test 33 PASS=20
=20
=20
=20
-Test 10 nmm_reg_ctl_debug Compare NMMB-regional results with previous =
trunk version DEBUG
+Test 34 nmm_reg_ctl_debug Compare NMMB-regional results with previous =
trunk version DEBUG
=20
=20
-baseline dir =3D /gpfs/tp1/ptmp/Tom.Black//REGRESSION_TEST/NMMB_reg
-working dir  =3D /ptmpp1/Tom.Black/rt_16135/nmm_reg_ctl_debug
-Checking test 10 results ....
-Test 10 PASS=20
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/nmm_reg_ctl_debug
+Checking test 34 results ....
+Test 34 PASS=20
=20
=20
=20
-Test 11 nmm_2way_nests_debug Test NMMB-regional with 2-way moving nest=
s DEBUG
+Test 35 nmm_2way_nests_debug Test NMMB-regional with 2-way moving nest=
s DEBUG
=20
=20
-baseline dir =3D /gpfs/tp1/ptmp/Tom.Black//REGRESSION_TEST/NMMB_2way_n=
ests
-working dir  =3D /ptmpp1/Tom.Black/rt_16135/nmm_2way_nests_debug
-Checking test 11 results ....
-Test 11 PASS=20
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_2way_=
nests
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/nmm_2way_nests_debug
+Checking test 35 results ....
+Test 35 PASS=20
=20
=20
=20
 Removing old exe/NEMS.x
 NEMSAppBuilder  app=3DGSM=20
-Test 12 gfs_eulerian GFS eulerian dycore,32 total proc (tasks), 1 thre=
ad, quilt, digital filter on reduced grid
-Test 12
+Test 36 gfs_eulerian GFS eulerian dycore,32 total proc (tasks), 1 thre=
ad, quilt, digital filter on reduced grid
+Test 36
 GFS eulerian dycore,32 total proc (tasks), 1 thread, quilt, digital fi=
lter on reduced grid
 GFS, 32 proc, 1 thread
=20
=20
-baseline dir =3D /gpfs/tp1/ptmp/Tom.Black//REGRESSION_TEST/GFS_EULERIA=
N
-working dir  =3D /ptmpp1/Tom.Black/rt_16135/gfs_eulerian
-Checking test 12 results ....
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_EULERI=
AN
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/gfs_eulerian
+Checking test 36 results ....
  Comparing sigf03.........OK
  Comparing sigf06.........OK
  Comparing sigf12.........OK
@@ -175,19 +622,19 @@
  Comparing flxf12.........OK
  Comparing flxf24.........OK
  Comparing flxf48.........OK
-Test 12 PASS=20
+Test 36 PASS=20
=20
=20
=20
-Test 13 wam_gh_l150 WAM enthalpy on general hybrid 2loop 150levels,32 =
compute tasks / 1 thread ,no quilting
-Test 13
+Test 37 wam_gh_l150 WAM enthalpy on general hybrid 2loop 150levels,32 =
compute tasks / 1 thread ,no quilting
+Test 37
 WAM enthalpy on general hybrid 2loop 150levels,32 compute tasks / 1 th=
read ,no quilting
 GFS, 32 proc, 1 thread
=20
=20
-baseline dir =3D /gpfs/tp1/ptmp/Tom.Black//REGRESSION_TEST/WAM_gh_l150
-working dir  =3D /ptmpp1/Tom.Black/rt_16135/wam_gh_l150
-Checking test 13 results ....
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/WAM_gh_l15=
0
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/wam_gh_l150
+Checking test 37 results ....
  Comparing sigf00.........OK
  Comparing sigf03.........OK
  Comparing sigf06.........OK
@@ -203,19 +650,19 @@
  Comparing flxf06.........OK
  Comparing flxf12.........OK
  Comparing flxf24.........OK
-Test 13 PASS=20
+Test 37 PASS=20
=20
=20
=20
-Test 14 wam_gh_l150_nemsio WAM enthalpy on general hybrid 2loop 150lev=
els,32 compute tasks / 1 thread ,with quilting and NEMSIO I/O
-Test 14
+Test 38 wam_gh_l150_nemsio WAM enthalpy on general hybrid 2loop 150lev=
els,32 compute tasks / 1 thread ,with quilting and NEMSIO I/O
+Test 38
 WAM enthalpy on general hybrid 2loop 150levels,32 compute tasks / 1 th=
read ,with quilting and NEMSIO I/O
 GFS, 33 proc, 1 thread
=20
=20
-baseline dir =3D /gpfs/tp1/ptmp/Tom.Black//REGRESSION_TEST/WAM_gh_l150=
_nemsio
-working dir  =3D /ptmpp1/Tom.Black/rt_16135/wam_gh_l150_nemsio
-Checking test 14 results ....
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/WAM_gh_l15=
0_nemsio
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/wam_gh_l150_nemsio
+Checking test 38 results ....
  Comparing sigf00.........OK
  Comparing sigf03.........OK
  Comparing sigf06.........OK
@@ -234,19 +681,19 @@
  Comparing flxf12.........OK
  Comparing flxf24.........OK
  Comparing flxf48.........OK
-Test 14 PASS=20
+Test 38 PASS=20
=20
=20
=20
-Test 15 gfs_slg Run SLG non-adiabatic test with NEMSIO and digital fil=
ter from NEMSIO initial conditions
-Test 15
+Test 39 gfs_slg Run SLG non-adiabatic test with NEMSIO and digital fil=
ter 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
=20
=20
-baseline dir =3D /gpfs/tp1/ptmp/Tom.Black//REGRESSION_TEST/GFS_SLG
-working dir  =3D /ptmpp1/Tom.Black/rt_16135/gfs_slg
-Checking test 15 results ....
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/gfs_slg
+Checking test 39 results ....
  Comparing sigf00.........OK
  Comparing sigf01.........OK
  Comparing sigf24.........OK
@@ -256,19 +703,19 @@
  Comparing flxf00.........OK
  Comparing flxf01.........OK
  Comparing flxf24.........OK
-Test 15 PASS=20
+Test 39 PASS=20
=20
=20
=20
-Test 16 gfs_slg_nsst Run SLG non-adiabatic test with NEMSIO and digita=
l filter from NEMSIO initial conditions
-Test 16
+Test 40 gfs_slg_nsst Run SLG non-adiabatic test with NEMSIO and digita=
l 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
=20
=20
-baseline dir =3D /gpfs/tp1/ptmp/Tom.Black//REGRESSION_TEST/GFS_SLG_NSS=
T
-working dir  =3D /ptmpp1/Tom.Black/rt_16135/gfs_slg_nsst
-Checking test 16 results ....
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_NS=
ST
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/gfs_slg_nsst
+Checking test 40 results ....
  Comparing sigf00.........OK
  Comparing sigf01.........OK
  Comparing sigf24.........OK
@@ -281,36 +728,36 @@
  Comparing flxf00.........OK
  Comparing flxf01.........OK
  Comparing flxf24.........OK
-Test 16 PASS=20
+Test 40 PASS=20
=20
=20
=20
-Test 17 gfs_slg_adiabatic Run SLG adiabatic test with NEMSIO and digit=
al filter from NEMSIO initial conditions
-Test 17
+Test 41 gfs_slg_adiabatic Run SLG adiabatic test with NEMSIO and digit=
al filter from NEMSIO initial conditions
+Test 41
 Run SLG adiabatic test with NEMSIO and digital filter from NEMSIO init=
ial conditions
 GFS, 32 proc, 1 thread
=20
=20
-baseline dir =3D /gpfs/tp1/ptmp/Tom.Black//REGRESSION_TEST/GFS_SLG_ADI=
ABATIC
-working dir  =3D /ptmpp1/Tom.Black/rt_16135/gfs_slg_adiabatic
-Checking test 17 results ....
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_AD=
IABATIC
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/gfs_slg_adiabatic
+Checking test 41 results ....
  Comparing sigf00.........OK
  Comparing sigf06.........OK
  Comparing sigf12.........OK
  Comparing sigf24.........OK
-Test 17 PASS=20
+Test 41 PASS=20
=20
=20
=20
-Test 18 gfs_slg_48pe Run SLG non-adiabatic test with NEMSIO and digita=
l filter from NEMSIO initial conditions, 48pe
-Test 18
+Test 42 gfs_slg_48pe Run SLG non-adiabatic test with NEMSIO and digita=
l 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
=20
=20
-baseline dir =3D /gpfs/tp1/ptmp/Tom.Black//REGRESSION_TEST/GFS_SLG_48P=
E
-working dir  =3D /ptmpp1/Tom.Black/rt_16135/gfs_slg_48pe
-Checking test 18 results ....
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_48=
PE
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/gfs_slg_48pe
+Checking test 42 results ....
  Comparing sigf00.........OK
  Comparing sigf06.........OK
  Comparing sigf12.........OK
@@ -323,19 +770,19 @@
  Comparing flxf06.........OK
  Comparing flxf12.........OK
  Comparing flxf24.........OK
-Test 18 PASS=20
+Test 42 PASS=20
=20
=20
=20
-Test 19 gfs_slg_2thread Run SLG non-adiabatic test with NEMSIO and dig=
ital filter from NEMSIO initial conditions
-Test 19
+Test 43 gfs_slg_2thread Run SLG non-adiabatic test with NEMSIO and dig=
ital 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
=20
=20
-baseline dir =3D /gpfs/tp1/ptmp/Tom.Black//REGRESSION_TEST/GFS_SLG
-working dir  =3D /ptmpp1/Tom.Black/rt_16135/gfs_slg_2thread
-Checking test 19 results ....
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/gfs_slg_2thread
+Checking test 43 results ....
  Comparing sigf00.........OK
  Comparing SIG.F06.........OK
  Comparing sigf24.........OK
@@ -345,19 +792,19 @@
  Comparing flxf00.........OK
  Comparing FLX.F06.........OK
  Comparing flxf24.........OK
-Test 19 PASS=20
+Test 43 PASS=20
=20
=20
=20
-Test 20 gfs_slg_rsthst Run SLG restart from history file non-adiabatic=
 test with NEMSIO and digital filter from NEMSIO initial conditions
-Test 20
+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 d=
igital filter from NEMSIO initial conditions
 GFS, 33 proc, 1 thread
=20
=20
-baseline dir =3D /gpfs/tp1/ptmp/Tom.Black//REGRESSION_TEST/GFS_SLG_RST=
HST
-working dir  =3D /ptmpp1/Tom.Black/rt_16135/gfs_slg_rsthst
-Checking test 20 results ....
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_RS=
THST
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/gfs_slg_rsthst
+Checking test 44 results ....
  Comparing sigf30.........OK
  Comparing sigf48.........OK
  Comparing sfcf30.........OK
@@ -364,19 +811,19 @@
  Comparing sfcf48.........OK
  Comparing flxf30.........OK
  Comparing flxf48.........OK
-Test 20 PASS=20
+Test 44 PASS=20
=20
=20
=20
-Test 21 gfs_slg_t574 Run T574 SLG non-adiabatic test with NEMSIO and d=
igital filter from NEMSIO initial conditions
-Test 21
+Test 45 gfs_slg_t574 Run T574 SLG non-adiabatic test with NEMSIO and d=
igital filter from NEMSIO initial conditions
+Test 45
 Run T574 SLG non-adiabatic test with NEMSIO and digital filter from NE=
MSIO initial conditions
 GFS, 96 proc, 1 thread
=20
=20
-baseline dir =3D /gpfs/tp1/ptmp/Tom.Black//REGRESSION_TEST/GFS_SLG_T57=
4
-working dir  =3D /ptmpp1/Tom.Black/rt_5327/gfs_slg_t574
-Checking test 1 results ....
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_T5=
74
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/gfs_slg_t574
+Checking test 45 results ....
  Comparing sigf00.........OK
  Comparing SIG.F06.........OK
  Comparing SIG.F12.........OK
@@ -389,19 +836,19 @@
  Comparing FLX.F06.........OK
  Comparing FLX.F12.........OK
  Comparing flxf24.........OK
-Test 21 PASS=20
+Test 45 PASS=20
=20
=20
=20
-Test 22 gfs_slg_stochy Run SLG non-adiabatic test with NEMSIO and digi=
tal filter and stochastic physics from NEMSIO initial conditions
-Test 22
+Test 46 gfs_slg_stochy Run SLG non-adiabatic test with NEMSIO and digi=
tal filter and stochastic physics from NEMSIO initial conditions
+Test 46
 Run SLG non-adiabatic test with NEMSIO and digital filter and stochast=
ic physics from NEMSIO initial conditions
 GFS, 33 proc, 1 thread
=20
=20
-baseline dir =3D /gpfs/tp1/ptmp/Tom.Black//REGRESSION_TEST/GFS_SLG_STO=
CHY
-working dir  =3D /ptmpp1/Tom.Black/rt_5327/gfs_slg_stochy
-Checking test 2 results ....
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_ST=
OCHY
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/gfs_slg_stochy
+Checking test 46 results ....
  Comparing sigf00.........OK
  Comparing sigf01.........OK
  Comparing sigf24.........OK
@@ -411,19 +858,19 @@
  Comparing flxf00.........OK
  Comparing flxf01.........OK
  Comparing flxf24.........OK
-Test 22 PASS=20
+Test 46 PASS=20
=20
=20
=20
-Test 23 gfs_slg_land Run SLG non-adiabatic test with NEMSIO and digita=
l filter from NEMSIO initial conditions
-Test 23
+Test 47 gfs_slg_land Run SLG non-adiabatic test with NEMSIO and digita=
l 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
=20
=20
-baseline dir =3D /gpfs/tp1/ptmp/Tom.Black//REGRESSION_TEST/GFS_SLG_LAN=
D
-working dir  =3D /ptmpp1/Tom.Black/rt_5327/gfs_slg_land
-Checking test 3 results ....
+baseline dir =3D /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_LA=
ND
+working dir  =3D /ptmpp1/Samuel.Trahan/rt_5130/gfs_slg_land
+Checking test 47 results ....
  Comparing sigf00.........OK
  Comparing sigf01.........OK
  Comparing sigf24.........OK
@@ -433,14 +880,14 @@
  Comparing flxf00.........OK
  Comparing flxf01.........OK
  Comparing flxf24.........OK
-Test 23 PASS=20
+Test 47 PASS=20
=20
=20
=20
 Removing old exe/NEMS.x
 NEMSAppBuilder  app=3DGSM-GOCART=20
-Test 24 gfs_gocart_nemsio GFS_GOCART with NEMSIO
-Test 24
+Test 48 gfs_gocart_nemsio GFS_GOCART with NEMSIO
+Test 48
 GFS_GOCART with NEMSIO
 GFS, 64 proc, 1 thread
=20
@@ -447,7 +894,7 @@
=20
=20
=20
-Checking test 4 results ....
+Checking test 48 results ....
  Comparing ngac.t00z.sigf00.........OK
  Comparing ngac.t00z.sigf03.........OK
  Comparing ngac.t00z.sigf06.........OK
@@ -463,10 +910,10 @@
  Comparing ngac.t00z.aerf06.........OK
  Comparing ngac.t00z.aerf12.........OK
  Comparing ngac.t00z.aerf24.........OK
-Test 24 PASS=20
+Test 48 PASS=20
=20
=20
=20
=20
 REGRESSION TEST WAS SUCCESSFUL
-Fri Nov 18 11:21:51 EST 2016
+Thu Nov  3 00:34:12 UTC 2016
Index: checkout/tests
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/tests=09(revision 84674)
+++ checkout/tests=09(revision 84790)

Property changes on: checkout/tests
___________________________________________________________________
Added: svn:externals
## -0,0 +1 ##
+produtil   https://svnemc.ncep.noaa.gov/projects/nceplibs/produtil/bra=
nches/regtests
Modified: svn:mergeinfo
## -0,0 +0,1 ##
   Merged /nems/branches/regtests/tests:r84324-84789
Index: checkout/doc/RTSH.md
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/doc/RTSH.md=09(nonexistent)
+++ checkout/doc/RTSH.md=09(revision 84790)
@@ -0,0 +1,168 @@
+Old Regression Test System
+=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
+
+Presently, the only supported method of running the NEMS.x directly
+from the NEMSLegacy is to run the regression tests via the `rt.sh`
+script.  Some other apps support running through the NEMSCompsetRun,
+but only a few of the compsets actually work for each app.
+
+This will be replaced by the [new test system](#new-system) in early
+December.  The regression tests and compsets will be unified into a
+new compset runner based on the NEMS/tests/rtgen script.
+
+Running rt.sh
+-------------
+
+The older regression test system is run as follows in bash, sh, or ksh=
:
+
+    cd NEMS/tests
+    ./rt.sh (command) (options) > rt.log 2>&1 &
+
+In csh or tcsh, do this:
+
+    cd NEMS/tests
+    ./rt.sh (command) (options) >& rt.log &
+
+This will launch a background process that runs the `rt.sh` and logs
+the status to `rt.log`.
+
+The `(command)` must include at least one of the following, which
+specify what is being run:
+
+* `-f` - run all tests that work on your platform
+* `-s` - run "standard" tests that work on your platform
+* `-c gfs` - create a new baseline for the gsm, wam and gocart tests
+* `-c nmm` - create a new baseline for nmm tests
+
+In addition, the following `(option)`s work:
+
+* `-m` - compare against user's baseline
+* `-l FILE` - use an alternate file instead of `rt.conf`
+
+The `>rt.log2>&` or `>&rt.log` are redirection operators in your
+shell.  They will log additional information from `rt.sh` to `rt.log`.
+This is critical when debugging problems such as batch system failures
+or disk quota problems.
+
+Output of rt.sh
+---------------
+
+The rt.sh produces several log files and a directory of results.
+
+* `RegressionTests_(platform).log` - regression test results
+* `Compile_(platform).log` - compilation logs
+* `rt.log` - debug output of rt.sh if you used the redirection operato=
rs
+* `/path/to/stmp/$USER/rt.$$/` - directory in which the tests were run
+
+In these paths,
+
+* `(platform)` - "theia" or "wcoss", the platform on which you ran
+* `/path/to/stmp` - is the scrub area chosen by the scripts
+* `$USER` - is your username
+* `$$` - is a unique id chosen by the `rt.sh` to avoid overwriting
+  an old run.  Generally it is the UNIX process id of `rt.sh`
+
+To find `/path/to/stmp` and `$$` you need to look in the log of `rt.sh=
`
+for a line like this, near the top of the `rt.log`:
+
+    mkdir -p /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307
+
+Within that directory, you will find one directory for each test:
+
+    you at theia> ls -1 /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307
+    gfs_eulerian
+    gfs_gocart_nemsio
+    gfs_slg
+    gfs_slg_48pe
+    gfs_slg_adiabatic
+    gfs_slg_land
+    gfs_slg_nsst
+    gfs_slg_rsthst
+    gfs_slg_stochy
+    gfs_slg_t574
+    nmm_2way_nests
+    nmm_2way_nests_debug
+    nmm_2way_nests_restart
+
+Each directory contains input and output files for each test.  Some
+files of interest are:
+
+* `err` - stderr stream from the batch job that ran this program
+* `out` - stdout stream from the batch job that ran this program
+* `PET*.ESMF_LogFile` - ESMF log files from each MPI rank
+* `nemsusage.xml` - resource usage information for all MPI ranks
+* `timing.summary` - resource usage information for rank 0
+
+Configuring rt.sh: The rt.conf
+------------------------------
+
+The `rt.sh` guides its function based on the `rt.conf` file.  That
+file can be found in the NEMS/tests directory and has the following
+syntax:
+
+| COMMAND  |    METHOD    |  SUBSET  | PLATFORM |   VERSION  |
+| -------- | ------------ | -------- | -------- | ---------- |
+| APPBUILD | app=3DAPP-NAME | standard |          |            |
+| RUN      | test_name    | standard |          | nmm        |
+| COMPILE  | nmm          | standard |          | nmmb_intel |
+
+The available commands are:
+
+* `APPBUILD` - run the [NEMSAppBuilder](#ni-appbuild) and load new mod=
ules
+* `RUN` - run a test
+* `COMPILE` - no longer supported; runs the [manual build system](#man=
ual-method)
+
+The meaning of the other arguments depends on the command, and is
+described below.
+
+### rt.conf APPBUILD Command
+
+When the command is `APPBUILD` the other arguments have these meanings=
:
+
+* `METHOD` - arguments to send to the NEMSAppBuilder
+* `SUBSET` - `standard` or empty (all whitespace).  If `standard` is
+  here, then only the `rt.sh -s` mode will run this build.
+* `PLATFORM` - `wcoss` to run only on WCOSS, `theia` to run only on Th=
eia,
+  or empty (all whitespace) to run on all platforms
+* `VERSION` - unused; leave this blank (all whitespace)
+
+### rt.conf RUN Command
+
+The RUN command runs a test.  The meanings of the columns are as follo=
ws:
+
+* `METHOD` - name of the test.  This must correspond to a file in the
+  NEMS/tests/tests directory.
+* `SUBSET` - `standard` or empty (all whitespace).  If `standard` is
+  here, then only the `rt.sh -s` mode will run this build.
+* `PLATFORM` - `wcoss` to run only on WCOSS, `theia` to run only on Th=
eia,
+  or empty (all whitespace) to run on all platforms
+* `VERSION` - which model this pertains to: `nmm` or `gfs`
+
+### rt.conf COMPILE command
+
+This command runs the [manual build system](#manual-method).  This is
+unsupported and retained only for debugging the new build system.
+
+* `METHOD` - arguments to the `make` command
+* `SUBSET` - `standard` or empty (all whitespace).  If `standard` is
+  here, then only the `rt.sh -s` mode will run this build.
+* `PLATFORM` - Mandatory.  Must be `wcoss` to run only on WCOSS or
+  `theia` to run only on Theia.  This is used to construct the
+  `configure` command.
+* `VERSION` - Mandatory. The ESMF version, passed to the `configure` c=
ommand.
+
+In the `COMPILE` mode, the following commands are run based on those
+arguments:
+
+    ./configure (VERSION)_(PLATFORM)
+    source conf/modules.nems
+    gmake clean
+    gmake (METHOD) J=3D-j2
+
+### Subsetting Tests in rt.conf
+
+Note that you can explicitly disable parts of the test suite by
+commenting out lines of rt.conf.  Note that disabling the build
+commands (APPBUILD or COMPILE) will skip the build process and cause
+tests to be run with whatever NEMS.x and modules.conf presently in
+the NEMS external.
Index: checkout/doc/NEMS.md
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/doc/NEMS.md=09(nonexistent)
+++ checkout/doc/NEMS.md=09(revision 84790)
@@ -0,0 +1,37 @@
+NEMS Directory Structure
+=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
+
+The NEMS directory contains the source code and test scripts for the
+NEMS.  Most of the documentation is in the `doc` subdirectory or in
+the `../doc/` directory.
+
+What is NOT in the NEMS is the source code to the components, the
+choice of build environment and some aspects of running the system.
+Those parts of the NEMS are in a directory above this, at the
+so-called "app" level.  Further documentation, specific to the app, is
+also at the app level.
+
+Within NEMS resides:
+
+* `exe` - NEMS.x and other executables built from `src`
+* `src` - main program for NEMS
+ * `atmos` - The ATM component code and its internal state.  This will=
 soon be removed
+  * `gfs` - All files directly related to the global spectal model
+  * `nmm` - All files related to the non-hydrostatic multi-scale model
+  * `fim` - all files related to the FIM
+  * `gen` - All files related to the GEN
+ * `share` - Assorted source shared by all model cores.
+ * `ENS_Cpl` - The Ensemble coupler directory.
+ * `post` - contains subroutines to conenct NEMS and the Unified Post
+   Processor (UPP), no UPP source code included
+ * `chem/gocart` - The GOCART source files.
+ * `conf` - various compliation specifications
+
+* `tests` - test execution scripts.  Most of these will soon be remove=
d or
+   moved to the app level.
+* `compsets` - configuration for the NEMSCompsetRun.  This will soon b=
e
+   moved to the app level.
+* `doc` - documentation.
+* `NEMSAppBuilder` - a script to build NEMS, as discussed elsewhere in=
 the
+  documentation
+* `NEMSCompsetRun` - script to run NEMS
\ No newline at end of file
Index: checkout/doc/markdown.md
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/doc/markdown.md=09(nonexistent)
+++ checkout/doc/markdown.md=09(revision 84790)
@@ -0,0 +1,20 @@
+Markdown
+--------
+
+The webpage is generated from documentation in the NEMS repository.
+Markdown is a human-readable, wiki-like syntax that can easily be
+converted to other formats.  The Markdown files are converted to HTML
+via Trent Mick's markdown2.py tool.  For details on Markdown, see:
+
+* [Markdown website](https://daringfireball.net/projects/markdown/)
+* [markdown2.py website](https://github.com/trentm/python-markdown2/)
+
+This documentation is stored in the NEMSLegacy doc directory.  The
+website can be regenerated by doing this:
+
+    svn co https://svnemc.ncep.noaa.gov/projects/nems/apps/NEMSLegacy/=
trunk
+    cd trunk/NEMS/doc
+    make
+
+That creates the `README.html` and `README.css` that you view on your
+browser.
Index: checkout/doc/README.css
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/doc/README.css=09(nonexistent)
+++ checkout/doc/README.css=09(revision 84790)
@@ -0,0 +1,100 @@
+body {
+    margin: auto;
+    padding-right: 1em;
+    padding-left: 1em;
+    max-width: 44em;=20
+    border-left: 1px solid black;
+    border-right: 1px solid black;
+    color: black;
+    font-family: Verdana, sans-serif;
+    font-size: 100%;
+    line-height: 140%;
+    color: #333;=20
+}
+pre {
+    border: 1px dotted gray;
+    background-color: #ececec;
+    color: #1111111;
+    padding: 0.5em;
+}
+code {
+    font-family: monospace;
+}
+table {
+    border-collapse: collapse;
+}
+table, th, td {
+  border: 1px solid black;
+}
+th, td {
+  padding: 0.5em;
+}
+h1 a, h2 a, h3 a, h4 a, h5 a {=20
+    text-decoration: none;
+    color: #4a5ada;
+}
+h1 code, h2 code, h3 code, h4 code, h5 code {=20
+    font-size: 120%;
+}
+h1, h2, h3, h4, h5 {
+    font-family: verdana;
+    font-weight: bold;
+    border-bottom: 1px dotted black;
+    color: #4a5ada;
+}
+h1 {
+        font-size: 150%;
+        text-align: center ;
+        border: 2px solid black;
+        padding: 2em;
+}
+h1:first-of-type{
+        font-size: 150%;
+        text-align: center ;
+        border: 2px solid black;
+        background-color: #ddddff;
+}
+
+h2 {
+    font-size: 140%;
+    border: 1px dotted black;
+    text-align: center;
+    padding: 0.5em;
+}
+
+h3 {
+        font-size: 130%;
+}
+
+h4 {
+        font-size: 120%;
+        font-style: italic;
+}
+
+h5 {
+        font-size: 110%;
+        font-style: italic;
+}
+
+h1.title {
+        font-size: 200%;
+        font-weight: bold;
+        padding-top: 0.2em;
+        padding-bottom: 0.2em;
+        text-align: left;
+        border: none;
+}
+
+dt code {
+        font-weight: bold;
+}
+dd p {
+        margin-top: 0;
+}
+
+#footer {
+        padding-top: 1em;
+        font-size: 70%;
+        color: gray;
+        text-align: center;
+        }
Index: checkout/doc/modeldoc.md
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/doc/modeldoc.md=09(nonexistent)
+++ checkout/doc/modeldoc.md=09(revision 84790)
@@ -0,0 +1,2 @@
+Component-Specific Documentation
+=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
\ No newline at end of file
Index: checkout/doc/NEWTEST.md
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/doc/NEWTEST.md=09(nonexistent)
+++ checkout/doc/NEWTEST.md=09(revision 84790)
@@ -0,0 +1,803 @@
+<a name=3D"new-system"></a>New Test System
+=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
+
+The rt.sh and NEMSCompsetRunner will soon be replaced with a new
+implementation, presently in beta test mode. This chapter describes
+how to run that system.  It works by a different design that the old
+one, and has advantages and disadvantages.  It has a superset of the
+capabilities of the old system. =20
+
+Presently, that implementation is available by the NEMS/tests/rtgen
+script, and two scripts it generates (rtrun, rtreport).  In early
+December, the NEMSCompsetRunner and rt.sh will be changed to simple
+wrappers around rtgen, rtrun, and rtreport.  The old system will still
+be available via `oldrt.sh`
+
+<a name=3D"design"></a>Design and Capabilities
+--------------------------------------------
+
+This system works on a different principle than the older one.  The
+old system ran shell scripts specific to each model or test which
+copied files from outside the NEMS test area and ran external programs
+to generate some inputs.
+
+The new system has a directory of prepared inputs, has no external
+dependencies, and simply runs the NEMS executable without any
+test-specific scripts.  In other words, scripts like the
+`exglobal_fcst_nems.sh` are no longer used.  This makes porting and
+workflow changes simpler, but has the disadvantage of not testing
+model workflow scripts.  That disadvantage is intentional; the purpose
+of the NEMS regression tests is to test the NEMS, not model workflow
+scripts.
+
+<a name=3D"running"></a>Running the System
+----------------------------------------
+
+This section explains how to run the system in its simplest form.
+Later sections discuss [running subsets of the tests](#run-sub),
+[dependency resolution](#dep-res), and [available tests](#list-avail).
+
+The process of running is:
+
+    ./NEMS/tests/rtgen   # generates rtrun and rtreport commands
+    /path/to/USERNAME/rtgen.(ID)/rtrun (options)
+    /path/to/USERNAME/rtgen.(ID)/rtreport
+
+The rest of this section explains what each command means, and how it
+works.
+
+### Step 1: Generate Test Scripts (rtgen)
+
+The first step is to run `rtgen`.  This will generate a set of scripts
+to run the requested tests.  If you do not request any tests, it will
+run all tests.
+
+    ./NEMS/tests/rtgen
+
+That command will give you instructions and will log the more
+important parts of its execution:
+
+    11/17 18:42:38Z rtgen-INFO:  Will run all known tests.
+    11/17 18:42:50Z rtgen-INFO:  Auto-chosen project for job submissio=
n is 'cmp'
+    11/17 18:42:51Z rtgen-INFO:  Auto-chosen ptmp is '/path/to/USERNAM=
E'
+    11/17 18:42:51Z rtgen-INFO:  Generating workflow with id 23768.
+    11/17 18:42:55Z rtgen-INFO:  Requested test has been generated.
+    You need to run the test now.   You have three options:
+    OPTION 1: Put this in your cron:
+      */3 * * * * /path/to/USERNAME/rtgen.23768/rtrun --step --zero-ex=
it \
+         > /path/to/USERNAME/rtgen.23768/rtrun-cron.log 2>&1
+
+    OPTION 2: Run this program:
+      /path/to/USERNAME/rtgen.23768/rtrun --loop
+
+    OPTION 3: Verbose mode: run this program:
+      /path/to/USERNAME/rtgen.23768/rtrun) -v --loop
+    Adding -n to that command will disable colors.
+
+### Step 2: Run the Test (rtrun)
+
+The rtrun command runs the tests until all have succeeded or failed.
+You have three options for how to run this.  The easiest execution
+option is number 3, which runs on the command line and reports the
+queue status every few minutes.  The path to rtrun will vary, but the
+command will look something like this:
+
+    /path/to/USERNAME/rtgen.23768/rtrun -v --loop
+
+If the colors annoy you, add the `-n` switch, and if you don't want
+the queue state, remove the `-v` switch.
+
+The components of that path are:
+
+* `/path/to` - a scrub area, such as /scratch4/NCEPDEV/stmp4 or /ptmpp=
1
+* `USERNAME` - your username, such as `emc.nemspara` or `Samuel.Trahan=
`
+
+The `rtrun` command will generate output like this:
+
+    11/17 00:19:21Z rtrun INFO: check dependencies and submit jobs...
+    11/17 00:19:22Z rtrun INFO: check status...
+    11/17 00:19:22Z rtrun INFO: workflow is still running and no jobs =
have failed.
+    11/17 00:19:22Z rtrun INFO: sleep 2
+    11/17 00:19:24Z rtrun INFO: get queue information
+     Job ID  Reserv   Queue   Procs ST Queue Time  Stdout Location
+    -------- ------ --------- ----- -- ----------- -------------------=
-----------------
+      573626        dev          64 R  11/17 00:14 /.../tmp/log/test_g=
fs_gocart_nemsio.log
+    From bjobs -l  -u Samuel.Trahan (age 0 sec.)
+    11/17 00:19:24Z rtrun INFO: sleep 100
+
+It will keep looping until all jobs have succeeded or failed.  If all
+goes well, the tests will all pass and you will see this message:
+
+    11/17 00:21:04Z rtrun INFO: check dependencies and submit jobs...
+    11/17 00:21:05Z rtrun INFO: check status...
+    11/17 00:21:05Z rtrun INFO: workflow is complete and all jobs succ=
eeded.
+
+### Step 3: Report Results (rtreport)
+
+At that point, you can run rtreport to get a report of the tests.
+Actually, you can run rtreport at any time.  If the tests are not yet
+complete, it will tell you which ones are complete.  It will report
+all it knows about failed tests too.
+
+    /path/to/USERNAME/rtgen.23768/rtreport
+
+The output looks something like this
+
+    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.
+      Wed Nov 16 22:51:23 UTC 2016
+      .../REGRESSION_TEST/NMMB_glob/nmmb_hst_01_bin_0000h_00m_00.00s: =
bit-for-bit identical
+      .../REGRESSION_TEST/NMMB_glob/nmmb_hst_01_bin_0024h_00m_00.00s: =
bit-for-bit identical
+      .../REGRESSION_TEST/NMMB_glob/nmmb_hst_01_bin_0048h_00m_00.00s: =
bit-for-bit identical
+      .../REGRESSION_TEST/NMMB_glob/nmmb_hst_01_nio_0000h_00m_00.00s: =
bit-for-bit identical
+      .../REGRESSION_TEST/NMMB_glob/nmmb_hst_01_nio_0024h_00m_00.00s: =
bit-for-bit identical
+      .../REGRESSION_TEST/NMMB_glob/nmmb_hst_01_nio_0048h_00m_00.00s: =
bit-for-bit identical
+      .../REGRESSION_TEST/NMMB_glob/nmmb_rst_01_bin_0024h_00m_00.00s: =
bit-for-bit identical
+      .../REGRESSION_TEST/NMMB_glob/nmmb_rst_01_nio_0024h_00m_00.00s: =
bit-for-bit identical
+      TEST PASSED
+    TEST #2: PASS
+      Test nmm_nemsio starting.
+    ... information about more tests ...
+
+
+
+### <a name=3D"run-sub"></a>Running Subsets of the Test Suite
+
+The test suite, as of this writing, has 48 tests and 5 build options.
+Frequently, you only want to run a few of them.  The `rtgen` script
+has a simple set arithmetic language for specifying what to run.  The
+subsetting is done by the command line.  For example, to run all
+standard nmm tests, you need to take the intersection of those two
+sets of tests:
+
+    ./NEMS/tests/rtgen 'inter(nmm,standard)'
+
+The `rtgen` will generate a workflow to run just those tests. =20
+
+Other subsetting operations:
+
+    union(nmm,wam)   # run all nmm and wam tests
+    minus(gfs,wam)   # run all gsm (gfs) tests that are not wam tests
+    {gfs_slg,nmm_cntrl}  # run the gfs_slg and nmm_cntrl tests
+
+You can combine multiple operations:
+
+    minus(inter(union(gfs,nmm),standard),{gfs_slg,nmm_cntrl})
+
+That will ask rtgen to run all gsm (gfs) and nmm tests that are
+standard tests, except for `gfs_slg` and `nmm_cntrl`.
+
+Despite that, the rtgen will still run the gfs_slg test.  Why?
+Dependency resolution.
+
+### <a name=3D"dep-res"></a>Dependency Resolution
+
+Some tests have dependencies, and `rtgen` will resolve those
+dependencies automatically, similar to how `make` works.  For example,
+the `gfs_slg_rsthst` requires the `gfs_slg` to run first.  Output from
+`gfs_slg` is used as input to `gfs_slg_rsthst`.  If you ask `rtgen` to
+run `gfs_slg_rsthst` without running `gfs_slg`, it will see the
+dependency and add `gfs_slg` to your list of tests.  The builds are
+handled the same way.  The `gfs_slg` has a dependency on the build
+`gsm.x`, and so `rtgen` will always add the `gsm.x` build if you
+select the `gfs_slg` test.
+
+
+### <a name=3D"list-avail"></a>List of Available Tests and Sets
+
+The configuration for `rtgen` is stored in the compsets/all.input file
+in the app level repository.  This is where you specify the available
+tests and sets of tests.
+
+The top few lines of that file look like this
+
+    load 'gsm.input'
+    load 'nmm.input'
+    run nmm_cntrl              @ nmm, standard, baseline, nmmglob
+    run nmm_nemsio             @ nmm,                     nmmglob
+    run nmm_rest               @ nmm,                     nmmglob
+    ... many more "run" statements ...
+
+The first two lines import the details of the test from other files.
+The lines beginning with `run` specify a test to run and the sets it
+belongs to.  The test must be one declared in the other file,
+as discussed later in this document.
+
+The list of sets after the @ sign are the ones recognized by the
+[subsetting functionality of rtgen](#run-sub).=20
+
+Note that you can enable tests on only certain platforms by including
+a comparison operator in the list of subsets:
+
+    run gfs_slg_2thread        @ gfs, standard, baseline, slg, plat=3D=
=3Dwcoss.phase1
+
+This line ensures the `gfs_slg_2thread` is only available on WCOSS Pha=
se 1.
+
+
+
+<a name=3D"work-area"></a>Work Area Contents
+------------------------------------------
+
+Running the `rtgen` creates a directory in a scrub area which will
+contain the generated scripting system, input and output files, logs,
+and resource usage information.  This section documents those files
+and directories.
+
+Recall that running `rtgen` creates a directory with a name like this:
+
+    /path/to/USERNAME/rtgen.23768
+
+That directory contains the following:
+
+* rtrun script
+
+* rtreport script
+
+* jobs directory
+
+* scripts directory
+
+* ush directory
+
+* src directory
+
+  * install.sh
+
+  * uninstall.sh
+
+* exec directory
+
+* include directory
+
+* rocoto directory
+
+* com directory
+
+* tmp directory
+
+  * tmp/log directory
+
+### Jobs, Scripts and Ush
+
+These are the three tier NCEP workflow directories and have the usual
+meanings:
+
+* jobs - sets up the environment and passes control to the "scripts" l=
evel
+
+* scripts - high-level logic for each test
+
+* ush - low-level utility functions
+
+For each test, there is one "jobs" directory file and one "scripts"
+directory file.  The "scripts" directory and "jobs" directory are
+populated by the tests blocks which will be discussed in great detail
+in the [Test Description Language](#desc-lang) section.  They are
+generated from the [test blocks](#new-tests).
+
+### Src, Exec, and Include
+
+The `src` directory does not contain source code.  Instead, it
+contains two scripts that describe how to build or uninstall the
+`NEMS.x`
+
+* install.sh - knows how to build the NEMS.x based on the instructions
+  in the [build blocks](#new-build) as explained in the [Test
+  Description Language](#desc-lang) section in great detail.
+
+* uninstall.sh - deletes the copies of `NEMS.x` and `modules.nems`
+  created by install.sh.
+
+The `install.sh` creates executables and modulefiles which are copied
+into the `exec` and `include` directories.
+
+* exec - one executable for each NEMS build
+
+* include - one file for each NEMS build containing a sequence of
+  of "module load" commands.  These commands will be run before
+  executing the NEMS.x
+
+### Rocoto Directory
+
+The `rtgen` makes one file in the `rocoto` directory.  The `rtrun`
+will create a second file.
+
+* workflow.xml - the definition of the workflow generated by `rtgen`.
+  This includes dependencies and resource requirements.  There is one
+  shell command for each test or build.
+
+* workflow.db - created by `rtrun`, this contains the Rocoto internal
+  state information.
+
+### Tmp and Logs
+
+The `tmp` directory contains all logs and all execution directories
+for each test.
+
+* tmp/log/rocoto.log - log file from Rocoto.  Contains information abo=
ut
+  batch system events, such as job failures or job submissions.
+
+* tmp/log/*.log - all other files contain logs about a test or build
+
+* tmp/* - all other directories are work areas for tests.  They
+  contain inputs and outputs from the NEMS.x
+
+### Scripts rtrun and rtreport
+
+These are discussed in earlier sections.  The scripts are generated
+automatically by `rtgen`.  The `rtrun` runs Rocoto and the `rtreport`
+scans the reports, combining them into one text file.
+
+### COM directory
+
+This directory contains one subdirectory for each test with all
+verified files as described in a test's (criteria)[#criteria] block.
+It also contains the "report.txt" file with the report of the test
+success or failure.
+
+<a name=3D"desc-lang"></a>Test Description Language
+-------------------------------------------------
+
+This chapter discusses the language used by the `rtgen` tool to
+describe regression tests and compsets.  The language consists of
+"modules" which are simply a collection of variables and functions. A
+module has a type: build, test, hash, etc.  A set of `run` commands
+list which runnable modules should be executed.
+
+### <a name=3D"vardef"></a>Variable Definitions and Modules
+
+The simplest type of module is a hash, which looks like this:
+
+    nems_vars=3D{
+        atm_model=3D'none'
+        atm_petlist_bounds=3D"-1 -1"
+        ocn_model=3D'none'
+        ocn_petlist_bounds=3D"-1 -1"
+        ice_model=3D'none'
+        ice_petlist_bounds=3D"-1 -1"
+        med_model=3D'nems'
+        med_petlist_bounds=3D"-1 -1"
+        med_atm_coupling_interval_sec=3D'-1'
+        med_ocn_coupling_interval_sec=3D'-1'
+    }
+
+In this example, we have declared a hash called `nems_vars` which
+contains several variables, such as `atm_model` and
+`atm_petlist_bounds`.  Later on, another module declaration can "use"
+this module, to import its variables:
+
+    nmm_vars_global=3D{
+        use plat%nmm_dflt
+        use nems_vars
+        use common_vars
+        use nmm_vars
+        use nmm_aliases
+        use nmm_uncoupled
+        GBRG=3D"glob"
+        CNTL_NAME=3D'NMMB_glob'
+    }
+
+Values can include variable substitution, which uses a similar syntax
+as shell, but with different escape characters:
+
+    common_vars=3D{
+        THRD=3D1
+        WLCLK=3D15
+        GEFS_ENSEMBLE=3D0
+        GEN_ENSEMBLE=3D0
+        WRITE_DOPOST=3D'.false.'
+        POST_GRIBVERSION=3D'grib1'
+        CONF=3D"@[plat%PARMnems]"
+    }
+
+Here, the `CONF` variable in the `common_vars` module has the value of
+the `PARMnems` variable in the `plat` module.
+
+### Strings
+
+There are three ways of specifying a string:
+
+* Double quotes: "... text here with @[VARIABLE] expansion ..."
+* Single quotes: '... text here with no variable expansion ...'
+* Block string:
+
+        [[[multi-line string
+        with @[VARIABLE] expansion ]]]
+
+If you need to insert a literal @ into the string, you have three
+options.  In these examples, we'll use the multi-line string format:
+
+* [[[  @['this text is not expanded']   ]]]
+* [[[  @["this text is not expanded"]  ]]]
+* [[[ Simple literal @[@] ]]]
+
+### <a name=3D"embedscript"></a> Embedded Scripts
+
+Most of the scripts required to run the tests are automatically
+generated, but there are occasional instances when you need to specify
+specific code.  This is done via `embed` blocks:
+
+    embed bash nems_regtest_prep(RUNDIR,modules,CNTL) [[[
+            mkdir -p "$RUNDIR" "$CNTL"
+            cd @[RUNDIR]
+            source "$modules"
+            export MPI_TYPE_DEPTH=3D20
+            export ESMF_RUNTIME_COMPLIANCECHECK=3DOFF:depth=3D4
+    ]]]
+
+In this example, we have embedded a bash script called
+`nems_regtest_prep`. =20
+
+#### Embedded Script Variables: $ vs. @
+
+In the example script, there are two methods of doing variable substit=
ution:
+
+* `@[RUNDIR]`
+* `"$RUNDIR"`
+
+They have slightly different meanings.  In the case of `@[RUNDIR]`,
+the value of the `RUNDIR` variable is substituted directly in the
+generated script.  If the variable contained any shell metacharacters,
+those would be copied verbatim.  In the case of `$RUNDIR`, the bash
+variable is used instead.  That variable's value is set before the
+code in `nems_regtest_prep` is run.
+
+Either approach is valid.  It is up to the user to decide which one to=
 use.
+
+### Platform Detection
+
+The test suite needs to reconfigure certain aspects based on platform;
+WCOSS vs. Theia vs. GAEA, etc.  This is done with `platform` blocks.
+These are simply modules with a `detect` function.  After all
+platforms are defined, an `autodetect` block selects between them.
+
+Here is an example of a platform.  This is the one for Phase 1 of WCOS=
S.
+
+    platform wcoss.phase1 {
+        use wcoss.common
+        CPU_ACCOUNT=3D'NAM-T2O'
+        pex=3D'1'
+        cores_per_node=3D32
+        MPI=3D'LSF'
+        SHORT_TEST_QUEUE=3D'&SHORTQ;'
+        LONG_TEST_QUEUE=3D'&LONGQ;'
+        BUILD_QUEUE=3D'&BUILDQ;'
+   =20
+        embed bash detect [[[
+            # This function is used at PARSE TIME to detect whether we=
 are
+            # on WCOSS Phase 1.  It must be very fast and low resource
+            # usage since the parser runs it.
+            if [[ -d /usrx && -d /global && -e /etc/redhat-release && =
\
+                  -e /etc/prod ]] ; then
+                # We are on WCOSS Phase 1 or 2.
+                if ( ! cat /proc/cpuinfo |grep 'processor.*32' ) ; the=
n
+                    # Fewer than 32 fake (hyperthreading) cpus, so Pha=
se 1.
+                    exit 0
+                fi
+            fi
+            exit 1
+        ]]]
+        ... more wcoss stuff ...
+    }
+
+Note the `embed bash` block called `detect`.  This is the bash
+function that is run to detect whether the script is running on WCOSS
+Phase 1.
+
+Once all platforms are defined, there is an autodetect block:
+
+    autodetect plat (/ wcoss.phase1, theia /)
+
+This will define the `plat` variable, which is a duplicate of either
+`wcoss.phase1` or `theia`.
+
+### <a name=3D"new-build"></a> Build Definition
+
+The `build` blocks define a method of building an executable.  They
+must define three variables and a function:
+
+* `NEMS.x` =3D path to the NEMS executable created by this build
+
+* `modules.nems` =3D list of "module load" commands to execute before
+   running the executable
+
+* `target` =3D file to check to ensure the build succeeded; should be
+   the same as the `NEMS.x` variable
+
+* `build` =3D an `embed bash` function that builds the program.
+
+Here is an example.  This builds the GOCART-capable standalone GSM in
+the NEMSLegacy branch:
+
+    build gsm_gocart.x {
+        use plat
+        NEMS.x=3D"@[plat%EXECrt]/NEMS_gocart.x"
+        modules.nems=3D"@[plat%INCrt]/NEMS_gocart.x.modules"
+        target=3D"@[NEMS.x]"
+        build=3DNEMSAppBuilder(NEMS.x=3D"@[NEMS.x]",modules.nems=3D"@[=
modules.nems]",
+                             OPTS=3D"app=3DGSM-GOCART")
+    }
+
+The NEMSAppBuilder function is declared elsewhere.  It is used by most
+of the `build` definitions to avoid duplication.  That function looks
+like this:
+
+    embed bash NEMSAppBuilder(NEMS.x,modules.nems,OPTS)
+    [[[
+            mkdir -p "@[plat%EXECrt]" "@[plat%INCrt]"
+            rm -f "@[NEMS.x]" "@[modules.nems]"
+            cd @[plat%HOMEnems]
+   =20
+            # NOTE: Replace "rebuild" with "norebuild" to disable "gma=
ke clean"
+            ./NEMS/NEMSAppBuilder rebuild $OPTS
+   =20
+            cd @[plat%SRCnems]
+            cp -fp ../exe/NEMS.x "@[NEMS.x]"
+            cp -fp conf/modules.nems "@[modules.nems]"
+    ]]]
+
+Notice that the four variables we're passing from gsm_gocart.x%build
+are in the definition line of NEMSAppBuilder:
+
+    embed bash NEMSAppBuilder(NEMS.x,modules.nems,OPTS)
+    ...
+    build gsm_gocart.x {
+        ...
+        build=3DNEMSAppBuilder(NEMS.x=3D"@[NEMS.x]",modules.nems=3D"@[=
modules.nems]",
+                             OPTS=3D"app=3DGSM-GOCART")
+
+### <a name=3D"new-tests"></a>Tests
+
+A test is a module that defines the following:
+
+* dependencies - any other tests or builds that have to run first
+
+* `prep` - a preparation step to run before anything else.  This is
+  generally `mkdir`, `module` or `cd` commands.
+
+* `input` - a `filter` block that provides a list of input files or
+  directories and instructions on how to copy or filter them.  This is
+  described below.
+
+* `execute` - a `spawn` block that describes how to run the `NEMS.x`.
+  This is also used to generate job cards to request the needed
+  resources.
+
+* `output` - criteria for validating the test output.  These are
+  usually `criteria` blocks, described below.
+
+This is the `test` block for the global nmm control.  Later text
+describe the meaning of each part:
+
+    # nmm_cntrl test
+    test nmm_cntrl: nmm.x {
+        use nmm_vars_global
+   =20
+        # Convenience variables:
+        RUNDIR_ROOT=3D"@[plat%TMPrt]"
+        RUNDIR=3D"@[RUNDIR_ROOT]/@[TEST_NAME]"
+        TEST_DESCR=3D"Compare NMMB-global results with previous trunk =
version"
+        CNTL=3D"@[plat%BASELINE]/@[CNTL_NAME]"      # Control baseline=
 area
+        TEST_IN=3D"@[plat%INPUTS]/@[CNTL_NAME]"   # Test-specific inpu=
t data
+        COM=3D"@[plat%COMrt]/@[TEST_NAME]"
+   =20
+        criteria output {
+            #    NEMS.x output file --------- comparison - control fil=
e or dir
+            "nmmb_hst_01_bin_0000h_00m_00.00s" .bitcmp. "@[CNTL]"
+            "nmmb_hst_01_bin_0024h_00m_00.00s" .bitcmp. "@[CNTL]"
+            "nmmb_hst_01_bin_0048h_00m_00.00s" .bitcmp. "@[CNTL]"
+            "nmmb_hst_01_nio_0000h_00m_00.00s" .bitcmp. "@[CNTL]"
+            "nmmb_hst_01_nio_0024h_00m_00.00s" .bitcmp. "@[CNTL]"
+            "nmmb_hst_01_nio_0048h_00m_00.00s" .bitcmp. "@[CNTL]"
+            "nmmb_rst_01_bin_0024h_00m_00.00s" .bitcmp. "@[CNTL]"
+            "nmmb_rst_01_nio_0024h_00m_00.00s" .bitcmp. "@[CNTL]"
+        }
+   =20
+        # The prep is run at the top of any job.  It should do such th=
ings
+        # like making directories and loading modules.
+        prep=3Dnems_regtest_prep(
+            RUNDIR=3D"@[RUNDIR]",modules=3D"@[nmm.x%modules.nems]",
+            CNTL=3D"@[CNTL]")
+   =20
+        # The execute step runs the program:
+        spawn execute {
+            { "@[nmm.x%NEMS.x]", ranks=3D"@[TASKS]", threads=3D"@[Open=
MPThreads]" }
+        }
+   =20
+        filters input {
+            # work file         operation   input file
+         "input_domain_01"        .copy. "@[TEST_IN]/test_input_nmmb_g=
lobal"
+         "input_domain_01_nemsio" .copy. "@[TEST_IN]/test_input_nmmb_g=
lobal.nemsio"
+         "GWD_bin_01"             .copy. "@[TEST_IN]/GWD_bin_01"
+   =20
+         "nems.configure"      .atparse. "@[CONF]/nems.configure.@[nem=
s_configure].IN"
+         "atmos.configure"     .atparse. "@[CONF]/atmos.configure_nmm"
+   =20
+         "configure_file_01"   .atparse. "@[CONF]/nmm_conf/nmm_@[GBRG]=
_conf.IN"
+         "model_configure"        .copy. "configure_file_01"
+   =20
+         "*"                   .copydir. "@[plat%NMM_DATA]"
+   =20
+         "VEGPARM.TBL"            .copy. "IGBP_VEGPARM.TBL"
+         "LANDUSE.TBL"            .copy. "IGBP_LANDUSE.TBL"
+         "ETAMPNEW_DATA"          .copy. "ETAMPNEW_DATA.expanded_rain"
+         "fort.28"                .link. "global_o3prdlos.f77"
+         "fort.48"                .link. "global_o3clim.txt"
+   =20
+         "solver_state.txt"       .copy. "@[plat%PARMnems]/solver_stat=
e.txt"
+         "nests.txt"              .copy. "@[plat%PARMnems]/nests.txt"
+        }
+    }
+   =20
+#### Test Dependencies
+
+The first line (after the comment) is this:
+
+    test nmm_cntrl: nmm.x {
+
+The `: nmm.x` indicates that the `nmm.x` build has to run before the
+`nmm_cntrl` can start.  The test suite will include that dependency in
+its Rocoto or ecFlow automation system.
+
+#### Test Prep
+
+The prep step is a simple script that prepares the environment.  In
+this case, it just runs the nems_regtest_prep, which we discussed
+earlier:
+
+        # The prep is run at the top of any job.  It should do such th=
ings
+        # like making directories and loading modules.
+        prep=3Dnems_regtest_prep(
+            RUNDIR=3D"@[RUNDIR]",modules=3D"@[nmm.x%modules.nems]",
+            CNTL=3D"@[CNTL]")
+
+Note that it refers to `@[RUNDIR]` and `@[CNTL]`.  Those variables are
+defined earlier in the same test:
+
+        # Convenience variables:
+        RUNDIR_ROOT=3D"@[plat%TMPrt]"
+        RUNDIR=3D"@[RUNDIR_ROOT]/@[TEST_NAME]"
+        TEST_DESCR=3D"Compare NMMB-global results with previous trunk =
version"
+        CNTL=3D"@[plat%BASELINE]/@[CNTL_NAME]"      # Control baseline=
 area
+        TEST_IN=3D"@[plat%INPUTS]/@[CNTL_NAME]"   # Test-specific inpu=
t data
+        COM=3D"@[plat%COMrt]/@[TEST_NAME]"
+
+#### Test Input Filter
+
+This block specifies the input files and how to prepare them.  It
+declares an `input` variable inside the `nmm_cntrl` test, which is of
+type `filters`:
+
+        filters input {
+            # work file         operation   input file
+         "input_domain_01"        .copy. "@[TEST_IN]/test_input_nmmb_g=
lobal"
+         "input_domain_01_nemsio" .copy. "@[TEST_IN]/test_input_nmmb_g=
lobal.nemsio"
+         "GWD_bin_01"             .copy. "@[TEST_IN]/GWD_bin_01"
+   =20
+         "nems.configure"      .atparse. "@[CONF]/nems.configure.@[nem=
s_configure].IN"
+         "atmos.configure"     .atparse. "@[CONF]/atmos.configure_nmm"
+   =20
+         "configure_file_01"   .atparse. "@[CONF]/nmm_conf/nmm_@[GBRG]=
_conf.IN"
+         "model_configure"        .copy. "configure_file_01"
+   =20
+         "*"                   .copydir. "@[plat%NMM_DATA]"
+   =20
+         "VEGPARM.TBL"            .copy. "IGBP_VEGPARM.TBL"
+         "LANDUSE.TBL"            .copy. "IGBP_LANDUSE.TBL"
+         "ETAMPNEW_DATA"          .copy. "ETAMPNEW_DATA.expanded_rain"
+         "fort.28"                .link. "global_o3prdlos.f77"
+         "fort.48"                .link. "global_o3clim.txt"
+   =20
+         "solver_state.txt"       .copy. "@[plat%PARMnems]/solver_stat=
e.txt"
+         "nests.txt"              .copy. "@[plat%PARMnems]/nests.txt"
+        }
+
+Notice that there are four different operations in the middle column:
+
+| Local file          | Operation   | Remote file or directory        =
| =20
+| ------------------- | ----------- | ------------------------------- =
|
+| `"GWD_bin_01"`      | `.copy.`    | `"@[TEST_IN]/GWD_bin_01"`       =
|
+| `"*"`               | `.copydir.` | `"@[plat%NMM_DATA]"`            =
|
+| `"fort.28"`         | `.link.`    | `"global_o3prdlos.f77"`         =
|
+| `"atmos.configure"` | `.atparse.` | `"@[CONF]/atmos.configure_nmm"` =
|
+
+* `.copy.` - copies the remote file (third column) to the local file
+  (first column). =20
+
+        cp -p "$third_column" "$first_column"
+
+* `.link.` - makes a symbolic link to the remote file (third column)
+  from the local file (first column)
+
+        ln -s "$third_column" "$first_column"
+
+* `.copydir.` - copies from the remote file or directory (third
+  column) all files that match the glob (first column) into the local
+  directory.
+
+        cp -rp "$third_column"/$first_column
+
+* `.atparse.` - runs the remote file (third column) through a filter
+  to create the local file (first column).  The filter will replace
+  text like `@[varname]` with the corresponding variable. =20
+
+  In the `.atparse.` variable replacement, only variables from the
+  test's module are replaced.  Hence, if you want many variables
+  accessible to `.atparse.`d files, you need to either declare or
+  `use` them.  The `nmm_cntrl` test does that at the top of its
+  declaration:
+
+        test nmm_cntrl: nmm.x {
+            use nmm_vars_global
+       =20
+            # Convenience variables:
+            RUNDIR_ROOT=3D"@[plat%TMPrt]"
+            RUNDIR=3D"@[RUNDIR_ROOT]/@[TEST_NAME]"
+            TEST_DESCR=3D"Compare NMMB-global results with previous tr=
unk version"
+            CNTL=3D"@[plat%BASELINE]/@[CNTL_NAME]"      # Control base=
line area
+            TEST_IN=3D"@[plat%INPUTS]/@[CNTL_NAME]"   # Test-specific =
input data
+            COM=3D"@[plat%COMrt]/@[TEST_NAME]"
+
+  Everything in the `nmm_vars_global` module will be available plus
+  all six of the declared "convenience variables"
+
+  Note that variables with a period (".") or percent ("%") in their
+  name are not yet available.  That will be fixed in a later release.
+
+#### Test Execution
+
+The next step is to actually run the `NEMS.x`:
+
+        # The execute step runs the program:
+        spawn execute {
+            { "@[nmm.x%NEMS.x]", ranks=3D"@[TASKS]", threads=3D"@[Open=
MPThreads]" }
+        }
+
+The columns inside the `execute` block have these meanings:
+
+* `"@[nmm.x%NEMS.x]"` - the program to run
+
+* `ranks=3D"@[TASKS]"` - number of mpi ranks
+
+* `threads=3D"@[OpenMPThreads]"` - optional; number of threads per ran=
k.
+  Default is 1.
+
+* ppn=3D8 - not used here; optional.  Specifies the number of MPI rank=
s
+  per node.  The GSM needs this due to memory limits.  Default is
+  calculated automatically by the system, and will be the largest
+  number of MPI ranks possible.
+
+#### <a name=3D"criteria"></a> Test Verification or Baseline Generatio=
n
+
+The last step is to either verify the results or generate the
+baseline.  Both cases are handled by the output criteria block:
+
+    criteria output {
+        #    NEMS.x output file --------- comparison - control file or=
 dir
+        "nmmb_hst_01_bin_0000h_00m_00.00s" .bitcmp. "@[CNTL]"
+=09"nmmb_hst_01_bin_0024h_00m_00.00s" .bitcmp. "@[CNTL]"
+=09"nmmb_hst_01_bin_0048h_00m_00.00s" .bitcmp. "@[CNTL]"
+=09"nmmb_hst_01_nio_0000h_00m_00.00s" .bitcmp. "@[CNTL]"
+=09"nmmb_hst_01_nio_0024h_00m_00.00s" .bitcmp. "@[CNTL]"
+=09"nmmb_hst_01_nio_0048h_00m_00.00s" .bitcmp. "@[CNTL]"
+=09"nmmb_rst_01_bin_0024h_00m_00.00s" .bitcmp. "@[CNTL]"
+=09"nmmb_rst_01_nio_0024h_00m_00.00s" .bitcmp. "@[CNTL]"
+    }
+
+The columns have this meaning:
+
+* `"nmmb_hst_01_bin_0000h_00m_00.00s"` - local directory file
+
+* `.bitcmp.` - verification method.  Only `.bitcmp.` is supported for =
now.
+
+* `"@[CNTL]"` - remote directory file or remote directory that
+  contains the baseline.  If it is a remote directory, the file is
+  assumed to have the same name.
+
+In verification mode, the comparisons are performed after running NEMS=
.x
+
+In baseline generation mode, the local file (first column) is copied
+to the remote location (third column).
\ No newline at end of file
Index: checkout/doc/markdown2.py
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/doc/markdown2.py=09(nonexistent)
+++ checkout/doc/markdown2.py=09(revision 84790)
@@ -0,0 +1,2610 @@
+#!/usr/bin/env python
+# Copyright (c) 2012 Trent Mick.
+# Copyright (c) 2007-2008 ActiveState Corp.
+# License: MIT (http://www.opensource.org/licenses/mit-license.php)
+
+from __future__ import generators
+
+r"""A fast and complete Python implementation of Markdown.
+
+[from http://daringfireball.net/projects/markdown/]
+> Markdown is a text-to-HTML filter; it translates an easy-to-read /
+> easy-to-write structured text format into HTML.  Markdown's text
+> format is most similar to that of plain text email, and supports
+> features such as headers, *emphasis*, code blocks, blockquotes, and
+> links.
+>
+> Markdown's syntax is designed not as a generic markup language, but
+> specifically to serve as a front-end to (X)HTML. You can use span-le=
vel
+> HTML tags anywhere in a Markdown document, and you can use block lev=
el
+> HTML tags (like <div> and <table> as well).
+
+Module usage:
+
+    >>> import markdown2
+    >>> markdown2.markdown("*boo!*")  # or use `html =3D markdown_path=
(PATH)`
+    u'<p><em>boo!</em></p>\n'
+
+    >>> markdowner =3D Markdown()
+    >>> markdowner.convert("*boo!*")
+    u'<p><em>boo!</em></p>\n'
+    >>> markdowner.convert("**boom!**")
+    u'<p><strong>boom!</strong></p>\n'
+
+This implementation of Markdown implements the full "core" syntax plus=
 a
+number of extras (e.g., code syntax coloring, footnotes) as described =
on
+<https://github.com/trentm/python-markdown2/wiki/Extras>.
+"""
+
+cmdln_desc =3D """A fast and complete Python implementation of Markdow=
n, a
+text-to-HTML conversion tool for web writers.
+
+Supported extra syntax options (see -x|--extras option below and
+see <https://github.com/trentm/python-markdown2/wiki/Extras> for detai=
ls):
+
+* code-friendly: Disable _ and __ for em and strong.
+* cuddled-lists: Allow lists to be cuddled to the preceding paragraph.
+* fenced-code-blocks: Allows a code block to not have to be indented
+  by fencing it with '```' on a line before and after. Based on
+  <http://github.github.com/github-flavored-markdown/> with support fo=
r
+  syntax highlighting.
+* footnotes: Support footnotes as in use on daringfireball.net and
+  implemented in other Markdown processors (tho not in Markdown.pl v1.=
0.1).
+* header-ids: Adds "id" attributes to headers. The id value is a slug =
of
+  the header text.
+* html-classes: Takes a dict mapping html tag names (lowercase) to a
+  string to use for a "class" tag attribute. Currently only supports "=
img",
+  "table", "pre" and "code" tags. Add an issue if you require this for=
 other
+  tags.
+* link-patterns: Auto-link given regex patterns in text (e.g. bug numb=
er
+  references, revision number references).
+* markdown-in-html: Allow the use of `markdown=3D"1"` in a block HTML =
tag to
+  have markdown processing be done on its contents. Similar to
+  <http://michelf.com/projects/php-markdown/extra/#markdown-attr> but =
with
+  some limitations.
+* metadata: Extract metadata from a leading '---'-fenced block.
+  See <https://github.com/trentm/python-markdown2/issues/77> for detai=
ls.
+* nofollow: Add `rel=3D"nofollow"` to add `<a>` tags with an href. See
+  <http://en.wikipedia.org/wiki/Nofollow>.
+* numbering: Support of generic counters.  Non standard extension to
+  allow sequential numbering of figures, tables, equations, exhibits e=
tc.
+* pyshell: Treats unindented Python interactive shell sessions as <cod=
e>
+  blocks.
+* smarty-pants: Replaces ' and " with curly quotation marks or curly
+  apostrophes.  Replaces --, ---, ..., and . . . with en dashes, em da=
shes,
+  and ellipses.
+* spoiler: A special kind of blockquote commonly hidden behind a
+  click on SO. Syntax per <http://meta.stackexchange.com/a/72878>.
+* tag-friendly: Requires atx style headers to have a space between the=
 # and
+  the header text. Useful for applications that require twitter style =
tags to
+  pass through the parser.
+* tables: Tables using the same format as GFM
+  <https://help.github.com/articles/github-flavored-markdown#tables> a=
nd
+  PHP-Markdown Extra <https://michelf.ca/projects/php-markdown/extra/#=
table>.
+* toc: The returned HTML string gets a new "toc_html" attribute which =
is
+  a Table of Contents for the document. (experimental)
+* use-file-vars: Look for an Emacs-style markdown-extras file variable=
 to turn
+  on Extras.
+* wiki-tables: Google Code Wiki-style tables. See
+  <http://code.google.com/p/support/wiki/WikiSyntax#Tables>.
+* xml: Passes one-liner processing instructions and namespaced XML tag=
s.
+"""
+
+# Dev Notes:
+# - Python's regex syntax doesn't have '\z', so I'm using '\Z'. I'm
+#   not yet sure if there implications with this. Compare 'pydoc sre'
+#   and 'perldoc perlre'.
+
+__version_info__ =3D (2, 3, 2)
+__version__ =3D '.'.join(map(str, __version_info__))
+__author__ =3D "Trent Mick"
+
+import sys
+import re
+import logging
+try:
+    from hashlib import md5
+except ImportError:
+    from md5 import md5
+import optparse
+from random import random, randint
+import codecs
+try:
+    from urllib import quote_plus
+except ImportError:
+    from urllib.parse import quote_plus
+
+
+# ---- Python version compat
+
+if sys.version_info[:2] < (2, 4):
+    def reversed(sequence):
+        for i in sequence[::-1]:
+            yield i
+
+# Use `bytes` for byte strings and `unicode` for unicode strings (str =
in Py3).
+if sys.version_info[0] <=3D 2:
+    py3 =3D False
+    try:
+        bytes
+    except NameError:
+        bytes =3D str
+    base_string_type =3D basestring
+elif sys.version_info[0] >=3D 3:
+    py3 =3D True
+    unicode =3D str
+    base_string_type =3D str
+
+# ---- globals
+
+DEBUG =3D False
+log =3D logging.getLogger("markdown")
+
+DEFAULT_TAB_WIDTH =3D 4
+
+
+SECRET_SALT =3D bytes(randint(0, 1000000))
+def _hash_text(s):
+    return 'md5-' + md5(SECRET_SALT + s.encode("utf-8")).hexdigest()
+
+# Table of hash values for escaped characters:
+g_escape_table =3D dict([(ch, _hash_text(ch))
+    for ch in '\\`*_{}[]()>#+-.!'])
+
+
+# ---- exceptions
+class MarkdownError(Exception):
+    pass
+
+
+# ---- public api
+
+def markdown_path(path, encoding=3D"utf-8",
+                  html4tags=3DFalse, tab_width=3DDEFAULT_TAB_WIDTH,
+                  safe_mode=3DNone, extras=3DNone, link_patterns=3DNon=
e,
+                  use_file_vars=3DFalse):
+    fp =3D codecs.open(path, 'r', encoding)
+    text =3D fp.read()
+    fp.close()
+    return Markdown(html4tags=3Dhtml4tags, tab_width=3Dtab_width,
+                    safe_mode=3Dsafe_mode, extras=3Dextras,
+                    link_patterns=3Dlink_patterns,
+                    use_file_vars=3Duse_file_vars).convert(text)
+
+
+def markdown(text, html4tags=3DFalse, tab_width=3DDEFAULT_TAB_WIDTH,
+             safe_mode=3DNone, extras=3DNone, link_patterns=3DNone,
+             use_file_vars=3DFalse):
+    return Markdown(html4tags=3Dhtml4tags, tab_width=3Dtab_width,
+                    safe_mode=3Dsafe_mode, extras=3Dextras,
+                    link_patterns=3Dlink_patterns,
+                    use_file_vars=3Duse_file_vars).convert(text)
+
+
+class Markdown(object):
+    # The dict of "extras" to enable in processing -- a mapping of
+    # extra name to argument for the extra. Most extras do not have an
+    # argument, in which case the value is None.
+    #
+    # This can be set via (a) subclassing and (b) the constructor
+    # "extras" argument.
+    extras =3D None
+
+    urls =3D None
+    titles =3D None
+    html_blocks =3D None
+    html_spans =3D None
+    html_removed_text =3D "[HTML_REMOVED]"  # for compat with markdown=
.py
+
+    # Used to track when we're inside an ordered or unordered list
+    # (see _ProcessListItems() for details):
+    list_level =3D 0
+
+    _ws_only_line_re =3D re.compile(r"^[ \t]+$", re.M)
+
+    def __init__(self, html4tags=3DFalse, tab_width=3D4, safe_mode=3DN=
one,
+                 extras=3DNone, link_patterns=3DNone, use_file_vars=3D=
False):
+        if html4tags:
+            self.empty_element_suffix =3D ">"
+        else:
+            self.empty_element_suffix =3D " />"
+        self.tab_width =3D tab_width
+
+        # For compatibility with earlier markdown2.py and with
+        # markdown.py's safe_mode being a boolean,
+        #   safe_mode =3D=3D True -> "replace"
+        if safe_mode is True:
+            self.safe_mode =3D "replace"
+        else:
+            self.safe_mode =3D safe_mode
+
+        # Massaging and building the "extras" info.
+        if self.extras is None:
+            self.extras =3D {}
+        elif not isinstance(self.extras, dict):
+            self.extras =3D dict([(e, None) for e in self.extras])
+        if extras:
+            if not isinstance(extras, dict):
+                extras =3D dict([(e, None) for e in extras])
+            self.extras.update(extras)
+        assert isinstance(self.extras, dict)
+        if "toc" in self.extras and "header-ids" not in self.extras:
+            self.extras["header-ids"] =3D None   # "toc" implies "head=
er-ids"
+        self._instance_extras =3D self.extras.copy()
+
+        self.link_patterns =3D link_patterns
+        self.use_file_vars =3D use_file_vars
+        self._outdent_re =3D re.compile(r'^(\t|[ ]{1,%d})' % tab_width=
, re.M)
+
+        self._escape_table =3D g_escape_table.copy()
+        if "smarty-pants" in self.extras:
+            self._escape_table['"'] =3D _hash_text('"')
+            self._escape_table["'"] =3D _hash_text("'")
+
+    def reset(self):
+        self.urls =3D {}
+        self.titles =3D {}
+        self.html_blocks =3D {}
+        self.html_spans =3D {}
+        self.list_level =3D 0
+        self.extras =3D self._instance_extras.copy()
+        if "footnotes" in self.extras:
+            self.footnotes =3D {}
+            self.footnote_ids =3D []
+        if "header-ids" in self.extras:
+            self._count_from_header_id =3D {}  # no `defaultdict` in P=
ython 2.4
+        if "metadata" in self.extras:
+            self.metadata =3D {}
+
+    # Per <https://developer.mozilla.org/en-US/docs/HTML/Element/a> "r=
el"
+    # should only be used in <a> tags with an "href" attribute.
+    _a_nofollow =3D re.compile(r"<(a)([^>]*href=3D)", re.IGNORECASE)
+
+    # Opens the linked document in a new window or tab
+    # should only used in <a> tags with an "target" attribute.
+    # same with _a_nofollow
+    _a_blank =3D _a_nofollow
+
+    def convert(self, text):
+        """Convert the given text."""
+        # Main function. The order in which other subs are called here=
 is
+        # essential. Link and image substitutions need to happen befor=
e
+        # _EscapeSpecialChars(), so that any *'s or _'s in the <a>
+        # and <img> tags get encoded.
+
+        # Clear the global hashes. If we don't clear these, you get co=
nflicts
+        # from other articles when generating a page which contains mo=
re than
+        # one article (e.g. an index page that shows the N most recent
+        # articles):
+        self.reset()
+
+        if not isinstance(text, unicode):
+            # TODO: perhaps shouldn't presume UTF-8 for string input?
+            text =3D unicode(text, 'utf-8')
+
+        if self.use_file_vars:
+            # Look for emacs-style file variable hints.
+            emacs_vars =3D self._get_emacs_vars(text)
+            if "markdown-extras" in emacs_vars:
+                splitter =3D re.compile("[ ,]+")
+                for e in splitter.split(emacs_vars["markdown-extras"])=
:
+                    if '=3D' in e:
+                        ename, earg =3D e.split('=3D', 1)
+                        try:
+                            earg =3D int(earg)
+                        except ValueError:
+                            pass
+                    else:
+                        ename, earg =3D e, None
+                    self.extras[ename] =3D earg
+
+        # Standardize line endings:
+        text =3D text.replace("\r\n", "\n")
+        text =3D text.replace("\r", "\n")
+
+        # Make sure $text ends with a couple of newlines:
+        text +=3D "\n\n"
+
+        # Convert all tabs to spaces.
+        text =3D self._detab(text)
+
+        # Strip any lines consisting only of spaces and tabs.
+        # This makes subsequent regexen easier to write, because we ca=
n
+        # match consecutive blank lines with /\n+/ instead of somethin=
g
+        # contorted like /[ \t]*\n+/ .
+        text =3D self._ws_only_line_re.sub("", text)
+
+        # strip metadata from head and extract
+        if "metadata" in self.extras:
+            text =3D self._extract_metadata(text)
+
+        text =3D self.preprocess(text)
+
+        if "fenced-code-blocks" in self.extras and not self.safe_mode:
+            text =3D self._do_fenced_code_blocks(text)
+
+        if self.safe_mode:
+            text =3D self._hash_html_spans(text)
+
+        # Turn block-level HTML blocks into hash entries
+        text =3D self._hash_html_blocks(text, raw=3DTrue)
+
+        if "fenced-code-blocks" in self.extras and self.safe_mode:
+            text =3D self._do_fenced_code_blocks(text)
+
+        # Because numbering references aren't links (yet?) then we can=
 do everything associated with counters
+        # before we get started
+        if "numbering" in self.extras:
+            text =3D self._do_numbering(text)
+
+        # Strip link definitions, store in hashes.
+        if "footnotes" in self.extras:
+            # Must do footnotes first because an unlucky footnote defn
+            # looks like a link defn:
+            #   [^4]: this "looks like a link defn"
+            text =3D self._strip_footnote_definitions(text)
+        text =3D self._strip_link_definitions(text)
+
+        text =3D self._run_block_gamut(text)
+
+        if "footnotes" in self.extras:
+            text =3D self._add_footnotes(text)
+
+        text =3D self.postprocess(text)
+
+        text =3D self._unescape_special_chars(text)
+
+        if self.safe_mode:
+            text =3D self._unhash_html_spans(text)
+
+        if "nofollow" in self.extras:
+            text =3D self._a_nofollow.sub(r'<\1 rel=3D"nofollow"\2', t=
ext)
+
+        if "target-blank-links" in self.extras:
+            text =3D self._a_blank.sub(r'<\1 target=3D"_blank"\2', tex=
t)
+
+        text +=3D "\n"
+
+        rv =3D UnicodeWithAttrs(text)
+        if "toc" in self.extras:
+            rv._toc =3D self._toc
+        if "metadata" in self.extras:
+            rv.metadata =3D self.metadata
+        return rv
+
+    def postprocess(self, text):
+        """A hook for subclasses to do some postprocessing of the html=
, if
+        desired. This is called before unescaping of special chars and
+        unhashing of raw HTML spans.
+        """
+        return text
+
+    def preprocess(self, text):
+        """A hook for subclasses to do some preprocessing of the Markd=
own, if
+        desired. This is called after basic formatting of the text, bu=
t prior
+        to any extras, safe mode, etc. processing.
+        """
+        return text
+
+    # Is metadata if the content starts with optional '---'-fenced `ke=
y: value`
+    # pairs. E.g. (indented for presentation):
+    #   ---
+    #   foo: bar
+    #   another-var: blah blah
+    #   ---
+    #   # header
+    # or:
+    #   foo: bar
+    #   another-var: blah blah
+    #
+    #   # header
+    _meta_data_pattern =3D re.compile(r'^(?:---[\ \t]*\n)?(.*:\s+>\n\s=
+[\S\s]+?)(?=3D\n\w+\s*:\s*\w+\n|\Z)|([\S\w]+\s*:(?! >)[ \t]*.*\n?)(?:-=
--[\ \t]*\n)?', re.MULTILINE)
+    _key_val_pat =3D re.compile("[\S\w]+\s*:(?! >)[ \t]*.*\n?", re.MUL=
TILINE)
+    # this allows key: >
+    #                   value
+    #                   conutiues over multiple lines
+    _key_val_block_pat =3D re.compile(
+        "(.*:\s+>\n\s+[\S\s]+?)(?=3D\n\w+\s*:\s*\w+\n|\Z)", re.MULTILI=
NE)
+
+    def _extract_metadata(self, text):
+        match =3D re.findall(self._meta_data_pattern, text)
+
+        if not match:
+            return text
+
+        last_item =3D list(filter(None, match[-1]))[0]
+        end_of_metadata =3D text.index(last_item)+len(last_item)
+        if text.startswith("---"):
+            # add 8 charachters for opening and closing
+            # and since indexing starts at 0 we add a step
+            tail =3D text[end_of_metadata+4:]
+        else:
+            tail =3D text[end_of_metadata:]
+
+        kv =3D re.findall(self._key_val_pat, text)
+        kvm =3D re.findall(self._key_val_block_pat, text)
+        kvm =3D [item.replace(": >\n", ":", 1) for item in kvm]
+
+        for item in kv + kvm:
+            k, v =3D item.split(":", 1)
+            self.metadata[k.strip()] =3D v.strip()
+
+        return tail
+
+    _emacs_oneliner_vars_pat =3D re.compile(r"-\*-\s*([^\r\n]*?)\s*-\*=
-", re.UNICODE)
+    # This regular expression is intended to match blocks like this:
+    #    PREFIX Local Variables: SUFFIX
+    #    PREFIX mode: Tcl SUFFIX
+    #    PREFIX End: SUFFIX
+    # Some notes:
+    # - "[ \t]" is used instead of "\s" to specifically exclude newlin=
es
+    # - "(\r\n|\n|\r)" is used instead of "$" because the sre engine d=
oes
+    #   not like anything other than Unix-style line terminators.
+    _emacs_local_vars_pat =3D re.compile(r"""^
+        (?P<prefix>(?:[^\r\n|\n|\r])*?)
+        [\ \t]*Local\ Variables:[\ \t]*
+        (?P<suffix>.*?)(?:\r\n|\n|\r)
+        (?P<content>.*?\1End:)
+        """, re.IGNORECASE | re.MULTILINE | re.DOTALL | re.VERBOSE)
+
+    def _get_emacs_vars(self, text):
+        """Return a dictionary of emacs-style local variables.
+
+        Parsing is done loosely according to this spec (and according =
to
+        some in-practice deviations from this):
+        http://www.gnu.org/software/emacs/manual/html_node/emacs/Speci=
fying-File-Variables.html#Specifying-File-Variables
+        """
+        emacs_vars =3D {}
+        SIZE =3D pow(2, 13)  # 8kB
+
+        # Search near the start for a '-*-'-style one-liner of variabl=
es.
+        head =3D text[:SIZE]
+        if "-*-" in head:
+            match =3D self._emacs_oneliner_vars_pat.search(head)
+            if match:
+                emacs_vars_str =3D match.group(1)
+                assert '\n' not in emacs_vars_str
+                emacs_var_strs =3D [s.strip() for s in emacs_vars_str.=
split(';')
+                                  if s.strip()]
+                if len(emacs_var_strs) =3D=3D 1 and ':' not in emacs_v=
ar_strs[0]:
+                    # While not in the spec, this form is allowed by e=
macs:
+                    #   -*- Tcl -*-
+                    # where the implied "variable" is "mode". This for=
m
+                    # is only allowed if there are no other variables.
+                    emacs_vars["mode"] =3D emacs_var_strs[0].strip()
+                else:
+                    for emacs_var_str in emacs_var_strs:
+                        try:
+                            variable, value =3D emacs_var_str.strip().=
split(':', 1)
+                        except ValueError:
+                            log.debug("emacs variables error: malforme=
d -*- "
+                                      "line: %r", emacs_var_str)
+                            continue
+                        # Lowercase the variable name because Emacs al=
lows "Mode"
+                        # or "mode" or "MoDe", etc.
+                        emacs_vars[variable.lower()] =3D value.strip()
+
+        tail =3D text[-SIZE:]
+        if "Local Variables" in tail:
+            match =3D self._emacs_local_vars_pat.search(tail)
+            if match:
+                prefix =3D match.group("prefix")
+                suffix =3D match.group("suffix")
+                lines =3D match.group("content").splitlines(0)
+                # print "prefix=3D%r, suffix=3D%r, content=3D%r, lines=
: %s"\
+                #      % (prefix, suffix, match.group("content"), line=
s)
+
+                # Validate the Local Variables block: proper prefix an=
d suffix
+                # usage.
+                for i, line in enumerate(lines):
+                    if not line.startswith(prefix):
+                        log.debug("emacs variables error: line '%s' "
+                                  "does not use proper prefix '%s'"
+                                  % (line, prefix))
+                        return {}
+                    # Don't validate suffix on last line. Emacs doesn'=
t care,
+                    # neither should we.
+                    if i !=3D len(lines)-1 and not line.endswith(suffi=
x):
+                        log.debug("emacs variables error: line '%s' "
+                                  "does not use proper suffix '%s'"
+                                  % (line, suffix))
+                        return {}
+
+                # Parse out one emacs var per line.
+                continued_for =3D None
+                for line in lines[:-1]:  # no var on the last line ("P=
REFIX End:")
+                    if prefix: line =3D line[len(prefix):]  # strip pr=
efix
+                    if suffix: line =3D line[:-len(suffix)]  # strip s=
uffix
+                    line =3D line.strip()
+                    if continued_for:
+                        variable =3D continued_for
+                        if line.endswith('\\'):
+                            line =3D line[:-1].rstrip()
+                        else:
+                            continued_for =3D None
+                        emacs_vars[variable] +=3D ' ' + line
+                    else:
+                        try:
+                            variable, value =3D line.split(':', 1)
+                        except ValueError:
+                            log.debug("local variables error: missing =
colon "
+                                      "in local variables entry: '%s'"=
 % line)
+                            continue
+                        # Do NOT lowercase the variable name, because =
Emacs only
+                        # allows "mode" (and not "Mode", "MoDe", etc.)=
 in this block.
+                        value =3D value.strip()
+                        if value.endswith('\\'):
+                            value =3D value[:-1].rstrip()
+                            continued_for =3D variable
+                        else:
+                            continued_for =3D None
+                        emacs_vars[variable] =3D value
+
+        # Unquote values.
+        for var, val in list(emacs_vars.items()):
+            if len(val) > 1 and (val.startswith('"') and val.endswith(=
'"')
+               or val.startswith('"') and val.endswith('"')):
+                emacs_vars[var] =3D val[1:-1]
+
+        return emacs_vars
+
+    def _detab_line(self, line):
+        r"""Recusively convert tabs to spaces in a single line.
+
+        Called from _detab()."""
+        if '\t' not in line:
+            return line
+        chunk1, chunk2 =3D line.split('\t', 1)
+        chunk1 +=3D (' ' * (self.tab_width - len(chunk1) % self.tab_wi=
dth))
+        output =3D chunk1 + chunk2
+        return self._detab_line(output)
+
+    def _detab(self, text):
+        r"""Iterate text line by line and convert tabs to spaces.
+
+            >>> m =3D Markdown()
+            >>> m._detab("\tfoo")
+            '    foo'
+            >>> m._detab("  \tfoo")
+            '    foo'
+            >>> m._detab("\t  foo")
+            '      foo'
+            >>> m._detab("  foo")
+            '  foo'
+            >>> m._detab("  foo\n\tbar\tblam")
+            '  foo\n    bar blam'
+        """
+        if '\t' not in text:
+            return text
+        output =3D []
+        for line in text.splitlines():
+            output.append(self._detab_line(line))
+        return '\n'.join(output)
+
+    # I broke out the html5 tags here and add them to _block_tags_a an=
d
+    # _block_tags_b.  This way html5 tags are easy to keep track of.
+    _html5tags =3D '|article|aside|header|hgroup|footer|nav|section|fi=
gure|figcaption'
+
+    _block_tags_a =3D 'p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|scri=
pt|noscript|form|fieldset|iframe|math|ins|del'
+    _block_tags_a +=3D _html5tags
+
+    _strict_tag_block_re =3D re.compile(r"""
+        (                       # save in \1
+            ^                   # start of line  (with re.M)
+            <(%s)               # start tag =3D \2
+            \b                  # word break
+            (.*\n)*?            # any number of lines, minimally match=
ing
+            </\2>               # the matching end tag
+            [ \t]*              # trailing spaces/tabs
+            (?=3D\n+|\Z)          # followed by a newline or end of do=
cument
+        )
+        """ % _block_tags_a,
+        re.X | re.M)
+
+    _block_tags_b =3D 'p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|scri=
pt|noscript|form|fieldset|iframe|math'
+    _block_tags_b +=3D _html5tags
+
+    _liberal_tag_block_re =3D re.compile(r"""
+        (                       # save in \1
+            ^                   # start of line  (with re.M)
+            <(%s)               # start tag =3D \2
+            \b                  # word break
+            (.*\n)*?            # any number of lines, minimally match=
ing
+            .*</\2>             # the matching end tag
+            [ \t]*              # trailing spaces/tabs
+            (?=3D\n+|\Z)          # followed by a newline or end of do=
cument
+        )
+        """ % _block_tags_b,
+        re.X | re.M)
+
+    _html_markdown_attr_re =3D re.compile(
+        r'''\s+markdown=3D("1"|'1')''')
+    def _hash_html_block_sub(self, match, raw=3DFalse):
+        html =3D match.group(1)
+        if raw and self.safe_mode:
+            html =3D self._sanitize_html(html)
+        elif 'markdown-in-html' in self.extras and 'markdown=3D' in ht=
ml:
+            first_line =3D html.split('\n', 1)[0]
+            m =3D self._html_markdown_attr_re.search(first_line)
+            if m:
+                lines =3D html.split('\n')
+                middle =3D '\n'.join(lines[1:-1])
+                last_line =3D lines[-1]
+                first_line =3D first_line[:m.start()] + first_line[m.e=
nd():]
+                f_key =3D _hash_text(first_line)
+                self.html_blocks[f_key] =3D first_line
+                l_key =3D _hash_text(last_line)
+                self.html_blocks[l_key] =3D last_line
+                return ''.join(["\n\n", f_key,
+                    "\n\n", middle, "\n\n",
+                    l_key, "\n\n"])
+        key =3D _hash_text(html)
+        self.html_blocks[key] =3D html
+        return "\n\n" + key + "\n\n"
+
+    def _hash_html_blocks(self, text, raw=3DFalse):
+        """Hashify HTML blocks
+
+        We only want to do this for block-level HTML tags, such as hea=
ders,
+        lists, and tables. That's because we still want to wrap <p>s a=
round
+        "paragraphs" that are wrapped in non-block-level tags, such as=
 anchors,
+        phrase emphasis, and spans. The list of tags we're looking for=
 is
+        hard-coded.
+
+        @param raw {boolean} indicates if these are raw HTML blocks in
+            the original source. It makes a difference in "safe" mode.
+        """
+        if '<' not in text:
+            return text
+
+        # Pass `raw` value into our calls to self._hash_html_block_sub=
.
+        hash_html_block_sub =3D _curry(self._hash_html_block_sub, raw=
=3Draw)
+
+        # First, look for nested blocks, e.g.:
+        #   <div>
+        #       <div>
+        #       tags for inner block must be indented.
+        #       </div>
+        #   </div>
+        #
+        # The outermost tags must start at the left margin for this to=
 match, and
+        # the inner nested divs must be indented.
+        # We need to do this before the next, more liberal match, beca=
use the next
+        # match will start at the first `<div>` and stop at the first =
`</div>`.
+        text =3D self._strict_tag_block_re.sub(hash_html_block_sub, te=
xt)
+
+        # Now match more liberally, simply from `\n<tag>` to `</tag>\n=
`
+        text =3D self._liberal_tag_block_re.sub(hash_html_block_sub, t=
ext)
+
+        # Special case just for <hr />. It was easier to make a specia=
l
+        # case than to make the other regex more complicated.
+        if "<hr" in text:
+            _hr_tag_re =3D _hr_tag_re_from_tab_width(self.tab_width)
+            text =3D _hr_tag_re.sub(hash_html_block_sub, text)
+
+        # Special case for standalone HTML comments:
+        if "<!--" in text:
+            start =3D 0
+            while True:
+                # Delimiters for next comment block.
+                try:
+                    start_idx =3D text.index("<!--", start)
+                except ValueError:
+                    break
+                try:
+                    end_idx =3D text.index("-->", start_idx) + 3
+                except ValueError:
+                    break
+
+                # Start position for next comment block search.
+                start =3D end_idx
+
+                # Validate whitespace before comment.
+                if start_idx:
+                    # - Up to `tab_width - 1` spaces before start_idx.
+                    for i in range(self.tab_width - 1):
+                        if text[start_idx - 1] !=3D ' ':
+                            break
+                        start_idx -=3D 1
+                        if start_idx =3D=3D 0:
+                            break
+                    # - Must be preceded by 2 newlines or hit the star=
t of
+                    #   the document.
+                    if start_idx =3D=3D 0:
+                        pass
+                    elif start_idx =3D=3D 1 and text[0] =3D=3D '\n':
+                        start_idx =3D 0  # to match minute detail of M=
arkdown.pl regex
+                    elif text[start_idx-2:start_idx] =3D=3D '\n\n':
+                        pass
+                    else:
+                        break
+
+                # Validate whitespace after comment.
+                # - Any number of spaces and tabs.
+                while end_idx < len(text):
+                    if text[end_idx] not in ' \t':
+                        break
+                    end_idx +=3D 1
+                # - Must be following by 2 newlines or hit end of text=
.
+                if text[end_idx:end_idx+2] not in ('', '\n', '\n\n'):
+                    continue
+
+                # Escape and hash (must match `_hash_html_block_sub`).
+                html =3D text[start_idx:end_idx]
+                if raw and self.safe_mode:
+                    html =3D self._sanitize_html(html)
+                key =3D _hash_text(html)
+                self.html_blocks[key] =3D html
+                text =3D text[:start_idx] + "\n\n" + key + "\n\n" + te=
xt[end_idx:]
+
+        if "xml" in self.extras:
+            # Treat XML processing instructions and namespaced one-lin=
er
+            # tags as if they were block HTML tags. E.g., if standalon=
e
+            # (i.e. are their own paragraph), the following do not get
+            # wrapped in a <p> tag:
+            #    <?foo bar?>
+            #
+            #    <xi:include xmlns:xi=3D"http://www.w3.org/2001/XInclu=
de" href=3D"chapter_1.md"/>
+            _xml_oneliner_re =3D _xml_oneliner_re_from_tab_width(self.=
tab_width)
+            text =3D _xml_oneliner_re.sub(hash_html_block_sub, text)
+
+        return text
+
+    def _strip_link_definitions(self, text):
+        # Strips link definitions from text, stores the URLs and title=
s in
+        # hash references.
+        less_than_tab =3D self.tab_width - 1
+
+        # Link defs are in the form:
+        #   [id]: url "optional title"
+        _link_def_re =3D re.compile(r"""
+            ^[ ]{0,%d}\[(.+)\]: # id =3D \1
+              [ \t]*
+              \n?               # maybe *one* newline
+              [ \t]*
+            <?(.+?)>?           # url =3D \2
+              [ \t]*
+            (?:
+                \n?             # maybe one newline
+                [ \t]*
+                (?<=3D\s)         # lookbehind for whitespace
+                ['"(]
+                ([^\n]*)        # title =3D \3
+                ['")]
+                [ \t]*
+            )?  # title is optional
+            (?:\n+|\Z)
+            """ % less_than_tab, re.X | re.M | re.U)
+        return _link_def_re.sub(self._extract_link_def_sub, text)
+
+    def _extract_link_def_sub(self, match):
+        id, url, title =3D match.groups()
+        key =3D id.lower()    # Link IDs are case-insensitive
+        self.urls[key] =3D self._encode_amps_and_angles(url)
+        if title:
+            self.titles[key] =3D title
+        return ""
+
+    def _do_numbering(self, text):
+        ''' We handle the special extension for generic numbering for
+            tables, figures etc.
+        '''
+        # First pass to define all the references
+        self.regex_defns =3D re.compile(r'''
+            \[\#(\w+)\s* # the counter.  Open square plus hash plus a =
word \1
+            ([^@]*)\s*   # Some optional characters, that aren't an @.=
 \2
+            @(\w+)       # the id.  Should this be normed? \3
+            ([^\]]*)\]   # The rest of the text up to the terminating =
] \4
+            ''', re.VERBOSE)
+        self.regex_subs =3D re.compile(r"\[@(\w+)\s*\]")  # [@ref_id]
+        counters =3D {}
+        references =3D {}
+        replacements =3D []
+        definition_html =3D '<figcaption class=3D"{}" id=3D"counter-re=
f-{}">{}{}{}</figcaption>'
+        reference_html =3D '<a class=3D"{}" href=3D"#counter-ref-{}">{=
}</a>'
+        for match in self.regex_defns.finditer(text):
+            # We must have four match groups otherwise this isn't a nu=
mbering reference
+            if len(match.groups()) !=3D 4:
+                continue
+            counter =3D match.group(1)
+            text_before =3D match.group(2)
+            ref_id =3D match.group(3)
+            text_after =3D match.group(4)
+            number =3D counters.get(counter, 1)
+            references[ref_id] =3D (number, counter)
+            replacements.append((match.start(0),
+                                 definition_html.format(counter,
+                                                        ref_id,
+                                                        text_before,
+                                                        number,
+                                                        text_after),
+                                 match.end(0)))
+            counters[counter] =3D number + 1
+        for repl in reversed(replacements):
+            text =3D text[:repl[0]] + repl[1] + text[repl[2]:]
+
+        # Second pass to replace the references with the right
+        # value of the counter
+        # Fwiw, it's vaguely annoying to have to turn the iterator int=
o
+        # a list and then reverse it but I can't think of a better thi=
ng to do.
+        for match in reversed(list(self.regex_subs.finditer(text))):
+            number, counter =3D references.get(match.group(1), (None, =
None))
+            if number is not None:
+                repl =3D reference_html.format(counter,
+                                             match.group(1),
+                                             number)
+            else:
+                repl =3D reference_html.format(match.group(1),
+                                             'countererror',
+                                             '?' + match.group(1) + '?=
')
+            if "smarty-pants" in self.extras:
+                repl =3D repl.replace('"', self._escape_table['"'])
+
+            text =3D text[:match.start()] + repl + text[match.end():]
+        return text
+
+    def _extract_footnote_def_sub(self, match):
+        id, text =3D match.groups()
+        text =3D _dedent(text, skip_first_line=3Dnot text.startswith('=
\n')).strip()
+        normed_id =3D re.sub(r'\W', '-', id)
+        # Ensure footnote text ends with a couple newlines (for some
+        # block gamut matches).
+        self.footnotes[normed_id] =3D text + "\n\n"
+        return ""
+
+    def _strip_footnote_definitions(self, text):
+        """A footnote definition looks like this:
+
+            [^note-id]: Text of the note.
+
+                May include one or more indented paragraphs.
+
+        Where,
+        - The 'note-id' can be pretty much anything, though typically =
it
+          is the number of the footnote.
+        - The first paragraph may start on the next line, like so:
+
+            [^note-id]:
+                Text of the note.
+        """
+        less_than_tab =3D self.tab_width - 1
+        footnote_def_re =3D re.compile(r'''
+            ^[ ]{0,%d}\[\^(.+)\]:   # id =3D \1
+            [ \t]*
+            (                       # footnote text =3D \2
+              # First line need not start with the spaces.
+              (?:\s*.*\n+)
+              (?:
+                (?:[ ]{%d} | \t)  # Subsequent lines must be indented.
+                .*\n+
+              )*
+            )
+            # Lookahead for non-space at line-start, or end of doc.
+            (?:(?=3D^[ ]{0,%d}\S)|\Z)
+            ''' % (less_than_tab, self.tab_width, self.tab_width),
+            re.X | re.M)
+        return footnote_def_re.sub(self._extract_footnote_def_sub, tex=
t)
+
+    _hr_re =3D re.compile(r'^[ ]{0,3}([-_*][ ]{0,2}){3,}$', re.M)
+
+    def _run_block_gamut(self, text):
+        # These are all the transformations that form block-level
+        # tags like paragraphs, headers, and list items.
+
+        if "fenced-code-blocks" in self.extras:
+            text =3D self._do_fenced_code_blocks(text)
+
+        text =3D self._do_headers(text)
+
+        # Do Horizontal Rules:
+        # On the number of spaces in horizontal rules: The spec is fuz=
zy: "If
+        # you wish, you may use spaces between the hyphens or asterisk=
s."
+        # Markdown.pl 1.0.1's hr regexes limit the number of spaces be=
tween the
+        # hr chars to one or two. We'll reproduce that limit here.
+        hr =3D "\n<hr"+self.empty_element_suffix+"\n"
+        text =3D re.sub(self._hr_re, hr, text)
+
+        text =3D self._do_lists(text)
+
+        if "pyshell" in self.extras:
+            text =3D self._prepare_pyshell_blocks(text)
+        if "wiki-tables" in self.extras:
+            text =3D self._do_wiki_tables(text)
+        if "tables" in self.extras:
+            text =3D self._do_tables(text)
+
+        text =3D self._do_code_blocks(text)
+
+        text =3D self._do_block_quotes(text)
+
+        # We already ran _HashHTMLBlocks() before, in Markdown(), but =
that
+        # was to escape raw HTML in the original Markdown source. This=
 time,
+        # we're escaping the markup we've just created, so that we don=
't wrap
+        # <p> tags around block-level tags.
+        text =3D self._hash_html_blocks(text)
+
+        text =3D self._form_paragraphs(text)
+
+        return text
+
+    def _pyshell_block_sub(self, match):
+        lines =3D match.group(0).splitlines(0)
+        _dedentlines(lines)
+        indent =3D ' ' * self.tab_width
+        s =3D ('\n'  # separate from possible cuddled paragraph
+             + indent + ('\n'+indent).join(lines)
+             + '\n\n')
+        return s
+
+    def _prepare_pyshell_blocks(self, text):
+        """Ensure that Python interactive shell sessions are put in
+        code blocks -- even if not properly indented.
+        """
+        if ">>>" not in text:
+            return text
+
+        less_than_tab =3D self.tab_width - 1
+        _pyshell_block_re =3D re.compile(r"""
+            ^([ ]{0,%d})>>>[ ].*\n   # first line
+            ^(\1.*\S+.*\n)*         # any number of subsequent lines
+            ^\n                     # ends with a blank line
+            """ % less_than_tab, re.M | re.X)
+
+        return _pyshell_block_re.sub(self._pyshell_block_sub, text)
+
+    def _table_sub(self, match):
+        trim_space_re =3D '^[ \t\n]+|[ \t\n]+$'
+        trim_bar_re =3D '^\||\|$'
+
+        head, underline, body =3D match.groups()
+
+        # Determine aligns for columns.
+        cols =3D [cell.strip() for cell in re.sub(trim_bar_re, "", re.=
sub(trim_space_re, "", underline)).split('|')]
+        align_from_col_idx =3D {}
+        for col_idx, col in enumerate(cols):
+            if col[0] =3D=3D ':' and col[-1] =3D=3D ':':
+                align_from_col_idx[col_idx] =3D ' align=3D"center"'
+            elif col[0] =3D=3D ':':
+                align_from_col_idx[col_idx] =3D ' align=3D"left"'
+            elif col[-1] =3D=3D ':':
+                align_from_col_idx[col_idx] =3D ' align=3D"right"'
+
+        # thead
+        hlines =3D ['<table%s>' % self._html_class_str_from_tag('table=
'), '<thead>', '<tr>']
+        cols =3D [cell.strip() for cell in re.sub(trim_bar_re, "", re.=
sub(trim_space_re, "", head)).split('|')]
+        for col_idx, col in enumerate(cols):
+            hlines.append('  <th%s>%s</th>' % (
+                align_from_col_idx.get(col_idx, ''),
+                self._run_span_gamut(col)
+            ))
+        hlines.append('</tr>')
+        hlines.append('</thead>')
+
+        # tbody
+        hlines.append('<tbody>')
+        for line in body.strip('\n').split('\n'):
+            hlines.append('<tr>')
+            cols =3D [cell.strip() for cell in re.sub(trim_bar_re, "",=
 re.sub(trim_space_re, "", line)).split('|')]
+            for col_idx, col in enumerate(cols):
+                hlines.append('  <td%s>%s</td>' % (
+                    align_from_col_idx.get(col_idx, ''),
+                    self._run_span_gamut(col)
+                ))
+            hlines.append('</tr>')
+        hlines.append('</tbody>')
+        hlines.append('</table>')
+
+        return '\n'.join(hlines) + '\n'
+
+    def _do_tables(self, text):
+        """Copying PHP-Markdown and GFM table syntax. Some regex borro=
wed from
+        https://github.com/michelf/php-markdown/blob/lib/Michelf/Markd=
own.php#L2538
+        """
+        less_than_tab =3D self.tab_width - 1
+        table_re =3D re.compile(r'''
+                (?:(?<=3D\n\n)|\A\n?)             # leading blank line
+
+                ^[ ]{0,%d}                      # allowed whitespace
+                (.*[|].*)  \n                   # $1: header row (at l=
east one pipe)
+
+                ^[ ]{0,%d}                      # allowed whitespace
+                (                               # $2: underline row
+                    # underline row with leading bar
+                    (?:  \|\ *:?-+:?\ *  )+  \|?  \n
+                    |
+                    # or, underline row without leading bar
+                    (?:  \ *:?-+:?\ *\|  )+  (?:  \ *:?-+:?\ *  )?  \n
+                )
+
+                (                               # $3: data rows
+                    (?:
+                        ^[ ]{0,%d}(?!\ )         # ensure line begins =
with 0 to less_than_tab spaces
+                        .*\|.*  \n
+                    )+
+                )
+            ''' % (less_than_tab, less_than_tab, less_than_tab), re.M =
| re.X)
+        return table_re.sub(self._table_sub, text)
+
+    def _wiki_table_sub(self, match):
+        ttext =3D match.group(0).strip()
+        # print 'wiki table: %r' % match.group(0)
+        rows =3D []
+        for line in ttext.splitlines(0):
+            line =3D line.strip()[2:-2].strip()
+            row =3D [c.strip() for c in re.split(r'(?<!\\)\|\|', line)=
]
+            rows.append(row)
+        # pprint(rows)
+        hlines =3D ['<table%s>' % self._html_class_str_from_tag('table=
'), '<tbody>']
+        for row in rows:
+            hrow =3D ['<tr>']
+            for cell in row:
+                hrow.append('<td>')
+                hrow.append(self._run_span_gamut(cell))
+                hrow.append('</td>')
+            hrow.append('</tr>')
+            hlines.append(''.join(hrow))
+        hlines +=3D ['</tbody>', '</table>']
+        return '\n'.join(hlines) + '\n'
+
+    def _do_wiki_tables(self, text):
+        # Optimization.
+        if "||" not in text:
+            return text
+
+        less_than_tab =3D self.tab_width - 1
+        wiki_table_re =3D re.compile(r'''
+            (?:(?<=3D\n\n)|\A\n?)            # leading blank line
+            ^([ ]{0,%d})\|\|.+?\|\|[ ]*\n  # first line
+            (^\1\|\|.+?\|\|\n)*        # any number of subsequent line=
s
+            ''' % less_than_tab, re.M | re.X)
+        return wiki_table_re.sub(self._wiki_table_sub, text)
+
+    def _run_span_gamut(self, text):
+        # These are all the transformations that occur *within* block-=
level
+        # tags like paragraphs, headers, and list items.
+
+        text =3D self._do_code_spans(text)
+
+        text =3D self._escape_special_chars(text)
+
+        # Process anchor and image tags.
+        text =3D self._do_links(text)
+
+        # Make links out of things like `<http://example.com/>`
+        # Must come after _do_links(), because you can use < and >
+        # delimiters in inline links like [this](<url>).
+        text =3D self._do_auto_links(text)
+
+        if "link-patterns" in self.extras:
+            text =3D self._do_link_patterns(text)
+
+        text =3D self._encode_amps_and_angles(text)
+
+        if "strike" in self.extras:
+            text =3D self._do_strike(text)
+
+        text =3D self._do_italics_and_bold(text)
+
+        if "smarty-pants" in self.extras:
+            text =3D self._do_smart_punctuation(text)
+
+        # Do hard breaks:
+        if "break-on-newline" in self.extras:
+            text =3D re.sub(r" *\n", "<br%s\n" % self.empty_element_su=
ffix, text)
+        else:
+            text =3D re.sub(r" {2,}\n", " <br%s\n" % self.empty_elemen=
t_suffix, text)
+
+        return text
+
+    # "Sorta" because auto-links are identified as "tag" tokens.
+    _sorta_html_tokenize_re =3D re.compile(r"""
+        (
+            # tag
+            </?
+            (?:\w+)                                     # tag name
+            (?:\s+(?:[\w-]+:)?[\w-]+=3D(?:".*?"|'.*?'))*  # attributes
+            \s*/?>
+            |
+            # auto-link (e.g., <http://www.activestate.com/>)
+            <\w+[^>]*>
+            |
+            <!--.*?-->      # comment
+            |
+            <\?.*?\?>       # processing instruction
+        )
+        """, re.X)
+
+    def _escape_special_chars(self, text):
+        # Python markdown note: the HTML tokenization here differs fro=
m
+        # that in Markdown.pl, hence the behaviour for subtle cases ca=
n
+        # differ (I believe the tokenizer here does a better job becau=
se
+        # it isn't susceptible to unmatched '<' and '>' in HTML tags).
+        # Note, however, that '>' is not allowed in an auto-link URL
+        # here.
+        escaped =3D []
+        is_html_markup =3D False
+        for token in self._sorta_html_tokenize_re.split(text):
+            if is_html_markup:
+                # Within tags/HTML-comments/auto-links, encode * and _
+                # so they don't conflict with their use in Markdown fo=
r
+                # italics and strong.  We're replacing each such
+                # character with its corresponding MD5 checksum value;
+                # this is likely overkill, but it should prevent us fr=
om
+                # colliding with the escape values by accident.
+                escaped.append(token.replace('*', self._escape_table['=
*'])
+                                    .replace('_', self._escape_table['=
_']))
+            else:
+                escaped.append(self._encode_backslash_escapes(token))
+            is_html_markup =3D not is_html_markup
+        return ''.join(escaped)
+
+    def _hash_html_spans(self, text):
+        # Used for safe_mode.
+
+        def _is_auto_link(s):
+            if ':' in s and self._auto_link_re.match(s):
+                return True
+            elif '@' in s and self._auto_email_link_re.match(s):
+                return True
+            return False
+
+        tokens =3D []
+        is_html_markup =3D False
+        for token in self._sorta_html_tokenize_re.split(text):
+            if is_html_markup and not _is_auto_link(token):
+                sanitized =3D self._sanitize_html(token)
+                key =3D _hash_text(sanitized)
+                self.html_spans[key] =3D sanitized
+                tokens.append(key)
+            else:
+                tokens.append(token)
+            is_html_markup =3D not is_html_markup
+        return ''.join(tokens)
+
+    def _unhash_html_spans(self, text):
+        for key, sanitized in list(self.html_spans.items()):
+            text =3D text.replace(key, sanitized)
+        return text
+
+    def _sanitize_html(self, s):
+        if self.safe_mode =3D=3D "replace":
+            return self.html_removed_text
+        elif self.safe_mode =3D=3D "escape":
+            replacements =3D [
+                ('&', '&amp;'),
+                ('<', '&lt;'),
+                ('>', '&gt;'),
+            ]
+            for before, after in replacements:
+                s =3D s.replace(before, after)
+            return s
+        else:
+            raise MarkdownError("invalid value for 'safe_mode': %r (mu=
st be "
+                                "'escape' or 'replace')" % self.safe_m=
ode)
+
+    _inline_link_title =3D re.compile(r'''
+            (                   # \1
+              [ \t]+
+              (['"])            # quote char =3D \2
+              (?P<title>.*?)
+              \2
+            )?                  # title is optional
+          \)$
+        ''', re.X | re.S)
+    _tail_of_reference_link_re =3D re.compile(r'''
+          # Match tail of: [text][id]
+          [ ]?          # one optional space
+          (?:\n[ ]*)?   # one optional newline followed by spaces
+          \[
+            (?P<id>.*?)
+          \]
+        ''', re.X | re.S)
+
+    _whitespace =3D re.compile(r'\s*')
+
+    _strip_anglebrackets =3D re.compile(r'<(.*)>.*')
+
+    def _find_non_whitespace(self, text, start):
+        """Returns the index of the first non-whitespace character in =
text
+        after (and including) start
+        """
+        match =3D self._whitespace.match(text, start)
+        return match.end()
+
+    def _find_balanced(self, text, start, open_c, close_c):
+        """Returns the index where the open_c and close_c characters b=
alance
+        out - the same number of open_c and close_c are encountered - =
or the
+        end of string if it's reached before the balance point is foun=
d.
+        """
+        i =3D start
+        l =3D len(text)
+        count =3D 1
+        while count > 0 and i < l:
+            if text[i] =3D=3D open_c:
+                count +=3D 1
+            elif text[i] =3D=3D close_c:
+                count -=3D 1
+            i +=3D 1
+        return i
+
+    def _extract_url_and_title(self, text, start):
+        """Extracts the url and (optional) title from the tail of a li=
nk"""
+        # text[start] equals the opening parenthesis
+        idx =3D self._find_non_whitespace(text, start+1)
+        if idx =3D=3D len(text):
+            return None, None, None
+        end_idx =3D idx
+        has_anglebrackets =3D text[idx] =3D=3D "<"
+        if has_anglebrackets:
+            end_idx =3D self._find_balanced(text, end_idx+1, "<", ">")
+        end_idx =3D self._find_balanced(text, end_idx, "(", ")")
+        match =3D self._inline_link_title.search(text, idx, end_idx)
+        if not match:
+            return None, None, None
+        url, title =3D text[idx:match.start()], match.group("title")
+        if has_anglebrackets:
+            url =3D self._strip_anglebrackets.sub(r'\1', url)
+        return url, title, end_idx
+
+    _safe_protocols =3D re.compile(r'(https?|ftp):', re.I)
+    def _do_links(self, text):
+        """Turn Markdown link shortcuts into XHTML <a> and <img> tags.
+
+        This is a combination of Markdown.pl's _DoAnchors() and
+        _DoImages(). They are done together because that simplified th=
e
+        approach. It was necessary to use a different approach than
+        Markdown.pl because of the lack of atomic matching support in
+        Python's regex engine used in $g_nested_brackets.
+        """
+        MAX_LINK_TEXT_SENTINEL =3D 3000  # markdown2 issue 24
+
+        # `anchor_allowed_pos` is used to support img links inside
+        # anchors, but not anchors inside anchors. An anchor's start
+        # pos must be `>=3D anchor_allowed_pos`.
+        anchor_allowed_pos =3D 0
+
+        curr_pos =3D 0
+        while True:  # Handle the next link.
+            # The next '[' is the start of:
+            # - an inline anchor:   [text](url "title")
+            # - a reference anchor: [text][id]
+            # - an inline img:      ![text](url "title")
+            # - a reference img:    ![text][id]
+            # - a footnote ref:     [^id]
+            #   (Only if 'footnotes' extra enabled)
+            # - a footnote defn:    [^id]: ...
+            #   (Only if 'footnotes' extra enabled) These have already
+            #   been stripped in _strip_footnote_definitions() so no
+            #   need to watch for them.
+            # - a link definition:  [id]: url "title"
+            #   These have already been stripped in
+            #   _strip_link_definitions() so no need to watch for them=
.
+            # - not markup:         [...anything else...
+            try:
+                start_idx =3D text.index('[', curr_pos)
+            except ValueError:
+                break
+            text_length =3D len(text)
+
+            # Find the matching closing ']'.
+            # Markdown.pl allows *matching* brackets in link text so w=
e
+            # will here too. Markdown.pl *doesn't* currently allow
+            # matching brackets in img alt text -- we'll differ in tha=
t
+            # regard.
+            bracket_depth =3D 0
+            for p in range(start_idx+1, min(start_idx+MAX_LINK_TEXT_SE=
NTINEL,
+                                            text_length)):
+                ch =3D text[p]
+                if ch =3D=3D ']':
+                    bracket_depth -=3D 1
+                    if bracket_depth < 0:
+                        break
+                elif ch =3D=3D '[':
+                    bracket_depth +=3D 1
+            else:
+                # Closing bracket not found within sentinel length.
+                # This isn't markup.
+                curr_pos =3D start_idx + 1
+                continue
+            link_text =3D text[start_idx+1:p]
+
+            # Possibly a footnote ref?
+            if "footnotes" in self.extras and link_text.startswith("^"=
):
+                normed_id =3D re.sub(r'\W', '-', link_text[1:])
+                if normed_id in self.footnotes:
+                    self.footnote_ids.append(normed_id)
+                    result =3D '<sup class=3D"footnote-ref" id=3D"fnre=
f-%s">' \
+                             '<a href=3D"#fn-%s">%s</a></sup>' \
+                             % (normed_id, normed_id, len(self.footnot=
e_ids))
+                    text =3D text[:start_idx] + result + text[p+1:]
+                else:
+                    # This id isn't defined, leave the markup alone.
+                    curr_pos =3D p+1
+                continue
+
+            # Now determine what this is by the remainder.
+            p +=3D 1
+            if p =3D=3D text_length:
+                return text
+
+            # Inline anchor or img?
+            if text[p] =3D=3D '(':  # attempt at perf improvement
+                url, title, url_end_idx =3D self._extract_url_and_titl=
e(text, p)
+                if url is not None:
+                    # Handle an inline anchor or img.
+                    is_img =3D start_idx > 0 and text[start_idx-1] =3D=
=3D "!"
+                    if is_img:
+                        start_idx -=3D 1
+
+                    # We've got to encode these to avoid conflicting
+                    # with italics/bold.
+                    url =3D url.replace('*', self._escape_table['*']) =
\
+                             .replace('_', self._escape_table['_'])
+                    if title:
+                        title_str =3D ' title=3D"%s"' % (
+                            _xml_escape_attr(title)
+                                .replace('*', self._escape_table['*'])
+                                .replace('_', self._escape_table['_'])=
)
+                    else:
+                        title_str =3D ''
+                    if is_img:
+                        img_class_str =3D self._html_class_str_from_ta=
g("img")
+                        result =3D '<img src=3D"%s" alt=3D"%s"%s%s%s' =
\
+                            % (_urlencode(url, safe_mode=3Dself.safe_m=
ode),
+                               _xml_escape_attr(link_text),
+                               title_str,
+                               img_class_str,
+                               self.empty_element_suffix)
+                        if "smarty-pants" in self.extras:
+                            result =3D result.replace('"', self._escap=
e_table['"'])
+                        curr_pos =3D start_idx + len(result)
+                        text =3D text[:start_idx] + result + text[url_=
end_idx:]
+                    elif start_idx >=3D anchor_allowed_pos:
+                        if self.safe_mode and not self._safe_protocols=
.match(url):
+                            result_head =3D '<a href=3D"#"%s>' % (titl=
e_str)
+                        else:
+                            result_head =3D '<a href=3D"%s"%s>' % (_ur=
lencode(url, safe_mode=3Dself.safe_mode), title_str)
+                        result =3D '%s%s</a>' % (result_head, _xml_esc=
ape_attr(link_text))
+                        if "smarty-pants" in self.extras:
+                            result =3D result.replace('"', self._escap=
e_table['"'])
+                        # <img> allowed from curr_pos on, <a> from
+                        # anchor_allowed_pos on.
+                        curr_pos =3D start_idx + len(result_head)
+                        anchor_allowed_pos =3D start_idx + len(result)
+                        text =3D text[:start_idx] + result + text[url_=
end_idx:]
+                    else:
+                        # Anchor not allowed here.
+                        curr_pos =3D start_idx + 1
+                    continue
+
+            # Reference anchor or img?
+            else:
+                match =3D self._tail_of_reference_link_re.match(text, =
p)
+                if match:
+                    # Handle a reference-style anchor or img.
+                    is_img =3D start_idx > 0 and text[start_idx-1] =3D=
=3D "!"
+                    if is_img:
+                        start_idx -=3D 1
+                    link_id =3D match.group("id").lower()
+                    if not link_id:
+                        link_id =3D link_text.lower()  # for links lik=
e [this][]
+                    if link_id in self.urls:
+                        url =3D self.urls[link_id]
+                        # We've got to encode these to avoid conflicti=
ng
+                        # with italics/bold.
+                        url =3D url.replace('*', self._escape_table['*=
']) \
+                                 .replace('_', self._escape_table['_']=
)
+                        title =3D self.titles.get(link_id)
+                        if title:
+                            title =3D _xml_escape_attr(title) \
+                                .replace('*', self._escape_table['*'])=
 \
+                                .replace('_', self._escape_table['_'])
+                            title_str =3D ' title=3D"%s"' % title
+                        else:
+                            title_str =3D ''
+                        if is_img:
+                            img_class_str =3D self._html_class_str_fro=
m_tag("img")
+                            result =3D '<img src=3D"%s" alt=3D"%s"%s%s=
%s' \
+                                % (_urlencode(url, safe_mode=3Dself.sa=
fe_mode),
+                                   _xml_escape_attr(link_text),
+                                   title_str,
+                                   img_class_str,
+                                   self.empty_element_suffix)
+                            if "smarty-pants" in self.extras:
+                                result =3D result.replace('"', self._e=
scape_table['"'])
+                            curr_pos =3D start_idx + len(result)
+                            text =3D text[:start_idx] + result + text[=
match.end():]
+                        elif start_idx >=3D anchor_allowed_pos:
+                            if self.safe_mode and not self._safe_proto=
cols.match(url):
+                                result_head =3D '<a href=3D"#"%s>' % (=
title_str)
+                            else:
+                                result_head =3D '<a href=3D"%s"%s>' % =
(_urlencode(url, safe_mode=3Dself.safe_mode), title_str)
+                            result =3D '%s%s</a>' % (result_head, link=
_text)
+                            if "smarty-pants" in self.extras:
+                                result =3D result.replace('"', self._e=
scape_table['"'])
+                            # <img> allowed from curr_pos on, <a> from
+                            # anchor_allowed_pos on.
+                            curr_pos =3D start_idx + len(result_head)
+                            anchor_allowed_pos =3D start_idx + len(res=
ult)
+                            text =3D text[:start_idx] + result + text[=
match.end():]
+                        else:
+                            # Anchor not allowed here.
+                            curr_pos =3D start_idx + 1
+                    else:
+                        # This id isn't defined, leave the markup alon=
e.
+                        curr_pos =3D match.end()
+                    continue
+
+            # Otherwise, it isn't markup.
+            curr_pos =3D start_idx + 1
+
+        return text
+
+    def header_id_from_text(self, text, prefix, n):
+        """Generate a header id attribute value from the given header
+        HTML content.
+
+        This is only called if the "header-ids" extra is enabled.
+        Subclasses may override this for different header ids.
+
+        @param text {str} The text of the header tag
+        @param prefix {str} The requested prefix for header ids. This =
is the
+            value of the "header-ids" extra key, if any. Otherwise, No=
ne.
+        @param n {int} The <hN> tag number, i.e. `1` for an <h1> tag.
+        @returns {str} The value for the header tag's "id" attribute. =
Return
+            None to not have an id attribute and to exclude this heade=
r from
+            the TOC (if the "toc" extra is specified).
+        """
+        header_id =3D _slugify(text)
+        if prefix and isinstance(prefix, base_string_type):
+            header_id =3D prefix + '-' + header_id
+        if header_id in self._count_from_header_id:
+            self._count_from_header_id[header_id] +=3D 1
+            header_id +=3D '-%s' % self._count_from_header_id[header_i=
d]
+        else:
+            self._count_from_header_id[header_id] =3D 1
+        return header_id
+
+    _toc =3D None
+    def _toc_add_entry(self, level, id, name):
+        if self._toc is None:
+            self._toc =3D []
+        self._toc.append((level, id, self._unescape_special_chars(name=
)))
+
+    _h_re_base =3D r'''
+        (^(.+)[ \t]*\n(=3D+|-+)[ \t]*\n+)
+        |
+        (^(\#{1,6})  # \1 =3D string of #'s
+        [ \t]%s
+        (.+?)       # \2 =3D Header text
+        [ \t]*
+        (?<!\\)     # ensure not an escaped trailing '#'
+        \#*         # optional closing #'s (not counted)
+        \n+
+        )
+        '''
+
+    _h_re =3D re.compile(_h_re_base % '*', re.X | re.M)
+    _h_re_tag_friendly =3D re.compile(_h_re_base % '+', re.X | re.M)
+
+    def _h_sub(self, match):
+        if match.group(1) is not None:
+            # Setext header
+            n =3D {"=3D": 1, "-": 2}[match.group(3)[0]]
+            header_group =3D match.group(2)
+        else:
+            # atx header
+            n =3D len(match.group(5))
+            header_group =3D match.group(6)
+
+        demote_headers =3D self.extras.get("demote-headers")
+        if demote_headers:
+            n =3D min(n + demote_headers, 6)
+        header_id_attr =3D ""
+        if "header-ids" in self.extras:
+            header_id =3D self.header_id_from_text(header_group,
+                self.extras["header-ids"], n)
+            if header_id:
+                header_id_attr =3D ' id=3D"%s"' % header_id
+        html =3D self._run_span_gamut(header_group)
+        if "toc" in self.extras and header_id:
+            self._toc_add_entry(n, header_id, html)
+        return "<h%d%s>%s</h%d>\n\n" % (n, header_id_attr, html, n)
+
+    def _do_headers(self, text):
+        # Setext-style headers:
+        #     Header 1
+        #     =3D=3D=3D=3D=3D=3D=3D=3D
+        #
+        #     Header 2
+        #     --------
+
+        # atx-style headers:
+        #   # Header 1
+        #   ## Header 2
+        #   ## Header 2 with closing hashes ##
+        #   ...
+        #   ###### Header 6
+
+        if 'tag-friendly' in self.extras:
+            return self._h_re_tag_friendly.sub(self._h_sub, text)
+        return self._h_re.sub(self._h_sub, text)
+
+    _marker_ul_chars =3D '*+-'
+    _marker_any =3D r'(?:[%s]|\d+\.)' % _marker_ul_chars
+    _marker_ul =3D '(?:[%s])' % _marker_ul_chars
+    _marker_ol =3D r'(?:\d+\.)'
+
+    def _list_sub(self, match):
+        lst =3D match.group(1)
+        lst_type =3D match.group(3) in self._marker_ul_chars and "ul" =
or "ol"
+        result =3D self._process_list_items(lst)
+        if self.list_level:
+            return "<%s>\n%s</%s>\n" % (lst_type, result, lst_type)
+        else:
+            return "<%s>\n%s</%s>\n\n" % (lst_type, result, lst_type)
+
+    def _do_lists(self, text):
+        # Form HTML ordered (numbered) and unordered (bulleted) lists.
+
+        # Iterate over each *non-overlapping* list match.
+        pos =3D 0
+        while True:
+            # Find the *first* hit for either list style (ul or ol). W=
e
+            # match ul and ol separately to avoid adjacent lists of di=
fferent
+            # types running into each other (see issue #16).
+            hits =3D []
+            for marker_pat in (self._marker_ul, self._marker_ol):
+                less_than_tab =3D self.tab_width - 1
+                whole_list =3D r'''
+                    (                   # \1 =3D whole list
+                      (                 # \2
+                        [ ]{0,%d}
+                        (%s)            # \3 =3D first list item marke=
r
+                        [ \t]+
+                        (?!\ *\3\ )     # '- - - ...' isn't a list. Se=
e 'not_quite_a_list' test case.
+                      )
+                      (?:.+?)
+                      (                 # \4
+                          \Z
+                        |
+                          \n{2,}
+                          (?=3D\S)
+                          (?!           # Negative lookahead for anoth=
er list item marker
+                            [ \t]*
+                            %s[ \t]+
+                          )
+                      )
+                    )
+                ''' % (less_than_tab, marker_pat, marker_pat)
+                if self.list_level:  # sub-list
+                    list_re =3D re.compile("^"+whole_list, re.X | re.M=
 | re.S)
+                else:
+                    list_re =3D re.compile(r"(?:(?<=3D\n\n)|\A\n?)"+wh=
ole_list,
+                                         re.X | re.M | re.S)
+                match =3D list_re.search(text, pos)
+                if match:
+                    hits.append((match.start(), match))
+            if not hits:
+                break
+            hits.sort()
+            match =3D hits[0][1]
+            start, end =3D match.span()
+            middle =3D self._list_sub(match)
+            text =3D text[:start] + middle + text[end:]
+            pos =3D start + len(middle)  # start pos for next attempte=
d match
+
+        return text
+
+    _list_item_re =3D re.compile(r'''
+        (\n)?                   # leading line =3D \1
+        (^[ \t]*)               # leading whitespace =3D \2
+        (?P<marker>%s) [ \t]+   # list marker =3D \3
+        ((?:.+?)                # list item text =3D \4
+        (\n{1,2}))              # eols =3D \5
+        (?=3D \n* (\Z | \2 (?P<next_marker>%s) [ \t]+))
+        ''' % (_marker_any, _marker_any),
+        re.M | re.X | re.S)
+
+    _task_list_item_re =3D re.compile(r'''
+        (\[[\ x]\])[ \t]+       # tasklist marker =3D \1
+        (.*)                   # list item text =3D \2
+    ''', re.M | re.X | re.S)
+
+    _task_list_warpper_str =3D r'<p><input type=3D"checkbox" class=3D"=
task-list-item-checkbox" %sdisabled>%s</p>'
+
+    def _task_list_item_sub(self, match):
+        marker =3D match.group(1)
+        item_text =3D match.group(2)
+        if marker =3D=3D '[x]':
+                return self._task_list_warpper_str % ('checked ', item=
_text)
+        elif marker =3D=3D '[ ]':
+                return self._task_list_warpper_str % ('', item_text)
+
+    _last_li_endswith_two_eols =3D False
+    def _list_item_sub(self, match):
+        item =3D match.group(4)
+        leading_line =3D match.group(1)
+        if leading_line or "\n\n" in item or self._last_li_endswith_tw=
o_eols:
+            item =3D self._run_block_gamut(self._outdent(item))
+        else:
+            # Recursion for sub-lists:
+            item =3D self._do_lists(self._outdent(item))
+            if item.endswith('\n'):
+                item =3D item[:-1]
+            item =3D self._run_span_gamut(item)
+        self._last_li_endswith_two_eols =3D (len(match.group(5)) =3D=
=3D 2)
+
+        if "task_list" in self.extras:
+            item =3D self._task_list_item_re.sub(self._task_list_item_=
sub, item)
+
+        return "<li>%s</li>\n" % item
+
+    def _process_list_items(self, list_str):
+        # Process the contents of a single ordered or unordered list,
+        # splitting it into individual list items.
+
+        # The $g_list_level global keeps track of when we're inside a =
list.
+        # Each time we enter a list, we increment it; when we leave a =
list,
+        # we decrement. If it's zero, we're not in a list anymore.
+        #
+        # We do this because when we're not inside a list, we want to =
treat
+        # something like this:
+        #
+        #       I recommend upgrading to version
+        #       8. Oops, now this line is treated
+        #       as a sub-list.
+        #
+        # As a single paragraph, despite the fact that the second line=
 starts
+        # with a digit-period-space sequence.
+        #
+        # Whereas when we're inside a list (or sub-list), that line wi=
ll be
+        # treated as the start of a sub-list. What a kludge, huh? This=
 is
+        # an aspect of Markdown's syntax that's hard to parse perfectl=
y
+        # without resorting to mind-reading. Perhaps the solution is t=
o
+        # change the syntax rules such that sub-lists must start with =
a
+        # starting cardinal number; e.g. "1." or "a.".
+        self.list_level +=3D 1
+        self._last_li_endswith_two_eols =3D False
+        list_str =3D list_str.rstrip('\n') + '\n'
+        list_str =3D self._list_item_re.sub(self._list_item_sub, list_=
str)
+        self.list_level -=3D 1
+        return list_str
+
+    def _get_pygments_lexer(self, lexer_name):
+        try:
+            from pygments import lexers, util
+        except ImportError:
+            return None
+        try:
+            return lexers.get_lexer_by_name(lexer_name)
+        except util.ClassNotFound:
+            return None
+
+    def _color_with_pygments(self, codeblock, lexer, **formatter_opts)=
:
+        import pygments
+        import pygments.formatters
+
+        class HtmlCodeFormatter(pygments.formatters.HtmlFormatter):
+            def _wrap_code(self, inner):
+                """A function for use in a Pygments Formatter which
+                wraps in <code> tags.
+                """
+                yield 0, "<code>"
+                for tup in inner:
+                    yield tup
+                yield 0, "</code>"
+
+            def wrap(self, source, outfile):
+                """Return the source with a code, pre, and div."""
+                return self._wrap_div(self._wrap_pre(self._wrap_code(s=
ource)))
+
+        formatter_opts.setdefault("cssclass", "codehilite")
+        formatter =3D HtmlCodeFormatter(**formatter_opts)
+        return pygments.highlight(codeblock, lexer, formatter)
+
+    def _code_block_sub(self, match, is_fenced_code_block=3DFalse):
+        lexer_name =3D None
+        if is_fenced_code_block:
+            lexer_name =3D match.group(1)
+            if lexer_name:
+                formatter_opts =3D self.extras['fenced-code-blocks'] o=
r {}
+            codeblock =3D match.group(2)
+            codeblock =3D codeblock[:-1]  # drop one trailing newline
+        else:
+            codeblock =3D match.group(1)
+            codeblock =3D self._outdent(codeblock)
+            codeblock =3D self._detab(codeblock)
+            codeblock =3D codeblock.lstrip('\n')  # trim leading newli=
nes
+            codeblock =3D codeblock.rstrip()      # trim trailing whit=
espace
+
+            # Note: "code-color" extra is DEPRECATED.
+            if "code-color" in self.extras and codeblock.startswith(":=
::"):
+                lexer_name, rest =3D codeblock.split('\n', 1)
+                lexer_name =3D lexer_name[3:].strip()
+                codeblock =3D rest.lstrip("\n")   # Remove lexer decla=
ration line.
+                formatter_opts =3D self.extras['code-color'] or {}
+
+        if lexer_name:
+            def unhash_code(codeblock):
+                for key, sanitized in list(self.html_spans.items()):
+                    codeblock =3D codeblock.replace(key, sanitized)
+                replacements =3D [
+                    ("&amp;", "&"),
+                    ("&lt;", "<"),
+                    ("&gt;", ">")
+                ]
+                for old, new in replacements:
+                    codeblock =3D codeblock.replace(old, new)
+                return codeblock
+            lexer =3D self._get_pygments_lexer(lexer_name)
+            if lexer:
+                codeblock =3D unhash_code( codeblock )
+                colored =3D self._color_with_pygments(codeblock, lexer=
,
+                                                    **formatter_opts)
+                return "\n\n%s\n\n" % colored
+
+        codeblock =3D self._encode_code(codeblock)
+        pre_class_str =3D self._html_class_str_from_tag("pre")
+        code_class_str =3D self._html_class_str_from_tag("code")
+        return "\n\n<pre%s><code%s>%s\n</code></pre>\n\n" % (
+            pre_class_str, code_class_str, codeblock)
+
+    def _html_class_str_from_tag(self, tag):
+        """Get the appropriate ' class=3D"..."' string (note the leadi=
ng
+        space), if any, for the given tag.
+        """
+        if "html-classes" not in self.extras:
+            return ""
+        try:
+            html_classes_from_tag =3D self.extras["html-classes"]
+        except TypeError:
+            return ""
+        else:
+            if tag in html_classes_from_tag:
+                return ' class=3D"%s"' % html_classes_from_tag[tag]
+        return ""
+
+    def _do_code_blocks(self, text):
+        """Process Markdown `<pre><code>` blocks."""
+        code_block_re =3D re.compile(r'''
+            (?:\n\n|\A\n?)
+            (               # $1 =3D the code block -- one or more lin=
es, starting with a space/tab
+              (?:
+                (?:[ ]{%d} | \t)  # Lines must start with a tab or a t=
ab-width of spaces
+                .*\n+
+              )+
+            )
+            ((?=3D^[ ]{0,%d}\S)|\Z)   # Lookahead for non-space at lin=
e-start, or end of doc
+            # Lookahead to make sure this block isn't already in a cod=
e block.
+            # Needed when syntax highlighting is being used.
+            (?![^<]*\</code\>)
+            ''' % (self.tab_width, self.tab_width),
+            re.M | re.X)
+        return code_block_re.sub(self._code_block_sub, text)
+
+    _fenced_code_block_re =3D re.compile(r'''
+        (?:\n+|\A\n?)
+        ^```([\w+-]+)?[ \t]*\n      # opening fence, $1 =3D optional l=
ang
+        (.*?)                       # $2 =3D code block content
+        ^```[ \t]*\n                # closing fence
+        ''', re.M | re.X | re.S)
+
+    def _fenced_code_block_sub(self, match):
+        return self._code_block_sub(match, is_fenced_code_block=3DTrue=
)
+
+    def _do_fenced_code_blocks(self, text):
+        """Process ```-fenced unindented code blocks ('fenced-code-blo=
cks' extra)."""
+        return self._fenced_code_block_re.sub(self._fenced_code_block_=
sub, text)
+
+    # Rules for a code span:
+    # - backslash escapes are not interpreted in a code span
+    # - to include one or or a run of more backticks the delimiters mu=
st
+    #   be a longer run of backticks
+    # - cannot start or end a code span with a backtick; pad with a
+    #   space and that space will be removed in the emitted HTML
+    # See `test/tm-cases/escapes.text` for a number of edge-case
+    # examples.
+    _code_span_re =3D re.compile(r'''
+            (?<!\\)
+            (`+)        # \1 =3D Opening run of `
+            (?!`)       # See Note A test/tm-cases/escapes.text
+            (.+?)       # \2 =3D The code block
+            (?<!`)
+            \1          # Matching closer
+            (?!`)
+        ''', re.X | re.S)
+
+    def _code_span_sub(self, match):
+        c =3D match.group(2).strip(" \t")
+        c =3D self._encode_code(c)
+        return "<code>%s</code>" % c
+
+    def _do_code_spans(self, text):
+        #   *   Backtick quotes are used for <code></code> spans.
+        #
+        #   *   You can use multiple backticks as the delimiters if yo=
u want to
+        #       include literal backticks in the code span. So, this i=
nput:
+        #
+        #         Just type ``foo `bar` baz`` at the prompt.
+        #
+        #       Will translate to:
+        #
+        #         <p>Just type <code>foo `bar` baz</code> at the promp=
t.</p>
+        #
+        #       There's no arbitrary limit to the number of backticks =
you
+        #       can use as delimters. If you need three consecutive ba=
ckticks
+        #       in your code, use four for delimiters, etc.
+        #
+        #   *   You can use spaces to get literal backticks at the edg=
es:
+        #
+        #         ... type `` `bar` `` ...
+        #
+        #       Turns to:
+        #
+        #         ... type <code>`bar`</code> ...
+        return self._code_span_re.sub(self._code_span_sub, text)
+
+    def _encode_code(self, text):
+        """Encode/escape certain characters inside Markdown code runs.
+        The point is that in code, these characters are literals,
+        and lose their special Markdown meanings.
+        """
+        replacements =3D [
+            # Encode all ampersands; HTML entities are not
+            # entities within a Markdown code span.
+            ('&', '&amp;'),
+            # Do the angle bracket song and dance:
+            ('<', '&lt;'),
+            ('>', '&gt;'),
+        ]
+        for before, after in replacements:
+            text =3D text.replace(before, after)
+        hashed =3D _hash_text(text)
+        self._escape_table[text] =3D hashed
+        return hashed
+
+    _strike_re =3D re.compile(r"~~(?=3D\S)(.+?)(?<=3D\S)~~", re.S)
+    def _do_strike(self, text):
+        text =3D self._strike_re.sub(r"<strike>\1</strike>", text)
+        return text
+
+    _strong_re =3D re.compile(r"(\*\*|__)(?=3D\S)(.+?[*_]*)(?<=3D\S)\1=
", re.S)
+    _em_re =3D re.compile(r"(\*|_)(?=3D\S)(.+?)(?<=3D\S)\1", re.S)
+    _code_friendly_strong_re =3D re.compile(r"\*\*(?=3D\S)(.+?[*_]*)(?=
<=3D\S)\*\*", re.S)
+    _code_friendly_em_re =3D re.compile(r"\*(?=3D\S)(.+?)(?<=3D\S)\*",=
 re.S)
+    def _do_italics_and_bold(self, text):
+        # <strong> must go first:
+        if "code-friendly" in self.extras:
+            text =3D self._code_friendly_strong_re.sub(r"<strong>\1</s=
trong>", text)
+            text =3D self._code_friendly_em_re.sub(r"<em>\1</em>", tex=
t)
+        else:
+            text =3D self._strong_re.sub(r"<strong>\2</strong>", text)
+            text =3D self._em_re.sub(r"<em>\2</em>", text)
+        return text
+
+    # "smarty-pants" extra: Very liberal in interpreting a single prim=
e as an
+    # apostrophe; e.g. ignores the fact that "round", "bout", "twer", =
and
+    # "twixt" can be written without an initial apostrophe. This is fi=
ne because
+    # using scare quotes (single quotation marks) is rare.
+    _apostrophe_year_re =3D re.compile(r"'(\d\d)(?=3D(\s|,|;|\.|\?|!|$=
))")
+    _contractions =3D ["tis", "twas", "twer", "neath", "o", "n",
+        "round", "bout", "twixt", "nuff", "fraid", "sup"]
+    def _do_smart_contractions(self, text):
+        text =3D self._apostrophe_year_re.sub(r"&#8217;\1", text)
+        for c in self._contractions:
+            text =3D text.replace("'%s" % c, "&#8217;%s" % c)
+            text =3D text.replace("'%s" % c.capitalize(),
+                "&#8217;%s" % c.capitalize())
+        return text
+
+    # Substitute double-quotes before single-quotes.
+    _opening_single_quote_re =3D re.compile(r"(?<!\S)'(?=3D\S)")
+    _opening_double_quote_re =3D re.compile(r'(?<!\S)"(?=3D\S)')
+    _closing_single_quote_re =3D re.compile(r"(?<=3D\S)'")
+    _closing_double_quote_re =3D re.compile(r'(?<=3D\S)"(?=3D(\s|,|;|\=
.|\?|!|$))')
+    def _do_smart_punctuation(self, text):
+        """Fancifies 'single quotes', "double quotes", and apostrophes=
.
+        Converts --, ---, and ... into en dashes, em dashes, and ellip=
ses.
+
+        Inspiration is: <http://daringfireball.net/projects/smartypant=
s/>
+        See "test/tm-cases/smarty_pants.text" for a full discussion of=
 the
+        support here and
+        <http://code.google.com/p/python-markdown2/issues/detail?id=3D=
42> for a
+        discussion of some diversion from the original SmartyPants.
+        """
+        if "'" in text:  # guard for perf
+            text =3D self._do_smart_contractions(text)
+            text =3D self._opening_single_quote_re.sub("&#8216;", text=
)
+            text =3D self._closing_single_quote_re.sub("&#8217;", text=
)
+
+        if '"' in text:  # guard for perf
+            text =3D self._opening_double_quote_re.sub("&#8220;", text=
)
+            text =3D self._closing_double_quote_re.sub("&#8221;", text=
)
+
+        text =3D text.replace("---", "&#8212;")
+        text =3D text.replace("--", "&#8211;")
+        text =3D text.replace("...", "&#8230;")
+        text =3D text.replace(" . . . ", "&#8230;")
+        text =3D text.replace(". . .", "&#8230;")
+        return text
+
+    _block_quote_base =3D r'''
+        (                           # Wrap whole match in \1
+          (
+            ^[ \t]*>%s[ \t]?        # '>' at the start of a line
+              .+\n                  # rest of the first line
+            (.+\n)*                 # subsequent consecutive lines
+            \n*                     # blanks
+          )+
+        )
+    '''
+    _block_quote_re =3D re.compile(_block_quote_base % '', re.M | re.X=
)
+    _block_quote_re_spoiler =3D re.compile(_block_quote_base % '[ \t]*=
?!?', re.M | re.X)
+    _bq_one_level_re =3D re.compile('^[ \t]*>[ \t]?', re.M)
+    _bq_one_level_re_spoiler =3D re.compile('^[ \t]*>[ \t]*?![ \t]?', =
re.M)
+    _bq_all_lines_spoilers =3D re.compile(r'\A(?:^[ \t]*>[ \t]*?!.*[\n=
\r]*)+\Z', re.M)
+    _html_pre_block_re =3D re.compile(r'(\s*<pre>.+?</pre>)', re.S)
+    def _dedent_two_spaces_sub(self, match):
+        return re.sub(r'(?m)^  ', '', match.group(1))
+
+    def _block_quote_sub(self, match):
+        bq =3D match.group(1)
+        is_spoiler =3D 'spoiler' in self.extras and self._bq_all_lines=
_spoilers.match(bq)
+        # trim one level of quoting
+        if is_spoiler:
+            bq =3D self._bq_one_level_re_spoiler.sub('', bq)
+        else:
+            bq =3D self._bq_one_level_re.sub('', bq)
+        # trim whitespace-only lines
+        bq =3D self._ws_only_line_re.sub('', bq)
+        bq =3D self._run_block_gamut(bq)          # recurse
+
+        bq =3D re.sub('(?m)^', '  ', bq)
+        # These leading spaces screw with <pre> content, so we need to=
 fix that:
+        bq =3D self._html_pre_block_re.sub(self._dedent_two_spaces_sub=
, bq)
+
+        if is_spoiler:
+            return '<blockquote class=3D"spoiler">\n%s\n</blockquote>\=
n\n' % bq
+        else:
+            return '<blockquote>\n%s\n</blockquote>\n\n' % bq
+
+    def _do_block_quotes(self, text):
+        if '>' not in text:
+            return text
+        if 'spoiler' in self.extras:
+            return self._block_quote_re_spoiler.sub(self._block_quote_=
sub, text)
+        else:
+            return self._block_quote_re.sub(self._block_quote_sub, tex=
t)
+
+    def _form_paragraphs(self, text):
+        # Strip leading and trailing lines:
+        text =3D text.strip('\n')
+
+        # Wrap <p> tags.
+        grafs =3D []
+        for i, graf in enumerate(re.split(r"\n{2,}", text)):
+            if graf in self.html_blocks:
+                # Unhashify HTML blocks
+                grafs.append(self.html_blocks[graf])
+            else:
+                cuddled_list =3D None
+                if "cuddled-lists" in self.extras:
+                    # Need to put back trailing '\n' for `_list_item_r=
e`
+                    # match at the end of the paragraph.
+                    li =3D self._list_item_re.search(graf + '\n')
+                    # Two of the same list marker in this paragraph: a=
 likely
+                    # candidate for a list cuddled to preceding paragr=
aph
+                    # text (issue 33). Note the `[-1]` is a quick way =
to
+                    # consider numeric bullets (e.g. "1." and "2.") to=
 be
+                    # equal.
+                    if (li and len(li.group(2)) <=3D 3 and li.group("n=
ext_marker")
+                        and li.group("marker")[-1] =3D=3D li.group("ne=
xt_marker")[-1]):
+                        start =3D li.start()
+                        cuddled_list =3D self._do_lists(graf[start:]).=
rstrip("\n")
+                        assert cuddled_list.startswith("<ul>") or cudd=
led_list.startswith("<ol>")
+                        graf =3D graf[:start]
+
+                # Wrap <p> tags.
+                graf =3D self._run_span_gamut(graf)
+                grafs.append("<p>" + graf.lstrip(" \t") + "</p>")
+
+                if cuddled_list:
+                    grafs.append(cuddled_list)
+
+        return "\n\n".join(grafs)
+
+    def _add_footnotes(self, text):
+        if self.footnotes:
+            footer =3D [
+                '<div class=3D"footnotes">',
+                '<hr' + self.empty_element_suffix,
+                '<ol>',
+            ]
+            for i, id in enumerate(self.footnote_ids):
+                if i !=3D 0:
+                    footer.append('')
+                footer.append('<li id=3D"fn-%s">' % id)
+                footer.append(self._run_block_gamut(self.footnotes[id]=
))
+                backlink =3D ('<a href=3D"#fnref-%s" '
+                    'class=3D"footnoteBackLink" '
+                    'title=3D"Jump back to footnote %d in the text.">'
+                    '&#8617;</a>' % (id, i+1))
+                if footer[-1].endswith("</p>"):
+                    footer[-1] =3D footer[-1][:-len("</p>")] \
+                        + '&#160;' + backlink + "</p>"
+                else:
+                    footer.append("\n<p>%s</p>" % backlink)
+                footer.append('</li>')
+            footer.append('</ol>')
+            footer.append('</div>')
+            return text + '\n\n' + '\n'.join(footer)
+        else:
+            return text
+
+    # Ampersand-encoding based entirely on Nat Irons's Amputator MT pl=
ugin:
+    #   http://bumppo.net/projects/amputator/
+    _ampersand_re =3D re.compile(r'&(?!#?[xX]?(?:[0-9a-fA-F]+|\w+);)')
+    _naked_lt_re =3D re.compile(r'<(?![a-z/?\$!])', re.I)
+    _naked_gt_re =3D re.compile(r'''(?<![a-z0-9?!/'"-])>''', re.I)
+
+    def _encode_amps_and_angles(self, text):
+        # Smart processing for ampersands and angle brackets that need
+        # to be encoded.
+        text =3D self._ampersand_re.sub('&amp;', text)
+
+        # Encode naked <'s
+        text =3D self._naked_lt_re.sub('&lt;', text)
+
+        # Encode naked >'s
+        # Note: Other markdown implementations (e.g. Markdown.pl, PHP
+        # Markdown) don't do this.
+        text =3D self._naked_gt_re.sub('&gt;', text)
+        return text
+
+    def _encode_backslash_escapes(self, text):
+        for ch, escape in list(self._escape_table.items()):
+            text =3D text.replace("\\"+ch, escape)
+        return text
+
+    _auto_link_re =3D re.compile(r'<((https?|ftp):[^\'">\s]+)>', re.I)
+    def _auto_link_sub(self, match):
+        g1 =3D match.group(1)
+        return '<a href=3D"%s">%s</a>' % (g1, g1)
+
+    _auto_email_link_re =3D re.compile(r"""
+          <
+           (?:mailto:)?
+          (
+              [-.\w]+
+              \@
+              [-\w]+(\.[-\w]+)*\.[a-z]+
+          )
+          >
+        """, re.I | re.X | re.U)
+    def _auto_email_link_sub(self, match):
+        return self._encode_email_address(
+            self._unescape_special_chars(match.group(1)))
+
+    def _do_auto_links(self, text):
+        text =3D self._auto_link_re.sub(self._auto_link_sub, text)
+        text =3D self._auto_email_link_re.sub(self._auto_email_link_su=
b, text)
+        return text
+
+    def _encode_email_address(self, addr):
+        #  Input: an email address, e.g. "foo at example.com"
+        #
+        #  Output: the email address as a mailto link, with each chara=
cter
+        #      of the address encoded as either a decimal or hex entit=
y, in
+        #      the hopes of foiling most address harvesting spam bots.=
 E.g.:
+        #
+        #    <a href=3D"&#x6D;&#97;&#105;&#108;&#x74;&#111;:&#102;&#11=
1;&#111;&#64;&#101;
+        #       x&#x61;&#109;&#x70;&#108;&#x65;&#x2E;&#99;&#111;&#109;=
">&#102;&#111;&#111;
+        #       &#64;&#101;x&#x61;&#109;&#x70;&#108;&#x65;&#x2E;&#99;&=
#111;&#109;</a>
+        #
+        #  Based on a filter by Matthew Wickline, posted to the BBEdit=
-Talk
+        #  mailing list: <http://tinyurl.com/yu7ue>
+        chars =3D [_xml_encode_email_char_at_random(ch)
+                 for ch in "mailto:" + addr]
+        # Strip the mailto: from the visible part.
+        addr =3D '<a href=3D"%s">%s</a>' \
+               % (''.join(chars), ''.join(chars[7:]))
+        return addr
+
+    def _do_link_patterns(self, text):
+        """Caveat emptor: there isn't much guarding against link
+        patterns being formed inside other standard Markdown links, e.=
g.
+        inside a [link def][like this].
+
+        Dev Notes: *Could* consider prefixing regexes with a negative
+        lookbehind assertion to attempt to guard against this.
+        """
+        link_from_hash =3D {}
+        for regex, repl in self.link_patterns:
+            replacements =3D []
+            for match in regex.finditer(text):
+                if hasattr(repl, "__call__"):
+                    href =3D repl(match)
+                else:
+                    href =3D match.expand(repl)
+                replacements.append((match.span(), href))
+            for (start, end), href in reversed(replacements):
+                escaped_href =3D (
+                    href.replace('"', '&quot;')  # b/c of attr quote
+                        # To avoid markdown <em> and <strong>:
+                        .replace('*', self._escape_table['*'])
+                        .replace('_', self._escape_table['_']))
+                link =3D '<a href=3D"%s">%s</a>' % (escaped_href, text=
[start:end])
+                hash =3D _hash_text(link)
+                link_from_hash[hash] =3D link
+                text =3D text[:start] + hash + text[end:]
+        for hash, link in list(link_from_hash.items()):
+            text =3D text.replace(hash, link)
+        return text
+
+    def _unescape_special_chars(self, text):
+        # Swap back in all the special characters we've hidden.
+        for ch, hash in list(self._escape_table.items()):
+            text =3D text.replace(hash, ch)
+        return text
+
+    def _outdent(self, text):
+        # Remove one level of line-leading tabs or spaces
+        return self._outdent_re.sub('', text)
+
+
+class MarkdownWithExtras(Markdown):
+    """A markdowner class that enables most extras:
+
+    - footnotes
+    - code-color (only has effect if 'pygments' Python module on path)
+
+    These are not included:
+    - pyshell (specific to Python-related documenting)
+    - code-friendly (because it *disables* part of the syntax)
+    - link-patterns (because you need to specify some actual
+      link-patterns anyway)
+    """
+    extras =3D ["footnotes", "code-color"]
+
+
+# ---- internal support functions
+
+class UnicodeWithAttrs(unicode):
+    """A subclass of unicode used for the return value of conversion t=
o
+    possibly attach some attributes. E.g. the "toc_html" attribute whe=
n
+    the "toc" extra is used.
+    """
+    metadata =3D None
+    _toc =3D None
+    def toc_html(self):
+        """Return the HTML for the current TOC.
+
+        This expects the `_toc` attribute to have been set on this ins=
tance.
+        """
+        if self._toc is None:
+            return None
+
+        def indent():
+            return '  ' * (len(h_stack) - 1)
+        lines =3D []
+        h_stack =3D [0]   # stack of header-level numbers
+        for level, id, name in self._toc:
+            if level > h_stack[-1]:
+                lines.append("%s<ul>" % indent())
+                h_stack.append(level)
+            elif level =3D=3D h_stack[-1]:
+                lines[-1] +=3D "</li>"
+            else:
+                while level < h_stack[-1]:
+                    h_stack.pop()
+                    if not lines[-1].endswith("</li>"):
+                        lines[-1] +=3D "</li>"
+                    lines.append("%s</ul></li>" % indent())
+            lines.append('%s<li><a href=3D"#%s">%s</a>' % (
+                indent(), id, name))
+        while len(h_stack) > 1:
+            h_stack.pop()
+            if not lines[-1].endswith("</li>"):
+                lines[-1] +=3D "</li>"
+            lines.append("%s</ul>" % indent())
+        return '\n'.join(lines) + '\n'
+    toc_html =3D property(toc_html)
+
+## {{{ http://code.activestate.com/recipes/577257/ (r1)
+_slugify_strip_re =3D re.compile(r'[^\w\s-]')
+_slugify_hyphenate_re =3D re.compile(r'[-\s]+')
+def _slugify(value):
+    """
+    Normalizes string, converts to lowercase, removes non-alpha charac=
ters,
+    and converts spaces to hyphens.
+
+    From Django's "django/template/defaultfilters.py".
+    """
+    import unicodedata
+    value =3D unicodedata.normalize('NFKD', value).encode('ascii', 'ig=
nore').decode()
+    value =3D _slugify_strip_re.sub('', value).strip().lower()
+    return _slugify_hyphenate_re.sub('-', value)
+## end of http://code.activestate.com/recipes/577257/ }}}
+
+
+# From http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52549
+def _curry(*args, **kwargs):
+    function, args =3D args[0], args[1:]
+    def result(*rest, **kwrest):
+        combined =3D kwargs.copy()
+        combined.update(kwrest)
+        return function(*args + rest, **combined)
+    return result
+
+
+# Recipe: regex_from_encoded_pattern (1.0)
+def _regex_from_encoded_pattern(s):
+    """'foo'    -> re.compile(re.escape('foo'))
+       '/foo/'  -> re.compile('foo')
+       '/foo/i' -> re.compile('foo', re.I)
+    """
+    if s.startswith('/') and s.rfind('/') !=3D 0:
+        # Parse it: /PATTERN/FLAGS
+        idx =3D s.rfind('/')
+        pattern, flags_str =3D s[1:idx], s[idx+1:]
+        flag_from_char =3D {
+            "i": re.IGNORECASE,
+            "l": re.LOCALE,
+            "s": re.DOTALL,
+            "m": re.MULTILINE,
+            "u": re.UNICODE,
+        }
+        flags =3D 0
+        for char in flags_str:
+            try:
+                flags |=3D flag_from_char[char]
+            except KeyError:
+                raise ValueError("unsupported regex flag: '%s' in '%s'=
 "
+                                 "(must be one of '%s')"
+                                 % (char, s, ''.join(list(flag_from_ch=
ar.keys()))))
+        return re.compile(s[1:idx], flags)
+    else:  # not an encoded regex
+        return re.compile(re.escape(s))
+
+
+# Recipe: dedent (0.1.2)
+def _dedentlines(lines, tabsize=3D8, skip_first_line=3DFalse):
+    """_dedentlines(lines, tabsize=3D8, skip_first_line=3DFalse) -> de=
dented lines
+
+        "lines" is a list of lines to dedent.
+        "tabsize" is the tab width to use for indent width calculation=
s.
+        "skip_first_line" is a boolean indicating if the first line sh=
ould
+            be skipped for calculating the indent width and for dedent=
ing.
+            This is sometimes useful for docstrings and similar.
+
+    Same as dedent() except operates on a sequence of lines. Note: the
+    lines list is modified **in-place**.
+    """
+    DEBUG =3D False
+    if DEBUG:
+        print("dedent: dedent(..., tabsize=3D%d, skip_first_line=3D%r)=
"\
+              % (tabsize, skip_first_line))
+    margin =3D None
+    for i, line in enumerate(lines):
+        if i =3D=3D 0 and skip_first_line: continue
+        indent =3D 0
+        for ch in line:
+            if ch =3D=3D ' ':
+                indent +=3D 1
+            elif ch =3D=3D '\t':
+                indent +=3D tabsize - (indent % tabsize)
+            elif ch in '\r\n':
+                continue  # skip all-whitespace lines
+            else:
+                break
+        else:
+            continue  # skip all-whitespace lines
+        if DEBUG: print("dedent: indent=3D%d: %r" % (indent, line))
+        if margin is None:
+            margin =3D indent
+        else:
+            margin =3D min(margin, indent)
+    if DEBUG: print("dedent: margin=3D%r" % margin)
+
+    if margin is not None and margin > 0:
+        for i, line in enumerate(lines):
+            if i =3D=3D 0 and skip_first_line: continue
+            removed =3D 0
+            for j, ch in enumerate(line):
+                if ch =3D=3D ' ':
+                    removed +=3D 1
+                elif ch =3D=3D '\t':
+                    removed +=3D tabsize - (removed % tabsize)
+                elif ch in '\r\n':
+                    if DEBUG: print("dedent: %r: EOL -> strip up to EO=
L" % line)
+                    lines[i] =3D lines[i][j:]
+                    break
+                else:
+                    raise ValueError("unexpected non-whitespace char %=
r in "
+                                     "line %r while removing %d-space =
margin"
+                                     % (ch, line, margin))
+                if DEBUG:
+                    print("dedent: %r: %r -> removed %d/%d"\
+                          % (line, ch, removed, margin))
+                if removed =3D=3D margin:
+                    lines[i] =3D lines[i][j+1:]
+                    break
+                elif removed > margin:
+                    lines[i] =3D ' '*(removed-margin) + lines[i][j+1:]
+                    break
+            else:
+                if removed:
+                    lines[i] =3D lines[i][removed:]
+    return lines
+
+
+def _dedent(text, tabsize=3D8, skip_first_line=3DFalse):
+    """_dedent(text, tabsize=3D8, skip_first_line=3DFalse) -> dedented=
 text
+
+        "text" is the text to dedent.
+        "tabsize" is the tab width to use for indent width calculation=
s.
+        "skip_first_line" is a boolean indicating if the first line sh=
ould
+            be skipped for calculating the indent width and for dedent=
ing.
+            This is sometimes useful for docstrings and similar.
+
+    textwrap.dedent(s), but don't expand tabs to spaces
+    """
+    lines =3D text.splitlines(1)
+    _dedentlines(lines, tabsize=3Dtabsize, skip_first_line=3Dskip_firs=
t_line)
+    return ''.join(lines)
+
+
+class _memoized(object):
+    """Decorator that caches a function's return value each time it is=
 called.
+    If called later with the same arguments, the cached value is retur=
ned, and
+    not re-evaluated.
+
+    http://wiki.python.org/moin/PythonDecoratorLibrary
+    """
+    def __init__(self, func):
+        self.func =3D func
+        self.cache =3D {}
+
+    def __call__(self, *args):
+        try:
+            return self.cache[args]
+        except KeyError:
+            self.cache[args] =3D value =3D self.func(*args)
+            return value
+        except TypeError:
+            # uncachable -- for instance, passing a list as an argumen=
t.
+            # Better to not cache than to blow up entirely.
+            return self.func(*args)
+
+    def __repr__(self):
+        """Return the function's docstring."""
+        return self.func.__doc__
+
+
+def _xml_oneliner_re_from_tab_width(tab_width):
+    """Standalone XML processing instruction regex."""
+    return re.compile(r"""
+        (?:
+            (?<=3D\n\n)       # Starting after a blank line
+            |               # or
+            \A\n?           # the beginning of the doc
+        )
+        (                           # save in $1
+            [ ]{0,%d}
+            (?:
+                <\?\w+\b\s+.*?\?>   # XML processing instruction
+                |
+                <\w+:\w+\b\s+.*?/>  # namespaced single tag
+            )
+            [ \t]*
+            (?=3D\n{2,}|\Z)       # followed by a blank line or end of=
 document
+        )
+        """ % (tab_width - 1), re.X)
+_xml_oneliner_re_from_tab_width =3D _memoized(_xml_oneliner_re_from_ta=
b_width)
+
+
+def _hr_tag_re_from_tab_width(tab_width):
+    return re.compile(r"""
+        (?:
+            (?<=3D\n\n)       # Starting after a blank line
+            |               # or
+            \A\n?           # the beginning of the doc
+        )
+        (                       # save in \1
+            [ ]{0,%d}
+            <(hr)               # start tag =3D \2
+            \b                  # word break
+            ([^<>])*?           #
+            /?>                 # the matching end tag
+            [ \t]*
+            (?=3D\n{2,}|\Z)       # followed by a blank line or end of=
 document
+        )
+        """ % (tab_width - 1), re.X)
+_hr_tag_re_from_tab_width =3D _memoized(_hr_tag_re_from_tab_width)
+
+
+def _xml_escape_attr(attr, skip_single_quote=3DTrue):
+    """Escape the given string for use in an HTML/XML tag attribute.
+
+    By default this doesn't bother with escaping `'` to `&#39;`, presu=
ming that
+    the tag attribute is surrounded by double quotes.
+    """
+    escaped =3D (attr
+        .replace('&', '&amp;')
+        .replace('"', '&quot;')
+        .replace('<', '&lt;')
+        .replace('>', '&gt;'))
+    if not skip_single_quote:
+        escaped =3D escaped.replace("'", "&#39;")
+    return escaped
+
+
+def _xml_encode_email_char_at_random(ch):
+    r =3D random()
+    # Roughly 10% raw, 45% hex, 45% dec.
+    # '@' *must* be encoded. I [John Gruber] insist.
+    # Issue 26: '_' must be encoded.
+    if r > 0.9 and ch not in "@_":
+        return ch
+    elif r < 0.45:
+        # The [1:] is to drop leading '0': 0x63 -> x63
+        return '&#%s;' % hex(ord(ch))[1:]
+    else:
+        return '&#%s;' % ord(ch)
+
+
+def _urlencode(attr, safe_mode=3DFalse):
+    """Replace special characters in string using the %xx escape."""
+    if safe_mode:
+        escaped =3D quote_plus(attr).replace('+', ' ')
+    else:
+        escaped =3D attr.replace('"', '%22')
+    return escaped
+
+
+# ---- mainline
+
+class _NoReflowFormatter(optparse.IndentedHelpFormatter):
+    """An optparse formatter that does NOT reflow the description."""
+    def format_description(self, description):
+        return description or ""
+
+
+def _test():
+    import doctest
+    doctest.testmod()
+
+
+def main(argv=3DNone):
+    if argv is None:
+        argv =3D sys.argv
+    if not logging.root.handlers:
+        logging.basicConfig()
+
+    usage =3D "usage: %prog [PATHS...]"
+    version =3D "%prog "+__version__
+    parser =3D optparse.OptionParser(prog=3D"markdown2", usage=3Dusage=
,
+        version=3Dversion, description=3Dcmdln_desc,
+        formatter=3D_NoReflowFormatter())
+    parser.add_option("-v", "--verbose", dest=3D"log_level",
+                      action=3D"store_const", const=3Dlogging.DEBUG,
+                      help=3D"more verbose output")
+    parser.add_option("--encoding",
+                      help=3D"specify encoding of text content")
+    parser.add_option("--html4tags", action=3D"store_true", default=3D=
False,
+                      help=3D"use HTML 4 style for empty element tags"=
)
+    parser.add_option("-s", "--safe", metavar=3D"MODE", dest=3D"safe_m=
ode",
+                      help=3D"sanitize literal HTML: 'escape' escapes =
"
+                           "HTML meta chars, 'replace' replaces with a=
n "
+                           "[HTML_REMOVED] note")
+    parser.add_option("-x", "--extras", action=3D"append",
+                      help=3D"Turn on specific extra features (not par=
t of "
+                           "the core Markdown spec). See above.")
+    parser.add_option("--use-file-vars",
+                      help=3D"Look for and use Emacs-style 'markdown-e=
xtras' "
+                           "file var to turn on extras. See "
+                           "<https://github.com/trentm/python-markdown=
2/wiki/Extras>")
+    parser.add_option("--link-patterns-file",
+                      help=3D"path to a link pattern file")
+    parser.add_option("--self-test", action=3D"store_true",
+                      help=3D"run internal self-tests (some doctests)"=
)
+    parser.add_option("--compare", action=3D"store_true",
+                      help=3D"run against Markdown.pl as well (for tes=
ting)")
+    parser.set_defaults(log_level=3Dlogging.INFO, compare=3DFalse,
+                        encoding=3D"utf-8", safe_mode=3DNone, use_file=
_vars=3DFalse)
+    opts, paths =3D parser.parse_args()
+    log.setLevel(opts.log_level)
+
+    if opts.self_test:
+        return _test()
+
+    if opts.extras:
+        extras =3D {}
+        for s in opts.extras:
+            splitter =3D re.compile("[,;: ]+")
+            for e in splitter.split(s):
+                if '=3D' in e:
+                    ename, earg =3D e.split('=3D', 1)
+                    try:
+                        earg =3D int(earg)
+                    except ValueError:
+                        pass
+                else:
+                    ename, earg =3D e, None
+                extras[ename] =3D earg
+    else:
+        extras =3D None
+
+    if opts.link_patterns_file:
+        link_patterns =3D []
+        f =3D open(opts.link_patterns_file)
+        try:
+            for i, line in enumerate(f.readlines()):
+                if not line.strip(): continue
+                if line.lstrip().startswith("#"): continue
+                try:
+                    pat, href =3D line.rstrip().rsplit(None, 1)
+                except ValueError:
+                    raise MarkdownError("%s:%d: invalid link pattern l=
ine: %r"
+                                        % (opts.link_patterns_file, i+=
1, line))
+                link_patterns.append(
+                    (_regex_from_encoded_pattern(pat), href))
+        finally:
+            f.close()
+    else:
+        link_patterns =3D None
+
+    from os.path import join, dirname, abspath, exists
+    markdown_pl =3D join(dirname(dirname(abspath(__file__))), "test",
+                       "Markdown.pl")
+    if not paths:
+        paths =3D ['-']
+    for path in paths:
+        if path =3D=3D '-':
+            text =3D sys.stdin.read()
+        else:
+            fp =3D codecs.open(path, 'r', opts.encoding)
+            text =3D fp.read()
+            fp.close()
+        if opts.compare:
+            from subprocess import Popen, PIPE
+            print("=3D=3D=3D=3D Markdown.pl =3D=3D=3D=3D")
+            p =3D Popen('perl %s' % markdown_pl, shell=3DTrue, stdin=
=3DPIPE, stdout=3DPIPE, close_fds=3DTrue)
+            p.stdin.write(text.encode('utf-8'))
+            p.stdin.close()
+            perl_html =3D p.stdout.read().decode('utf-8')
+            if py3:
+                sys.stdout.write(perl_html)
+            else:
+                sys.stdout.write(perl_html.encode(
+                    sys.stdout.encoding or "utf-8", 'xmlcharrefreplace=
'))
+            print("=3D=3D=3D=3D markdown2.py =3D=3D=3D=3D")
+        html =3D markdown(text,
+            html4tags=3Dopts.html4tags,
+            safe_mode=3Dopts.safe_mode,
+            extras=3Dextras, link_patterns=3Dlink_patterns,
+            use_file_vars=3Dopts.use_file_vars)
+        if py3:
+            sys.stdout.write(html)
+        else:
+            sys.stdout.write(html.encode(
+                sys.stdout.encoding or "utf-8", 'xmlcharrefreplace'))
+        if extras and "toc" in extras:
+            log.debug("toc_html: " +
+                str(html.toc_html.encode(sys.stdout.encoding or "utf-8=
", 'xmlcharrefreplace')))
+        if opts.compare:
+            test_dir =3D join(dirname(dirname(abspath(__file__))), "te=
st")
+            if exists(join(test_dir, "test_markdown2.py")):
+                sys.path.insert(0, test_dir)
+                from test_markdown2 import norm_html_from_html
+                norm_html =3D norm_html_from_html(html)
+                norm_perl_html =3D norm_html_from_html(perl_html)
+            else:
+                norm_html =3D html
+                norm_perl_html =3D perl_html
+            print("=3D=3D=3D=3D match? %r =3D=3D=3D=3D" % (norm_perl_h=
tml =3D=3D norm_html))
+
+
+if __name__ =3D=3D "__main__":
+    sys.exit(main(sys.argv))
Index: checkout/doc/Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/doc/Makefile=09(nonexistent)
+++ checkout/doc/Makefile=09(revision 84790)
@@ -0,0 +1,19 @@
+NEMSDOC=3Dmarkdown.md BUILD.md RTSH.md NEWTEST.md
+APPDOC=3D../../doc/README.md
+MODELDOC=3Dmodeldoc.md  ../README.GFS.md ../README.NMM.md
+
+ALLDOC=3D$(APPDOC) $(NEMSDOC) $(MODELDOC)
+
+
+all: README.html
+
+clean:
+=09rm -f README.html
+
+README.html: $(ALLDOC)
+=09./md2html.py $(ALLDOC) README.html
+=09head README.html
+
+deliver: README.html README.css
+=09scp README.{css,html} \
+=09   samuel.trahan at dmzgw.ncep.noaa.gov:/home/www/emc/htdocs/projects/=
rt/doc/.
\ No newline at end of file
Index: checkout/doc/BUILD.md
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/doc/BUILD.md=09(nonexistent)
+++ checkout/doc/BUILD.md=09(revision 84790)
@@ -0,0 +1,129 @@
+<a name=3D"building"></a>Building NEMS
+=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
+
+This chapter describes the options for building the NEMSLegacy, and
+the supported platforms.  There are three ways to build: the
+NEMSAppBuilder in interactive or non-interactive mode, or a manual
+process.  The recommended way to compile the NEMS is to use the
+NEMSAppBuilder in non-interactive mode.  However, all methods are
+described here.  We also provide troubleshooting information at the
+end of this chapter.
+
+Build Targets
+-------------
+
+The list of build targets available for an app is found at the top
+level of the app in `*.appBuilder` files.  The app-level documentation
+should have information about the meanings and purpose of each build
+target.
+
+<a name=3D"ni-appbuild"></a> Recommended Method: Non-Interactive NEMSA=
ppBuilder
+----------------------------------------------------------------------=
-------
+
+From the top level (directory above NEMS), run the `NEMSAppBuilder`.
+This is a build script that knows how to build various apps, and works
+for more than just the NEMSLegacy.  The syntax is:
+
+    ./NEMS/NEMSAppBuilder (options) app=3D(app)
+
+Here, the `(app)` is the selected application as discussed in the
+[Supported Builds and Platforms section](#supbuild).  The `(options)`
+should be one of the following:
+
+* `rebuild` - clean the source directory before recompiling.
+* `norebuild` - do not clean; reuse existing libraries and object
+  files whenever possible.
+
+
+Interactive NEMSAppBuilder
+--------------------------
+
+The NEMSAppBuilder can be run in interactive mode.  To do so, simply
+run the command without any arguments:
+
+    ./NEMS/NEMSAppBuilder
+
+The NEMSAppBuilder will instruct you further.  Note that this method
+will discard some of the log files, which makes build failures harder
+to track.  Also, it has some errors in its process tracking, and will
+kill the wrong processes when a build is canceled.  Such bugs are why
+the non-interactive mode is preferred.
+
+
+
+<a name=3D"manual-method"></a>Manual Method: Configure, Clean, Make
+-----------------------------------------------------------------
+
+It is possible to build all apps via a manual method.  This method
+also makes other, undocumented, features available.  Ultimately, the
+NEMSAppBuilder is simply a wrapper around these manual commands.
+Before using such manual commands, it is best to talk to code managers
+to make sure you are building correctly.
+
+The manual method works like this:
+
+    cd NEMS/src/
+    ./configure (method)
+    source conf/modules.nems
+    gmake clean
+    gmake (nems-ver) J=3D-j2
+
+The `(method)` is one of the available configurations.  Run
+`./configure help` to get a list, or read the `configure` script.
+The `(nems-ver)` is one of the following:
+
+* `gsm` - build the GSM without GOCART
+* `gsm GOCART_MODE=3Dfull`
+* `nmm` - build the NMM without debug
+* `nmm DEBUG=3Don` - build NMM in debug mode
+* `nmm_post` - build NMM with inline post-processing
+
+
+
+Troubleshooting Failed Builds
+-----------------------------
+
+### Incomplete Checkout
+
+When there are network problems or high server load, your checkout
+from the Subversion and Git repositories may fail.  This will lead to
+any number of confusing errors while building.  You can continue the
+checkout process by going to the top level (above the NEMS directory) =
and running
+`svn update`.  Repeat that until no more files are updated, and no
+errors are reported.
+
+### Unclean Environment
+
+Setting up your environment incorrectly can lead to problems while
+building.  If you see build issues from a clean, new checkout, this
+may be the problem.  You should remove all `module` commands from your
+`~/.*rc` files and get a clean, new login shell.  Then retry the
+build.
+
+### Unclean Checkout
+
+Another common cause of failed builds is having unintended changes in
+your source code or build system.  To test for this, get a clean, new
+checkout from the repository and retry.
+
+### Unsupported Platform
+
+Some apps only support a few platforms.  For example, the NEMSLegacy
+app is only supported on WCOSS Phase 1 (Gyre/Tide) and NOAA Theia.
+Attempts to build on other platforms may or may not work.
+
+### Simultaneous Builds
+
+Attempting to build multiple times in the same NEMS checkout directory
+will cause unexpected failures.  For example, if you are running the
+regression test system twice at once, multiple builds will happen at
+the same time.  On Theia, this frequently shows up as a massive, many
+terabyte, file which cannot be created due to fileset quota limits.
+Other failure modes are possible.
+
+
+
+
+
+
+
Index: checkout/doc/md2html.py
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/doc/md2html.py=09(nonexistent)
+++ checkout/doc/md2html.py=09(revision 84790)
@@ -0,0 +1,83 @@
+#! /usr/bin/env python
+
+# Generates the README.html from README.md using the markdown2 module
+# in markdown.py.  Provide no arguments; just run from the app-level
+# doc directory.
+
+import markdown2
+import StringIO
+import logging
+import sys
+
+# Logging object for this module:
+logger=3DNone
+
+TOP=3D'''<html>
+<head>
+  <title>NEMSLegacy Build and Test Instructions</title>
+  <link rel=3D"stylesheet" type=3D"text/css" href=3D"README.css">
+</head>
+<body>
+'''
+
+BOTTOM=3D'''
+</body>
+</html>'''
+
+# List of extra options to turn on in markdown2:
+EXTRAS=3D['tables','code-friendly']
+
+def write(outfile,infiles):
+    # Open README.html as htmlf, in truncate mode:
+    logger.info('%s: output file'%(outfile,))
+    with open(outfile,'wt') as htmlf:
+        # Write the heading and open the <body> tag:
+        htmlf.write(TOP)
+
+        # Loop over all input files, writing each one:
+        for infile in infiles:
+            logger.info('%s: input file'%(infile,))
+            try:
+                htmlf.write(convert(infile))
+            except EnvironmentError as ee:
+                logger.warning('%s: skipping file: %s'%(infile,str(ee)=
))
+
+        # Close the body and html tags:
+        htmlf.write(BOTTOM)
+
+
+def convert(infile):
+    # Open the *.md file as mdf:
+    with open(infile,'rt') as mdf:
+        # Read all of the *.md file into md:
+        md=3Dmdf.read()
+
+    # convert the contents of the *.md file to HTML and return it:
+    return markdown2.markdown(md,extras=3DEXTRAS)
+   =20
+def initlogging():
+    global logger
+    logger=3Dlogging.getLogger('md2html')
+    oformat=3Dlogging.Formatter(
+        "%(asctime)s.%(msecs)03d %(name)s (%(filename)s:%(lineno)d) "
+        "%(levelname)s: %(message)s",
+        "%m/%d %H:%M:%S")
+    root=3Dlogging.getLogger()
+    root.setLevel(logging.INFO)
+    logstream=3Dlogging.StreamHandler(sys.stderr)
+    logstream.setFormatter(oformat)
+    logstream.setLevel(logging.INFO)
+    root.addHandler(logstream)
+
+def main(args):
+    initlogging()
+    if len(args)<2:
+        usage()
+    outfile=3Dargs[-1]   # last argument is the output file
+    infiles=3Dargs[0:-1] # remaining arguments are the input files
+    logger.info('Out %s in %s'%(outfile,
+                                ':'.join(infiles)))
+    write(outfile,infiles)
+
+if __name__=3D=3D'__main__':
+    main(sys.argv[1:])

Property changes on: checkout/doc/md2html.py
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/src
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/src=09(revision 84674)
+++ checkout/src=09(revision 84790)

Property changes on: checkout/src
___________________________________________________________________
Modified: svn:mergeinfo
## -0,0 +0,1 ##
   Merged /nems/branches/regtests/src:r84324-84789
Index: checkout/README.GFS.md
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/README.GFS.md=09(nonexistent)
+++ checkout/README.GFS.md=09(revision 84790)
@@ -0,0 +1,169 @@
+GSM Modification Instructions
+-----------------------------
+
+### How to add new variable to sigf file:
+
+1. Go to `~/src/atmos/gfs/dyn` directory
+
+2. Search the new variable,=20
+
+    a. If it is in a module, add that module in subroutine
+    POINT_DYNAMICS_OUTPUT_GFS in gfs_dynamics_output.f
+
+    b. If it is not in any module, add the new variable in dynamice
+    internal state, so that it can be passed into
+    POINT_DYNAMICS_OUTPUT_GFS
+
+      1. declare the variable in gfs_dynamics_internal_state_mod.f
+
+      2. allocate the variable in gfs_dynamics_initialize_mod.f
+
+    c. If the new variable is a 2D or 3D field in grid_gr, do nothing
+    (grid_gr has already be declared and allocated)
+
+3. In gfs_dynamics_output.f, add the variable name to the
+   corresponding output list, set the pointer in subroutine
+   POINT_DYNAMICS_OUTPUT_GFS for the new variable. (see example below)
+
+4.  In gfs_dynamics_initialize_mod.f, increase the dimension of the
+   output full grid buffer, `buff_mult_pieceg`, `ngrids_gg`,
+   `ngrids_gg=3Dngrids_gg+1(2d)`, or `ngrids_gg=3Dngrids_gg+fld_levs(3=
d)`
+
+5. If the new variable is a 2D or 3D array, pass it into
+   wrtout_dynamics, add the variable to subroutine grid_collect. In
+   grid_collect.f interpolate the field into full grid field and save =
the
+   data in buff_mult_pieceg.
+
+With these changes, a field (2d or3d array) or an attribute(1d
+int, real, log) will be added into the sigma field bundle in import
+write state, and it will then be written out in write grid component.
+Eg, to add dpdt(pressure tendency: ptend) in sigf file:
+
+1. dpdt is in grid_gr
+2. in gfs_dynamics_output.f, in DYN_INT_STATE_3D_R_ADIAB, add
+
+        ,'ptend       ', 'OGFS_SIG  ', 'levs      ' &
+
+before tracer "spfh". If adding a new tracer, add that tracer after
+"clwmr".  Notice in POINT_DYNAMICS_OUTPUT_GFS, the pointer for 3d
+real array output is set to buff_mult_pieceg
+
+        R_3D(1)%NAME=3D>buff_mult_pieceg
+
+we will add the output field ptend in buff_mult_pieceg
+
+3. in subroutine wrtout_dynamics in wrtout_dynamics.f, get dpdt from
+`grid_gr(:,:,g_dpdt:gdpdt+levs-1)`, and pass dpdt to grid_collect
+
+        !
+         do k=3D1,levs
+           do i=3D1,lons_lat
+             dpdt(i,lan,k) =3D grid_gr(i+jlonf,g_dpdt-1+k)
+           enddo
+         enddo
+         call grid_collect (zsg,psg,uug,vvg,ttg,rqg,dpg,dpdt,
+        &          global_lats_a,lonsperlat)
+
+4. in  gfs_dynamics_initialize_mod.f,=20
+
+        ngrids_gg=3Dngrids_gg+levs
+
+5. in grid_collect.f, interpolate the field from reduced grid to full
+grid, and add this field in buff_mult_pieceg before `tracersi(rqg)`
+start:
+
+       !
+        do k=3D1,levs
+          buffi(:,:) =3D dpdt(:,:,k)
+          CALL uninterpreg(1,kmsk,buffo,buffi,global_lats_a,lonsperlat=
,
+       & buff_mult_pieceg(1,1,2+5*levs+k) )
+         enddo
+
+Same procedure should be done with 2D arrays.
+
+### How to add new variable to sfcf or flxf file:
+
+1. Go to `~/src/atmos/gfs/phys` directory
+
+2. Search the new variable,
+
+    a. if it is in a module, add that module in subroutine
+    POINT_PHYSICS_OUTPUT_GFS in gfs_physics_output.f
+
+    b. if it is not in any module, and if the new variable is a scalar
+    or a 1D array, add it in physics internal state, so it can be
+    passed into POINT_PHYSICS_OUTPUT
+
+    c. if it is not in any module, and the new variable is 2D sfc or
+    flx field, in gfs_physics_sfc_flx_mod.f.
+
+      1. for sfc field,add the new variable in data type
+      Sfc_Var_Data,
+       =20
+      2. for flx field, add the new variable in Flx_Var_Data allocate
+      the new field in gfs_physics_sfc_flx_set_mod.f,if flx field,
+      initalize the field in subroutine flx_init
+
+3. In gfs_physics_output.f, add the variable name to the corresponding
+output list. 'OGFS_FLX' in the list is for flx file, 'OGFS_SFC' is for
+sfc file, 'OGFS_PHY' is for both files. The field name could be
+`"field_name"//"_"//"statistics property"`. SET THE Pointer in
+subroutine POINT_PHYSICS_OUTPUT_GFS for the new variable.
+
+4. If the new variable is a 2D or 3D, sfc or flx array:
+
+    a. increase dimension of sfc or flx output file buffer. In
+    gfs_physics_initialize_mod.f, increase ngrids_sfcc(total number of
+    sfc fields), or ngrids_sfc2d(total number of 2D sfc fields),or
+    ngrids_sfc3d(total 2D fields for all 3D sfc fields),or
+    ngrids_flx(total 2D flx fields)
+
+    b. for sfc field, in subroutine sfc_collect in wrtout_physics.f,
+    interpolate the field to full grid field, put the output full grd
+    field in buff_mult_piecea2d for 2D array, and put into
+    buff_mult_piecea3d for 3D array.
+
+    c. for flx field, in subroutine wrtflx_a in wrtout_physics.f,
+    interpolate the field to full grid field, put the output full grd
+    field in buff_mult_piecef.
+
+With these changes, a field (2d or 3d array) or an attribute(1d
+int, real, or log) will be added into the sfc or flx field bundle in i=
mport
+write state, and it will then be written out in write grid component.
+
+Eg, to add sunshine durationtime (sunsd) in flxf file:
+
+1. in gfs_physics_sfc_flx_mod.f, in TYPE Flx_Var_Data, add:
+
+        real(kind=3Dkind_phys),pointer:: suntim(:,:)=3D>null()
+
+   allocate this array in gfs_physics_sfc_flx_set_mod.f, in allication
+   of xlf field, add:
+
+        flx_fld%suntim  (dim1,dim2), &
+
+2. in gfs_physics_output.f, in array PHY_INT_STATE_2D_R_FLX,add:
+
+        ,'sunsd_acc       ', 'OGFS_FLX        ', 'sfc             ' &
+
+3. add new field in output buffer buff_mult_piecef:
+
+    a. change dimension of buff_mult_piecef in gfs_physics_initialize_=
mod.f:
+
+            ngrids_flx  =3D 66+43+6
+
+    b. in wrtflx_a in wrtout_physics.f, interpolate the suntim to full
+    grid fields and save it in buff_mult_piecef
+
+            !
+            !    accumulated sunshine time
+            !
+                  glolal  =3D flx_fld%suntim
+                  ngrid2d =3D ngrid2d+1
+                  CALL uninterprez(2,kmsk0,buffo,glolal,global_lats_r,=
lonsperlar,
+            &     buff_mult_piecef(1,1,ngrid2d))
+            !     if(ierr.ne.0)print*,'wrtsfc gribit ierr=3D',ierr,'  =
',
+            !    x '107)Accumulated sunshine duration (sec)'
+            !
+            !    end sunshine time
+
Index: checkout/README.md
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout/README.md=09(nonexistent)
+++ checkout/README.md=09(revision 84790)
@@ -0,0 +1,17 @@
+National Environmental Modeling System (NEMS) Version 4.0
+=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
+
+This is the source directory for the NEMS component of NEMS-based
+modeling systems.  It:
+
+* Employs ESMF superstructure & utilities
+* Separate dynamics, physics, and coupler grid components &
+  import/export states
+* Digital filtering capabilities added
+* Adiabatic (dynamics only) simulation capability
+* Enhanced postprocessing capability
+
+Most documentation that was in this file is now in the doc/
+subdirectory, or in the app-level doc/ directory.  This documentation
+is automatically combined into a single HTML file when runs `make` in
+the doc/ subdirectory.
Index: checkout
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- checkout=09(revision 84674)
+++ checkout=09(revision 84790)

Property changes on: checkout
___________________________________________________________________
Modified: svn:mergeinfo
## -0,0 +0,1 ##
   Merged /nems/branches/regtests:r84324-84789

--=_5834f0a9.YdV8vLhZvEshq+4UOuOTezv/hcHKwtX8oyd7Ve2TCEzvOZ+4--


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