[Wrf-users] compilation problem with WRFV3.4

Martin Ivanov martin.ivanov at ifg.uni-tuebingen.de
Fri Apr 27 06:56:25 MDT 2012


Dear WRF users,

I need to install the WRF model on my 64-bit Slackware64-13.37 Linux 
system,
gcc-4.5.3, gfortran-4.5.3, jasper-1.900.1, netcdf-4.1.1, openmpi-1.4.5. 
The header files for the packages
on my system are stored in /usr/include and the libraries in /usr/lib64. 
To make sure I copy the netcdf libaries also in /usr/lib.
  Slackware ships only shared, not static libraries, so have compiled 
netcdf with shared libraries only too.
I set the following environmental variables:
export NETCDF="/usr"
export JASPERLIB="/usr/lib64"
export JASPERINC="/usr/include"
export WRFIO_NCD_LARGE_FILE_SUPPORT=1
export WRF_NMM_CORE=1
export WRF_NMM_NEST=1
export HWRF=1
 From the list of supported platforms I choose 25, that is x86_64 Linux, 
gfortran compiler with gcc (dmpar)
and on the prompt compile for nesting I choose 3=vortex following. Then 
I issue ./compile nmm_real.
The compilation fails after a while with the error message:

make[2]: Entering directory `/home/marto/build/tmp/WRF-3.4/dyn_nmm'
make[2]: `module_initialize_real.o' is up to date.
make[2]: Leaving directory `/home/marto/build/tmp/WRF-3.4/dyn_nmm'
ranlib libwrflib.a
mpif90  -o real_nmm.exe  -O3 -ftree-vectorize -ftree-loop-linear 
-funroll-loops -w -ffree-form -ffree-line-length-none 
-fconvert=big-endian -frecord-marker=4    real_nmm.o libwrflib.a 
/home/marto/build/tmp/WRF-3.4/external/fftpack/fftpack5/libfftpack.a 
/home/marto/build/tmp/WRF-3.4/external/io_grib1/libio_grib1.a 
/home/marto/build/tmp/WRF-3.4/external/io_grib_share/libio_grib_share.a 
/home/marto/build/tmp/WRF-3.4/external/io_int/libwrfio_int.a 
-L/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90 -lesmf_time 
/home/marto/build/tmp/WRF-3.4/external/RSL_LITE/librsl_lite.a 
/home/marto/build/tmp/WRF-3.4/frame/module_internal_header_util.o 
/home/marto/build/tmp/WRF-3.4/frame/pack_utils.o  
-L/home/marto/build/tmp/WRF-3.4/external/io_netcdf -lwrfio_nf 
-L/usr/lib  -lnetcdf
/usr/lib64/gcc/x86_64-slackware-linux/4.5.3/../../../../x86_64-slackware-linux/bin/ld: 
cannot find -lwrfio_nf
collect2: ld returned 1 exit status

The same error occurs if I choose 1 for the nesting configuration.

The  output from the configure and compile scripts 
(compilationError.txt) is attached. The tar.bz2-ed compilation directory 
was too big (~67 MB) to attach.

Something else is also worrying: as you can see the configure script 
fails to find the jasper libraries (If you REALLY want Grib2 output from 
WRF, modify the arch/Config_new.pl script.
Right now you are not getting the Jasper lib, from the environment, 
compiled into WRF.), although they are available on the system:
ls /usr/lib64/libjasper*
/usr/lib64/libjasper.a  /usr/lib64/libjasper.la  
/usr/lib64/libjasper.so  /usr/lib64/libjasper.so.1  
/usr/lib64/libjasper.so.1.0.0
ls /usr/include/jasper*
jas_cm.h      jas_config2.h  jas_fix.h     jas_icc.h    jas_init.h    
jas_math.h  jas_stream.h  jas_tmr.h  jas_types.h    jasper.h
jas_config.h  jas_debug.h    jas_getopt.h  jas_image.h  jas_malloc.h  
jas_seq.h   jas_string.h  jas_tvp.h  jas_version.h

I have also tried export JASPERINC="/usr/include/jasper" or export 
JASPERINC="/usr", but of no avail.

Any suggestions will be appreciated.

Best regards,

-- 
Dr. Martin Ivanov
Eberhard-Karls-Universität Tübingen
Mathematisch-Naturwissenschaftliche Fakultät
Fachbereich Geowissenschaften
Water&  Earth System Science (WESS)
Keplerstraße 17, 72074 Tübingen, Deutschland
Tel. +4970712975023

-------------- next part --------------
checking for perl5... no
checking for perl... found /usr/bin/perl (perl)
Will use NETCDF in dir: /usr
PHDF5 not set in environment. Will configure WRF for use without.
which: no timex in (/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib64/java/bin:/usr/lib64/java/jre/bin:/usr/lib64/java/bin:/usr/lib64/kde4/libexec:/usr/lib64/qt/bin:/usr/share/texmf/bin:.)


If you REALLY want Grib2 output from WRF, modify the arch/Config_new.pl script.
Right now you are not getting the Jasper lib, from the environment, compiled into WRF.

------------------------------------------------------------------------
Please select from among the following supported platforms.

   1.  Linux x86_64, PGI compiler with gcc  (serial)
   2.  Linux x86_64, PGI compiler with gcc  (smpar)
   3.  Linux x86_64, PGI compiler with gcc  (dmpar)
   4.  Linux x86_64, PGI compiler with gcc  (dm+sm)
   5.  Linux x86_64, PGI compiler with pgcc, SGI MPT  (serial)
   6.  Linux x86_64, PGI compiler with pgcc, SGI MPT  (smpar)
   7.  Linux x86_64, PGI compiler with pgcc, SGI MPT  (dmpar)
   8.  Linux x86_64, PGI compiler with pgcc, SGI MPT  (dm+sm)
   9.  Linux x86_64, PGI accelerator compiler with gcc  (serial)
  10.  Linux x86_64, PGI accelerator compiler with gcc  (smpar)
  11.  Linux x86_64, PGI accelerator compiler with gcc  (dmpar)
  12.  Linux x86_64, PGI accelerator compiler with gcc  (dm+sm)
  13.  Linux x86_64 i486 i586 i686, ifort compiler with icc  (serial)
  14.  Linux x86_64 i486 i586 i686, ifort compiler with icc  (smpar)
  15.  Linux x86_64 i486 i586 i686, ifort compiler with icc  (dmpar)
  16.  Linux x86_64 i486 i586 i686, ifort compiler with icc  (dm+sm)
  17.  Linux x86_64 i486 i586 i686, ifort compiler with icc, SGI MPT  (serial)
  18.  Linux x86_64 i486 i586 i686, ifort compiler with icc, SGI MPT  (smpar)
  19.  Linux x86_64 i486 i586 i686, ifort compiler with icc, SGI MPT  (dmpar)
  20.  Linux x86_64 i486 i586 i686, ifort compiler with icc, SGI MPT  (dm+sm)
  21.  Linux i486 i586 i686 x86_64, PathScale compiler with pathcc  (serial)
  22.  Linux i486 i586 i686 x86_64, PathScale compiler with pathcc  (dmpar)
  23.  x86_64 Linux, gfortran compiler with gcc   (serial)
  24.  x86_64 Linux, gfortran compiler with gcc   (smpar)
  25.  x86_64 Linux, gfortran compiler with gcc   (dmpar)
  26.  x86_64 Linux, gfortran compiler with gcc   (dm+sm)
  27.  Cray XT CLE/Linux x86_64, PGI compiler with gcc  (serial)
  28.  Cray XT CLE/Linux x86_64, PGI compiler with gcc  (smpar)
  29.  Cray XT CLE/Linux x86_64, PGI compiler with gcc  (dmpar)
  30.  Cray XT CLE/Linux x86_64, PGI compiler with gcc  (dm+sm)
  31.  Cray XT CLE/Linux x86_64, Cray CCE compiler with gcc  (serial)
  32.  Cray XT CLE/Linux x86_64, Cray CCE compiler with gcc  (smpar)
  33.  Cray XT CLE/Linux x86_64, Cray CCE compiler with gcc  (dmpar)
  34.  Cray XT CLE/Linux x86_64, Cray CCE compiler with gcc  (dm+sm)

Enter selection [1-34] : ------------------------------------------------------------------------
Compile for nesting? (1=basic, 2=preset moves, 3=vortex following) [default 1]: 
Configuration successful. To build the model type compile . 
------------------------------------------------------------------------
testing for MPI_Comm_f2c and MPI_Comm_c2f
   MPI_Comm_f2c and MPI_Comm_c2f are supported
testing for fseeko and fseeko64
fseeko64 is supported
------------------------------------------------------------------------

# Settings for x86_64 Linux, gfortran compiler with gcc   (dmpar)
#
DMPARALLEL      =        1
OMPCPP          =       # -D_OPENMP
OMP             =       # -fopenmp
OMPCC           =       # -fopenmp
SFC             =       gfortran
SCC             =       gcc
CCOMP           =       gcc
DM_FC           =       mpif90 -f90=$(SFC)
DM_CC           =       mpicc -cc=$(SCC) -DMPI2_SUPPORT
FC              =        $(DM_FC)
CC              =       $(DM_CC) -DFSEEKO64_OK 
LD              =       $(FC)
RWORDSIZE       =       $(NATIVE_RWORDSIZE)
PROMOTION       =       # -fdefault-real-8  # uncomment manually
ARCH_LOCAL      =       -DNONSTANDARD_SYSTEM_SUBR
CFLAGS_LOCAL    =       -w -O3 -c -DLANDREAD_STUB
LDFLAGS_LOCAL   =       
CPLUSPLUSLIB    =       
ESMF_LDFLAG     =       $(CPLUSPLUSLIB)
FCOPTIM         =       -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops
FCREDUCEDOPT	=       $(FCOPTIM)
FCNOOPT		=       -O0
FCDEBUG         =       # -g $(FCNOOPT)
FORMAT_FIXED    =       -ffixed-form
FORMAT_FREE     =       -ffree-form -ffree-line-length-none
FCSUFFIX        =       
BYTESWAPIO      =       -fconvert=big-endian -frecord-marker=4
FCBASEOPTS_NO_G =       -w $(FORMAT_FREE) $(BYTESWAPIO)
FCBASEOPTS      =       $(FCBASEOPTS_NO_G) $(FCDEBUG)
MODULE_SRCH_FLAG =     
TRADFLAG        =      -traditional
CPP             =      /lib/cpp -C -P
AR              =      ar
ARFLAGS         =      ru
M4              =      m4 -G
RANLIB          =      ranlib
CC_TOOLS        =      $(SCC) 

###########################################################
######################
# POSTAMBLE

FGREP = fgrep -iq

ARCHFLAGS       =    $(COREDEFS) -DIWORDSIZE=$(IWORDSIZE) -DDWORDSIZE=$(DWORDSIZE) -DRWORDSIZE=$(RWORDSIZE) -DLWORDSIZE=$(LWORDSIZE) \
                     $(ARCH_LOCAL) \
                     $(DA_ARCHFLAGS) \
                      -DDM_PARALLEL \
                       \
                      -DNETCDF \
                       \
                       \
                       \
                       \
                       \
                       \
                       \
                      -DMOVE_NESTS -DVORTEX_CENTER \
                      -DUSE_ALLOCATABLES \
                      -DGRIB1 \
                      -DINTIO \
                      -DLIMIT_ARGS \
                      -DCONFIG_BUF_LEN=$(CONFIG_BUF_LEN) \
                      -DMAX_DOMAINS_F=$(MAX_DOMAINS) \
                      -DMAX_HISTORY=$(MAX_HISTORY) \
		      -DNMM_NEST=$(WRF_NMM_NEST)
CFLAGS          =    $(CFLAGS_LOCAL) -DDM_PARALLEL  \
                      -DMAX_HISTORY=$(MAX_HISTORY)
FCFLAGS         =    $(FCOPTIM) $(FCBASEOPTS)
ESMF_LIB_FLAGS  =    
# ESMF 5 -- these are defined in esmf.mk, included above
 ESMF_IO_LIB     =    -L$(WRF_SRC_ROOT_DIR)/external/esmf_time_f90 -lesmf_time
ESMF_IO_LIB_EXT =    -L$(WRF_SRC_ROOT_DIR)/external/esmf_time_f90 -lesmf_time
INCLUDE_MODULES =    $(MODULE_SRCH_FLAG) \
                     $(ESMF_MOD_INC) $(ESMF_LIB_FLAGS) \
                      -I$(WRF_SRC_ROOT_DIR)/main \
                      -I$(WRF_SRC_ROOT_DIR)/external/io_netcdf \
                      -I$(WRF_SRC_ROOT_DIR)/external/io_int \
                      -I$(WRF_SRC_ROOT_DIR)/frame \
                      -I$(WRF_SRC_ROOT_DIR)/share \
                      -I$(WRF_SRC_ROOT_DIR)/phys \
                      -I$(WRF_SRC_ROOT_DIR)/chem -I$(WRF_SRC_ROOT_DIR)/inc \
                      -I$(NETCDFPATH)/include \
                      
REGISTRY        =    Registry

 LIB_BUNDLED     = \
                      $(WRF_SRC_ROOT_DIR)/external/fftpack/fftpack5/libfftpack.a \
                      $(WRF_SRC_ROOT_DIR)/external/io_grib1/libio_grib1.a \
                      $(WRF_SRC_ROOT_DIR)/external/io_grib_share/libio_grib_share.a \
                      $(WRF_SRC_ROOT_DIR)/external/io_int/libwrfio_int.a \
                      $(ESMF_IO_LIB) \
                      $(WRF_SRC_ROOT_DIR)/external/RSL_LITE/librsl_lite.a \
                      $(WRF_SRC_ROOT_DIR)/frame/module_internal_header_util.o \
                      $(WRF_SRC_ROOT_DIR)/frame/pack_utils.o 

 LIB_EXTERNAL    = \
                      -L$(WRF_SRC_ROOT_DIR)/external/io_netcdf -lwrfio_nf -L/usr/lib  -lnetcdf    

LIB             =    $(LIB_BUNDLED) $(LIB_EXTERNAL) $(LIB_LOCAL)
LDFLAGS         =    $(OMP) $(FCFLAGS) $(LDFLAGS_LOCAL) 
ENVCOMPDEFS     =    
WRF_CHEM	=	0 
CPPFLAGS        =    $(ARCHFLAGS) $(ENVCOMPDEFS) -I$(LIBINCLUDE) $(TRADFLAG) 
NETCDFPATH      =    /usr
PNETCDFPATH     =    

bundled:  wrf_ioapi_includes wrfio_grib_share wrfio_grib1 wrfio_int esmf_time fftpack 
external:  wrfio_nf   $(WRF_SRC_ROOT_DIR)/external/RSL_LITE/librsl_lite.a gen_comms_rsllite module_dm_rsllite $(ESMF_TARGET)

######################
------------------------------------------------------------------------
Settings listed above are written to configure.wrf.
If you wish to change settings, please edit that file.
If you wish to change the default options, edit the file:
     arch/configure_new.defaults
grep: /usr/include/netcdf.inc: No such file or directory
  
copying Registry/Registry.NMM_HWRF to Registry/Registry
 
Compiling: WRF_NMM_CORE .
 
setting parallel make -j 2
make -i -r MODULE_DIRS="-I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include " ext
make[1]: Entering directory `/home/marto/build/tmp/WRF-3.4'
--------------------------------------
( cd frame ; make -i -r externals )
make[2]: Entering directory `/home/marto/build/tmp/WRF-3.4/frame'
( cd /home/marto/build/tmp/WRF-3.4/external/ioapi_share ; \
          make -i -r NATIVE_RWORDSIZE="4" RWORDSIZE="4" AR="ar" ARFLAGS="ru" )
make[3]: Entering directory `/home/marto/build/tmp/WRF-3.4/external/ioapi_share'
( /bin/rm -f ../../inc/wrf_io_flags.h foo_io_flags.h; \
/bin/cp wrf_io_flags.h foo_io_flags.h; \
if [ 4 -ne 4 ] ; then \
  /bin/rm -f foo_io_flags.h; \
  sed -e 's/104/105/' wrf_io_flags.h > foo_io_flags.h ;\
fi ; \
/bin/mv foo_io_flags.h ../../inc/wrf_io_flags.h )
/bin/rm -f ../../inc/wrf_status_codes.h
/bin/cp wrf_status_codes.h ../../inc
make[3]: Leaving directory `/home/marto/build/tmp/WRF-3.4/external/ioapi_share'
( cd /home/marto/build/tmp/WRF-3.4/external/io_grib_share ; \
          make CC="gcc" CFLAGS="-w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25" RM="rm -f" RANLIB="ranlib" CPP="/lib/cpp -C -P" \
          FC="gfortran  -I.  -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  " TRADFLAG="-traditional" AR="ar" ARFLAGS="ru" archive) 
make[3]: Entering directory `/home/marto/build/tmp/WRF-3.4/external/io_grib_share'
make[4]: Entering directory `/home/marto/build/tmp/WRF-3.4/external/io_grib_share'
rm -f io_grib_share.o
/lib/cpp -C -P  -traditional  -I. io_grib_share.F > io_grib_share.f90
gfortran  -I.  -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4     -I.     -c io_grib_share.f90
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c get_region_center.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c gridnav.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c open_file.c
ar ru ./libio_grib_share.a io_grib_share.o get_region_center.o gridnav.o open_file.o
ar: creating ./libio_grib_share.a
ranlib ./libio_grib_share.a
make[4]: Leaving directory `/home/marto/build/tmp/WRF-3.4/external/io_grib_share'
make[3]: Leaving directory `/home/marto/build/tmp/WRF-3.4/external/io_grib_share'
( cd /home/marto/build/tmp/WRF-3.4/external/io_grib1 ; \
          make CC="gcc" CFLAGS="-w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25" RM="rm -f" RANLIB="ranlib" CPP="/lib/cpp -C -P" \
          FC="gfortran  -I.  -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  " TRADFLAG="-traditional" AR="ar" ARFLAGS="ru" archive)
make[3]: Entering directory `/home/marto/build/tmp/WRF-3.4/external/io_grib1'
        Doing make archive on library subdirectory MEL_grib1
make[4]: Entering directory `/home/marto/build/tmp/WRF-3.4/external/io_grib1/MEL_grib1'
make[5]: Entering directory `/home/marto/build/tmp/WRF-3.4/external/io_grib1/MEL_grib1'
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c FTP_getfile.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c apply_bitmap.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c display_gribhdr.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c gbyte.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c grib_dec.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c grib_enc.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c grib_seek.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c gribgetbds.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c gribgetbms.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c gribgetgds.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c gribgetpds.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c gribhdr2file.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c gribputbds.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c gribputgds.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c gribputpds.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c hdr_print.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c init_dec_struct.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c init_enc_struct.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c init_gribhdr.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c init_struct.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c ld_dec_lookup.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c ld_enc_input.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c ld_enc_lookup.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c ld_grib_origctrs.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c make_default_grbfn.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c make_grib_log.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c map_lvl.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c map_parm.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c pack_spatial.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c prt_inp_struct.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c upd_child_errmsg.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c prt_badmsg.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c swap.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c grib_uthin.c
gcc  -I. -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c set_bytes.c
ar ru ../libio_grib1.a FTP_getfile.o apply_bitmap.o display_gribhdr.o gbyte.o grib_dec.o grib_enc.o grib_seek.o gribgetbds.o gribgetbms.o gribgetgds.o gribgetpds.o gribhdr2file.o gribputbds.o gribputgds.o gribputpds.o hdr_print.o init_dec_struct.o init_enc_struct.o init_gribhdr.o init_struct.o ld_dec_lookup.o ld_enc_input.o ld_enc_lookup.o ld_grib_origctrs.o make_default_grbfn.o make_grib_log.o map_lvl.o map_parm.o pack_spatial.o prt_inp_struct.o upd_child_errmsg.o prt_badmsg.o swap.o grib_uthin.o set_bytes.o
ar: creating ../libio_grib1.a
ranlib ../libio_grib1.a
make[5]: Leaving directory `/home/marto/build/tmp/WRF-3.4/external/io_grib1/MEL_grib1'
make[4]: Leaving directory `/home/marto/build/tmp/WRF-3.4/external/io_grib1/MEL_grib1'
        Doing make archive on library subdirectory grib1_util
make[4]: Entering directory `/home/marto/build/tmp/WRF-3.4/external/io_grib1/grib1_util'
make[5]: Entering directory `/home/marto/build/tmp/WRF-3.4/external/io_grib1/grib1_util'
gcc  -I. -I../MEL_grib1 -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c alloc_2d.c
gcc  -I. -I../MEL_grib1 -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c read_grib.c
gcc  -I. -I../MEL_grib1 -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c write_grib.c
ar ru ../libio_grib1.a alloc_2d.o read_grib.o write_grib.o
ranlib ../libio_grib1.a
make[5]: Leaving directory `/home/marto/build/tmp/WRF-3.4/external/io_grib1/grib1_util'
make[4]: Leaving directory `/home/marto/build/tmp/WRF-3.4/external/io_grib1/grib1_util'
        Doing make archive on library subdirectory WGRIB
make[4]: Entering directory `/home/marto/build/tmp/WRF-3.4/external/io_grib1/WGRIB'
gcc -c -O wgrib_main.c
gcc -c -O seekgrib.c
gcc -c -O ibm2flt.c
gcc -c -O readgrib.c
gcc -c -O intpower.c
gcc -c -O cnames.c
gcc -c -O BDSunpk.c
gcc -c -O flt2ieee.c
gcc -c -O wrtieee.c
gcc -c -O levels.c
gcc -c -O PDStimes.c
gcc -c -O missing.c
gcc -c -O nceptable_reanal.c
gcc -c -O nceptable_opn.c
gcc -c -O ensemble.c
gcc -c -O ombtable.c
gcc -c -O ec_ext.c
gcc -c -O gribtable.c
gcc -c -O gds_grid.c
gcc -c -O PDS_date.c
gcc -c -O ectable_128.c
gcc -c -O ectable_129.c
gcc -c -O ectable_130.c
gcc -c -O ectable_131.c
gcc -c -O ectable_140.c
gcc -c -O ectable_150.c
gcc -c -O ectable_151.c
gcc -c -O ectable_160.c
gcc -c -O ectable_170.c
gcc -c -O ectable_180.c
gcc -c -O nceptab_129.c
gcc -c -O dwdtable_002.c
gcc -c -O dwdtable_201.c
gcc -c -O dwdtable_202.c
gcc -c -O dwdtable_203.c
gcc -c -O cptectable_254.c
gcc -c -O nceptab_130.c
gcc -c -O nceptab_131.c
gcc -o wgrib.exe wgrib_main.o seekgrib.o ibm2flt.o readgrib.o intpower.o cnames.o BDSunpk.o flt2ieee.o wrtieee.o levels.o PDStimes.o missing.o nceptable_reanal.o nceptable_opn.o ensemble.o ombtable.o ec_ext.o gribtable.o gds_grid.o PDS_date.o ectable_128.o ectable_129.o ectable_130.o ectable_131.o ectable_140.o ectable_150.o ectable_151.o ectable_160.o ectable_170.o ectable_180.o nceptab_129.o dwdtable_002.o dwdtable_201.o dwdtable_202.o dwdtable_203.o cptectable_254.o nceptab_130.o nceptab_131.o #-lm
( cd .. ; \rm -f wgrib.exe ; \ln -sf WGRIB/wgrib.exe wgrib.exe ; cd WGRIB )
make[4]: Leaving directory `/home/marto/build/tmp/WRF-3.4/external/io_grib1/WGRIB'
make[4]: Entering directory `/home/marto/build/tmp/WRF-3.4/external/io_grib1'
gcc  -I. -I./MEL_grib1 -Igrib1_util -I../io_grib_share -I../ -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c grib1_routines.c
gcc  -I. -I./MEL_grib1 -Igrib1_util -I../io_grib_share -I../ -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c gribmap.c
rm -f io_grib1.o
/lib/cpp -C -P  -traditional  -I. -I./MEL_grib1 -Igrib1_util -I../io_grib_share -I../ io_grib1.F > io_grib1.f90
gfortran  -I.  -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4     -I. -I./MEL_grib1 -Igrib1_util -I../io_grib_share -I../     -c io_grib1.f90
gcc  -I. -I./MEL_grib1 -Igrib1_util -I../io_grib_share -I../ -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25   -c trim.c
ar ru ./libio_grib1.a grib1_routines.o gribmap.o io_grib1.o trim.o
ranlib ./libio_grib1.a
make[4]: Leaving directory `/home/marto/build/tmp/WRF-3.4/external/io_grib1'
make[3]: Leaving directory `/home/marto/build/tmp/WRF-3.4/external/io_grib1'
( cd /home/marto/build/tmp/WRF-3.4/external/io_int ; \
          make CC="mpicc -cc=gcc -DMPI2_SUPPORT -DFSEEKO64_OK " RM="rm -f" RANLIB="ranlib" CPP="/lib/cpp -C -P" \
          FC="gfortran   -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 " FGREP="fgrep -iq" \
          TRADFLAG="-traditional" AR="ar" ARFLAGS="ru" ARCHFLAGS="-DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1" all )
make[3]: Entering directory `/home/marto/build/tmp/WRF-3.4/external/io_int'
cp ../../frame/module_internal_header_util.F module_internal_header_util.b
cp ../../inc/intio_tags.h intio_tags.h
/bin/rm -f module_internal_header_util.f
/lib/cpp -C -P -traditional  -I../ioapi_share module_internal_header_util.b > module_internal_header_util.f
gfortran   -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I. -o module_internal_header_util.o -c module_internal_header_util.f
/bin/rm -f module_internal_header_util.b
/lib/cpp -C -P -traditional  -I../../inc -I../ioapi_share io_int.F90 | m4 -Uinclude -Uindex -Ulen - > io_int.f
gfortran   -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../../inc -I. -I../ioapi_share -o io_int.o -c io_int.f
/bin/rm -f intio_tags.h
/bin/rm -f libwrfio_int.a
ar cr libwrfio_int.a io_int.o 
ranlib libwrfio_int.a
Diffwrf io_int will be built later on in this compile. No need to rerun compile. 
Diffwrf io_int will be built later on in this compile. No need to rerun compile. 
Diffwrf io_int will be built later on in this compile. No need to rerun compile. 
Diffwrf io_int will be built later on in this compile. No need to rerun compile. 
if [ -f ../../frame/pack_utils.o ] ; then \
		mv diffwrf.F diffwrf.F90    ; \
                        x=`echo "gfortran   -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 " | awk '{print $1}'` ; export x ; \
                        if [ $x = "gfortran" ] ; then \
                          echo removing external declaration of iargc for gfortran ; \
		  /lib/cpp -C -P -traditional  -I../ioapi_share diffwrf.F90 | sed '/integer *, *external.*iargc/d' > diffwrf.f  ; \
                        else \
		  /lib/cpp -C -P -traditional  -I../ioapi_share diffwrf.F90 > diffwrf.f  ; \
                        fi ; \
		gfortran   -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -c  -I../ioapi_share diffwrf.f    ; \
		mv diffwrf.F90 diffwrf.F ; \
		gfortran   -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4    -o diffwrf diffwrf.o io_int.o  \
                        ../../frame/pack_utils.o ../../frame/module_internal_header_util.o \
                        ../../frame/module_driver_constants.o \
		../../frame/module_machine.o ../../frame/wrf_debug.o ../../frame/module_wrf_error.o \
		 ; fi
make[3]: Leaving directory `/home/marto/build/tmp/WRF-3.4/external/io_int'
( cd /home/marto/build/tmp/WRF-3.4/external/esmf_time_f90 ; \
          make FC="gfortran   -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 " RANLIB="ranlib" \
          CPP="/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -I. -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1 -traditional" AR="ar" ARFLAGS="ru" )
make[3]: Entering directory `/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90'
/bin/rm -f ESMF_Base.o
sed -e "/\!.*'/s/'//g" ESMF_Base.F90 > ESMF_Base.b
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -I. -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1 -traditional -C -P -I. ESMF_Base.b > ESMF_Base.f
/bin/rm -f ESMF_Base.b
gfortran   -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -o ESMF_Base.o -c ESMF_Base.f
/bin/rm -f ESMF_BaseTime.o
sed -e "/\!.*'/s/'//g" ESMF_BaseTime.F90 > ESMF_BaseTime.b
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -I. -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1 -traditional -C -P -I. ESMF_BaseTime.b > ESMF_BaseTime.f
/bin/rm -f ESMF_BaseTime.b
gfortran   -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -o ESMF_BaseTime.o -c ESMF_BaseTime.f
/bin/rm -f ESMF_Calendar.o
sed -e "/\!.*'/s/'//g" ESMF_Calendar.F90 > ESMF_Calendar.b
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -I. -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1 -traditional -C -P -I. ESMF_Calendar.b > ESMF_Calendar.f
/bin/rm -f ESMF_Calendar.b
gfortran   -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -o ESMF_Calendar.o -c ESMF_Calendar.f
/bin/rm -f ESMF_Fraction.o
sed -e "/\!.*'/s/'//g" ESMF_Fraction.F90 > ESMF_Fraction.b
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -I. -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1 -traditional -C -P -I. ESMF_Fraction.b > ESMF_Fraction.f
/bin/rm -f ESMF_Fraction.b
gfortran   -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -o ESMF_Fraction.o -c ESMF_Fraction.f
/bin/rm -f ESMF_TimeInterval.o
sed -e "/\!.*'/s/'//g" ESMF_TimeInterval.F90 > ESMF_TimeInterval.b
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -I. -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1 -traditional -C -P -I. ESMF_TimeInterval.b > ESMF_TimeInterval.f
/bin/rm -f ESMF_TimeInterval.b
gfortran   -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -o ESMF_TimeInterval.o -c ESMF_TimeInterval.f
/bin/rm -f ESMF_Stubs.o
sed -e "/\!.*'/s/'//g" ESMF_Stubs.F90 > ESMF_Stubs.b
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -I. -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1 -traditional -C -P -I. ESMF_Stubs.b > ESMF_Stubs.f
/bin/rm -f ESMF_Stubs.b
gfortran   -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -o ESMF_Stubs.o -c ESMF_Stubs.f
/bin/rm -f ESMF_Time.o
sed -e "/\!.*'/s/'//g" ESMF_Time.F90 > ESMF_Time.b
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -I. -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1 -traditional -C -P -I. ESMF_Time.b > ESMF_Time.f
/bin/rm -f ESMF_Time.b
gfortran   -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -o ESMF_Time.o -c ESMF_Time.f
/bin/rm -f ESMF_Alarm.o
sed -e "/\!.*'/s/'//g" ESMF_Alarm.F90 > ESMF_Alarm.b
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -I. -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1 -traditional -C -P -I. ESMF_Alarm.b > ESMF_Alarm.f
/bin/rm -f ESMF_Alarm.b
gfortran   -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -o ESMF_Alarm.o -c ESMF_Alarm.f
/bin/rm -f ESMF_Clock.o
sed -e "/\!.*'/s/'//g" ESMF_Clock.F90 > ESMF_Clock.b
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -I. -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1 -traditional -C -P -I. ESMF_Clock.b > ESMF_Clock.f
/bin/rm -f ESMF_Clock.b
gfortran   -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -o ESMF_Clock.o -c ESMF_Clock.f
/bin/rm -f Meat.o
sed -e "/\!.*'/s/'//g" Meat.F90 > Meat.b
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -I. -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1 -traditional -C -P -I. Meat.b > Meat.f
/bin/rm -f Meat.b
gfortran   -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -o Meat.o -c Meat.f
/bin/rm -f ESMF_AlarmClock.o
sed -e "/\!.*'/s/'//g" ESMF_AlarmClock.F90 > ESMF_AlarmClock.b
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -I. -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1 -traditional -C -P -I. ESMF_AlarmClock.b > ESMF_AlarmClock.f
/bin/rm -f ESMF_AlarmClock.b
gfortran   -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -o ESMF_AlarmClock.o -c ESMF_AlarmClock.f
/bin/rm -f ESMF_Mod.o
sed -e "/\!.*'/s/'//g" ESMF_Mod.F90 > ESMF_Mod.b
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -I. -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1 -traditional -C -P -I. ESMF_Mod.b > ESMF_Mod.f
/bin/rm -f ESMF_Mod.b
gfortran   -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -o ESMF_Mod.o -c ESMF_Mod.f
/bin/rm -f module_symbols_util.o
sed -e "/\!.*'/s/'//g" module_symbols_util.F90 > module_symbols_util.b
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -I. -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1 -traditional -C -P -I. module_symbols_util.b > module_symbols_util.f
/bin/rm -f module_symbols_util.b
gfortran   -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -o module_symbols_util.o -c module_symbols_util.f
/bin/rm -f module_utility.o
sed -e "/\!.*'/s/'//g" module_utility.F90 > module_utility.b
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -I. -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1 -traditional -C -P -I. module_utility.b > module_utility.f
/bin/rm -f module_utility.b
gfortran   -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -o module_utility.o -c module_utility.f
/bin/rm -f libesmf_time.a
if [ "ar" != "lib.exe" ] ; then \
          ar ru libesmf_time.a ESMF_Alarm.o ESMF_BaseTime.o ESMF_Clock.o ESMF_Time.o Meat.o ESMF_Base.o ESMF_Calendar.o ESMF_Fraction.o ESMF_TimeInterval.o ESMF_Stubs.o ESMF_Mod.o module_symbols_util.o module_utility.o ESMF_AlarmClock.o ; \
        else \
          ar /out:libesmf_time.a ESMF_Alarm.o ESMF_BaseTime.o ESMF_Clock.o ESMF_Time.o Meat.o ESMF_Base.o ESMF_Calendar.o ESMF_Fraction.o ESMF_TimeInterval.o ESMF_Stubs.o ESMF_Mod.o module_symbols_util.o module_utility.o ESMF_AlarmClock.o ; \
        fi
ar: creating libesmf_time.a
ranlib libesmf_time.a
make[3]: Leaving directory `/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90'
( cd /home/marto/build/tmp/WRF-3.4/external/fftpack/fftpack5 ; \
          make FC="gfortran" FFLAGS="  -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 " RANLIB="ranlib" AR="ar" ARFLAGS="ru" )
make[3]: Entering directory `/home/marto/build/tmp/WRF-3.4/external/fftpack/fftpack5'
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  c1f2kb.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  c1f2kf.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  c1f3kb.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  c1f3kf.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  c1f4kb.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  c1f4kf.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  c1f5kb.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  c1f5kf.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  c1fgkb.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  c1fgkf.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  c1fm1b.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  c1fm1f.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cfft1b.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cfft1f.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cfft1i.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cfft2b.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cfft2f.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cfft2i.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cfftmb.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cfftmf.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cfftmi.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cmf2kb.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cmf2kf.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cmf3kb.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cmf3kf.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cmf4kb.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cmf4kf.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cmf5kb.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cmf5kf.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cmfgkb.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cmfgkf.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cmfm1b.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cmfm1f.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cosq1b.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cosq1f.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cosq1i.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cosqb1.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cosqf1.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cosqmb.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cosqmf.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cosqmi.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cost1b.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cost1f.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  cost1i.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  costb1.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  costf1.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  costmb.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  costmf.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  costmi.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  factor.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  mcfti1.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  mcsqb1.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  mcsqf1.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  mcstb1.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  mcstf1.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  mradb2.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  mradb3.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  mradb4.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  mradb5.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  mradbg.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  mradf2.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  mradf3.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  mradf4.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  mradf5.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  mradfg.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  mrftb1.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  mrftf1.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  mrfti1.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  msntb1.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  msntf1.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  r1f2kb.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  r1f2kf.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  r1f3kb.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  r1f3kf.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  r1f4kb.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  r1f4kf.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  r1f5kb.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  r1f5kf.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  r1fgkb.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  r1fgkf.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  rfft1b.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  rfft1f.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  rfft1i.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  rfft2b.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  rfft2f.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  rfft2i.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  rfftb1.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  rfftf1.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  rffti1.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  rfftmb.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  rfftmf.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  rfftmi.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  sinq1b.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  sinq1f.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  sinq1i.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  sinqmb.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  sinqmf.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  sinqmi.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  sint1b.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  sint1f.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  sint1i.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  sintb1.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  sintf1.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  sintmb.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  sintmf.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  sintmi.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  tables.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  xercon.F 
gfortran -c -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  xerfft.F 
ar ru libfftpack.a c1f2kb.o c1f2kf.o c1f3kb.o c1f3kf.o c1f4kb.o c1f4kf.o c1f5kb.o c1f5kf.o c1fgkb.o c1fgkf.o c1fm1b.o c1fm1f.o cfft1b.o cfft1f.o cfft1i.o cfft2b.o cfft2f.o cfft2i.o cfftmb.o cfftmf.o cfftmi.o cmf2kb.o cmf2kf.o cmf3kb.o cmf3kf.o cmf4kb.o cmf4kf.o cmf5kb.o cmf5kf.o cmfgkb.o cmfgkf.o cmfm1b.o cmfm1f.o cosq1b.o cosq1f.o cosq1i.o cosqb1.o cosqf1.o cosqmb.o cosqmf.o cosqmi.o cost1b.o cost1f.o cost1i.o costb1.o costf1.o costmb.o costmf.o costmi.o factor.o mcfti1.o mcsqb1.o mcsqf1.o mcstb1.o mcstf1.o mradb2.o mradb3.o mradb4.o mradb5.o mradbg.o mradf2.o mradf3.o mradf4.o mradf5.o mradfg.o mrftb1.o mrftf1.o mrfti1.o msntb1.o msntf1.o r1f2kb.o r1f2kf.o r1f3kb.o r1f3kf.o r1f4kb.o r1f4kf.o r1f5kb.o r1f5kf.o r1fgkb.o r1fgkf.o rfft1b.o rfft1f.o rfft1i.o rfft2b.o rfft2f.o rfft2i.o rfftb1.o rfftf1.o rffti1.o rfftmb.o rfftmf.o rfftmi.o sinq1b.o sinq1f.o sinq1i.o sinqmb.o sinqmf.o sinqmi.o sint1b.o sint1f.o sint1i.o sintb1.o sintf1.o sintmb.o sintmf.o sintmi.o tables.o xercon.o xerfft.o
ar: creating libfftpack.a
ranlib libfftpack.a
make[3]: Leaving directory `/home/marto/build/tmp/WRF-3.4/external/fftpack/fftpack5'
( cd /home/marto/build/tmp/WRF-3.4/external/io_netcdf ; \
          make NETCDFPATH="/usr" RANLIB="ranlib" CPP="/lib/cpp -C -P" \
          CC="gcc" CFLAGS="-w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25" \
          FC="gfortran  -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 " TRADFLAG="-traditional" AR="ar" ARFLAGS="ru" )
make[3]: Entering directory `/home/marto/build/tmp/WRF-3.4/external/io_netcdf'
grep nf_format_64bit /usr/include/netcdf.inc ;\
                        a=$? ; export a ; \
		if [ $a -a "$WRFIO_NCD_LARGE_FILE_SUPPORT" = "1" ] ; then \
                          /lib/cpp -C -P -C -P -traditional -DWRFIO_NCD_LARGE_FILE_SUPPORT -I../ioapi_share wrf_io.F90 | m4 -Uinclude -Uindex -Ulen - > wrf_io.f ; \
                        else \
                          /lib/cpp -C -P -C -P -traditional -I../ioapi_share wrf_io.F90 | m4 -Uinclude -Uindex -Ulen - > wrf_io.f ; \
                        fi
grep: /usr/include/netcdf.inc: No such file or directory
gfortran  -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -o wrf_io.o  -I/usr/include -I../ioapi_share -c wrf_io.f
wrf_io.f:366: Error: Can't open included file 'netcdf.inc'
make[3]: [wrf_io.o] Error 1 (ignored)
/lib/cpp -C -P -C -P -traditional -I../ioapi_share field_routines.F90 > field_routines.f
gfortran  -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -o field_routines.o  -I/usr/include -I../ioapi_share -c field_routines.f
field_routines.f:41: Error: Can't open included file 'netcdf.inc'
make[3]: [field_routines.o] Error 1 (ignored)
/lib/cpp -C -P -C -P -traditional -I../ioapi_share module_wrfsi_static.F90 > module_wrfsi_static.f
gfortran  -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -o module_wrfsi_static.o  -I/usr/include -I../ioapi_share -c module_wrfsi_static.f
module_wrfsi_static.f:9: Error: Can't open included file 'netcdf.inc'
make[3]: [module_wrfsi_static.o] Error 1 (ignored)
/bin/rm -f libwrfio_nf.a
if [ "ar" != "lib.exe" ] ; then \
                          ar cr libwrfio_nf.a wrf_io.o field_routines.o module_wrfsi_static.o ; \
                        else \
                          ar /out:libwrfio_nf.a wrf_io.o field_routines.o module_wrfsi_static.o ; \
                        fi
ar: wrf_io.o: No such file or directory
make[3]: [libwrfio_nf.a] Error 1 (ignored)
ranlib libwrfio_nf.a
ranlib: 'libwrfio_nf.a': No such file
make[3]: [libwrfio_nf.a] Error 1 (ignored)
make[3]: Leaving directory `/home/marto/build/tmp/WRF-3.4/external/io_netcdf'
( cd /home/marto/build/tmp/WRF-3.4/external/RSL_LITE ; make CC="mpicc -cc=gcc -DMPI2_SUPPORT -DFSEEKO64_OK  -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25" \
          FC="mpif90  -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -fconvert=big-endian -frecord-marker=4" \
          CPP="/lib/cpp -C -P -I. -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1 -traditional" AR="ar" ARFLAGS="ru" ;\
          ranlib /home/marto/build/tmp/WRF-3.4/external/RSL_LITE/librsl_lite.a )
make[3]: Entering directory `/home/marto/build/tmp/WRF-3.4/external/RSL_LITE'
mpicc -cc=gcc -DMPI2_SUPPORT -DFSEEKO64_OK  -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25  -c c_code.c
gcc: unrecognized option '-cc=gcc'
mpicc -cc=gcc -DMPI2_SUPPORT -DFSEEKO64_OK  -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25  -c buf_for_proc.c
gcc: unrecognized option '-cc=gcc'
mpicc -cc=gcc -DMPI2_SUPPORT -DFSEEKO64_OK  -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25  -c rsl_malloc.c
gcc: unrecognized option '-cc=gcc'
mpicc -cc=gcc -DMPI2_SUPPORT -DFSEEKO64_OK  -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25  -c rsl_bcast.c
gcc: unrecognized option '-cc=gcc'
mpicc -cc=gcc -DMPI2_SUPPORT -DFSEEKO64_OK  -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25  -c task_for_point.c
gcc: unrecognized option '-cc=gcc'
mpicc -cc=gcc -DMPI2_SUPPORT -DFSEEKO64_OK  -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25  -c period.c
gcc: unrecognized option '-cc=gcc'
mpicc -cc=gcc -DMPI2_SUPPORT -DFSEEKO64_OK  -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25  -c swap.c
gcc: unrecognized option '-cc=gcc'
mpicc -cc=gcc -DMPI2_SUPPORT -DFSEEKO64_OK  -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25  -c cycle.c
gcc: unrecognized option '-cc=gcc'
mpif90  -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -fconvert=big-endian -frecord-marker=4 -o f_pack.o  -c f_pack.F90
/lib/cpp -C -P -I. -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1 -traditional f_xpose.F90 > f_xpose.f
mpif90  -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -fconvert=big-endian -frecord-marker=4 -o f_xpose.o  -c f_xpose.f
/bin/rm -f librsl_lite.a
ar cr librsl_lite.a c_code.o buf_for_proc.o rsl_malloc.o rsl_bcast.o task_for_point.o period.o swap.o cycle.o f_pack.o f_xpose.o
make[3]: Leaving directory `/home/marto/build/tmp/WRF-3.4/external/RSL_LITE'
( if [ ! -e /home/marto/build/tmp/WRF-3.4/tools/gen_comms.c ] ; then \
          /bin/cp /home/marto/build/tmp/WRF-3.4/tools/gen_comms_warning /home/marto/build/tmp/WRF-3.4/tools/gen_comms.c ; \
          cat /home/marto/build/tmp/WRF-3.4/external/RSL_LITE/gen_comms.c >> /home/marto/build/tmp/WRF-3.4/tools/gen_comms.c ; fi )
( if [ ! -e module_dm.F ] ; then /bin/cp module_dm_warning module_dm.F ; \
          cat /home/marto/build/tmp/WRF-3.4/external/RSL_LITE/module_dm.F >> module_dm.F ; fi )
make[2]: Leaving directory `/home/marto/build/tmp/WRF-3.4/frame'
make[1]: Leaving directory `/home/marto/build/tmp/WRF-3.4'
make -i -r MODULE_DIRS="-I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include " toolsdir
make[1]: Entering directory `/home/marto/build/tmp/WRF-3.4'
--------------------------------------
( cd tools ; make -i -r CC_TOOLS="gcc  -DIWORDSIZE=4 -DMAX_HISTORY=25" )
make[2]: Entering directory `/home/marto/build/tmp/WRF-3.4/tools'
gcc  -DIWORDSIZE=4 -DMAX_HISTORY=25  -c -g  registry.c
gcc  -DIWORDSIZE=4 -DMAX_HISTORY=25  -c -g  my_strtok.c
gcc  -DIWORDSIZE=4 -DMAX_HISTORY=25  -c -g  reg_parse.c
gcc  -DIWORDSIZE=4 -DMAX_HISTORY=25  -c -g  data.c
gcc  -DIWORDSIZE=4 -DMAX_HISTORY=25  -c -g  type.c
gcc  -DIWORDSIZE=4 -DMAX_HISTORY=25  -c -g  misc.c
gcc  -DIWORDSIZE=4 -DMAX_HISTORY=25  -c -g  gen_defs.c
gcc  -DIWORDSIZE=4 -DMAX_HISTORY=25  -c -g  gen_allocs.c
gcc  -DIWORDSIZE=4 -DMAX_HISTORY=25  -c -g  gen_mod_state_descr.c
gcc  -DIWORDSIZE=4 -DMAX_HISTORY=25  -c -g  gen_scalar_indices.c
gcc  -DIWORDSIZE=4 -DMAX_HISTORY=25  -c -g  gen_args.c
gcc  -DIWORDSIZE=4 -DMAX_HISTORY=25  -c -g  gen_config.c
gcc  -DIWORDSIZE=4 -DMAX_HISTORY=25  -c -g  sym.c
sym.c: In function 'sym_init':
sym.c:77:2: warning: incompatible implicit declaration of built-in function 'exit'
sym.c: In function 'sym_forget':
sym.c:157:7: warning: incompatible implicit declaration of built-in function 'exit'
gcc  -DIWORDSIZE=4 -DMAX_HISTORY=25  -c -g  symtab_gen.c
gcc  -DIWORDSIZE=4 -DMAX_HISTORY=25  -c -g  gen_model_data_ord.c
gcc  -DIWORDSIZE=4 -DMAX_HISTORY=25  -c -g  gen_interp.c
gcc  -DIWORDSIZE=4 -DMAX_HISTORY=25  -c -g  gen_comms.c
gcc  -DIWORDSIZE=4 -DMAX_HISTORY=25  -c -g  gen_scalar_derefs.c
gcc  -DIWORDSIZE=4 -DMAX_HISTORY=25  -c -g  set_dim_strs.c
gcc  -DIWORDSIZE=4 -DMAX_HISTORY=25  -c -g  gen_wrf_io.c
gcc  -DIWORDSIZE=4 -DMAX_HISTORY=25  -c -g  gen_streams.c
gcc  -DIWORDSIZE=4 -DMAX_HISTORY=25  -c -g  standard.c
standard.c: In function 'main':
standard.c:45:9: warning: incompatible implicit declaration of built-in function 'strncpy'
standard.c:80:11: warning: incompatible implicit declaration of built-in function 'strcpy'
standard.c:90:13: warning: incompatible implicit declaration of built-in function 'strcat'
gcc  -DIWORDSIZE=4 -DMAX_HISTORY=25 -o standard.exe -g   standard.o
gcc  -DIWORDSIZE=4 -DMAX_HISTORY=25 -o registry -g   registry.o my_strtok.o reg_parse.o data.o type.o misc.o gen_defs.o gen_allocs.o gen_mod_state_descr.o gen_scalar_indices.o gen_args.o gen_config.o sym.o symtab_gen.o gen_model_data_ord.o gen_interp.o gen_comms.o gen_scalar_derefs.o set_dim_strs.o gen_wrf_io.o gen_streams.o
make[2]: Leaving directory `/home/marto/build/tmp/WRF-3.4/tools'
make[1]: Leaving directory `/home/marto/build/tmp/WRF-3.4'
/bin/rm -f main/libwrflib.a main/libwrflib.lib
make -i -r MODULE_DIRS="-I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include " framework
make[1]: Entering directory `/home/marto/build/tmp/WRF-3.4'
--------------------------------------
( cd frame ; make -i -r -j 2 framework; \
          cd ../external/io_netcdf ; \
          make -i -r NETCDFPATH="/usr" FC="gfortran -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 " RANLIB="ranlib" \
               CPP="/lib/cpp -C -P" LDFLAGS=" -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   " TRADFLAG="-traditional" ESMF_IO_LIB_EXT="-L/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90 -lesmf_time" \
               ESMF_MOD_DEPENDENCE="/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90/module_utility.o" AR="INTERNAL_BUILD_ERROR_SHOULD_NOT_NEED_AR" diffwrf; \
          cd ../io_int ; \
          make -i -r SFC="gfortran -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 " FC="gfortran -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 " RANLIB="ranlib" CPP="/lib/cpp -C -P" \
               TRADFLAG="-traditional" ESMF_IO_LIB_EXT="-L/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90 -lesmf_time" \
               ESMF_MOD_DEPENDENCE="/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90/module_utility.o" AR="INTERNAL_BUILD_ERROR_SHOULD_NOT_NEED_AR" diffwrf ; \
          cd ../../frame )
make[2]: Entering directory `/home/marto/build/tmp/WRF-3.4/frame'
( cd .. ; tools/registry -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -DNEW_BDYS Registry/Registry ) ; 
rm -f wrf_shutdown.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   wrf_shutdown.F  > wrf_shutdown.bb
opening Registry/registry.dimspec
including Registry/registry.dimspec
/home/marto/build/tmp/WRF-3.4/tools/standard.exe wrf_shutdown.bb | /lib/cpp -C -P > wrf_shutdown.f90
rm -f wrf_shutdown.b wrf_shutdown.bb
if fgrep -iq '!$OMP' wrf_shutdown.f90 ; then \
          if [ -n "" ] ; then echo COMPILING wrf_shutdown.F WITH OMP ; fi ; \
  mpif90  -o wrf_shutdown.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    wrf_shutdown.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING wrf_shutdown.F WITHOUT OMP ; fi ; \
  mpif90  -o wrf_shutdown.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    wrf_shutdown.f90 ; \
        fi
rm -f hires_timer.o
mpicc -cc=gcc -DMPI2_SUPPORT -DFSEEKO64_OK  -o hires_timer.o -c -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25 hires_timer.c
gcc: unrecognized option '-cc=gcc'
opening Registry/registry.io_boilerplate
including Registry/registry.io_boilerplate
opening Registry/io_boilerplate_temporary.inc
including Registry/io_boilerplate_temporary.inc
rm -f module_sm.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sm.F  > module_sm.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sm.bb | /lib/cpp -C -P > module_sm.f90
rm -f module_sm.b module_sm.bb
if fgrep -iq '!$OMP' module_sm.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sm.F WITH OMP ; fi ; \
  mpif90  -o module_sm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sm.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sm.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sm.f90 ; \
        fi
if [ "m4 -G" = NA ] ; then \
  /bin/cp ../arch/md_calls.inc . ; \
else \
  m4 -G md_calls.m4 > md_calls.inc ; \
fi
/lib/cpp -C -P -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional  -I../inc module_internal_header_util.F > module_internal_header_util.f90
gfortran -c    -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  module_internal_header_util.f90
mpicc -cc=gcc -DMPI2_SUPPORT -DFSEEKO64_OK  -c -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25 wrf_num_bytes_between.c
gcc: unrecognized option '-cc=gcc'
rm -f libmassv.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   libmassv.F  > libmassv.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe libmassv.bb | /lib/cpp -C -P > libmassv.f90
rm -f libmassv.b libmassv.bb
if fgrep -iq '!$OMP' libmassv.f90 ; then \
          if [ -n "" ] ; then echo COMPILING libmassv.F WITH OMP ; fi ; \
  mpif90  -o libmassv.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    libmassv.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING libmassv.F WITHOUT OMP ; fi ; \
  mpif90  -o libmassv.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    libmassv.f90 ; \
        fi
WARNING: no namelist variable track_loc_in defined for dimension 
Registry INFO variable counts: 0d 1543 1d 42 2d 400 3d 139
WARNING: dfi_qnh is not a member of 4D array dfi_scalar
REGISTRY WARNING: Don't know about z3d_b in definition of z3d
REGISTRY WARNING: Don't know about z3d_bt in definition of z3d
REGISTRY WARNING: Don't know about t3d_b in definition of t3d
REGISTRY WARNING: Don't know about t3d_bt in definition of t3d
REGISTRY WARNING: Don't know about q3d_b in definition of q3d
REGISTRY WARNING: Don't know about q3d_bt in definition of q3d
REGISTRY WARNING: Don't know about sst_b in definition of sst
REGISTRY WARNING: Don't know about sst_bt in definition of sst
ADVISORY: RSL_LITE version of gen_comms is linked in with registry program.
rm -f collect_on_comm.o
mpicc -cc=gcc -DMPI2_SUPPORT -DFSEEKO64_OK  -o collect_on_comm.o -c -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25 collect_on_comm.c
gcc: unrecognized option '-cc=gcc'
mpicc -cc=gcc -DMPI2_SUPPORT -DFSEEKO64_OK  -c -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25 -DIWORDSIZE=4 pack_utils.c
gcc: unrecognized option '-cc=gcc'
Info only - not an error: Moving nests not implemented for Grell Ens. Cumulus
Info only - not an error: Moving nests not implemented for CAM radiation
Info only - not an error: Moving nests not implemented for Observation Nudging
rm -f module_wrf_error.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_wrf_error.F  > module_wrf_error.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_wrf_error.bb | /lib/cpp -C -P > module_wrf_error.f90
rm -f module_wrf_error.b module_wrf_error.bb
if fgrep -iq '!$OMP' module_wrf_error.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_wrf_error.F WITH OMP ; fi ; \
  mpif90  -o module_wrf_error.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_wrf_error.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_wrf_error.F WITHOUT OMP ; fi ; \
  mpif90  -o module_wrf_error.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_wrf_error.f90 ; \
        fi
rm -f module_state_description.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_state_description.F  > module_state_description.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_state_description.bb | /lib/cpp -C -P > module_state_description.f90
rm -f module_state_description.b module_state_description.bb
mpif90  -c   -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include  module_state_description.f90
rm -f wrf_debug.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   wrf_debug.F  > wrf_debug.bb
rm -f module_driver_constants.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_driver_constants.F  > module_driver_constants.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe wrf_debug.bb | /lib/cpp -C -P > wrf_debug.f90
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_driver_constants.bb | /lib/cpp -C -P > module_driver_constants.f90
rm -f wrf_debug.b wrf_debug.bb
rm -f module_driver_constants.b module_driver_constants.bb
if fgrep -iq '!$OMP' wrf_debug.f90 ; then \
          if [ -n "" ] ; then echo COMPILING wrf_debug.F WITH OMP ; fi ; \
  mpif90  -o wrf_debug.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    wrf_debug.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING wrf_debug.F WITHOUT OMP ; fi ; \
  mpif90  -o wrf_debug.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    wrf_debug.f90 ; \
        fi
if fgrep -iq '!$OMP' module_driver_constants.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_driver_constants.F WITH OMP ; fi ; \
  mpif90  -o module_driver_constants.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_driver_constants.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_driver_constants.F WITHOUT OMP ; fi ; \
  mpif90  -o module_driver_constants.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_driver_constants.f90 ; \
        fi
rm -f module_streams.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_streams.F  > module_streams.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_streams.bb | /lib/cpp -C -P > module_streams.f90
rm -f module_streams.b module_streams.bb
rm -f module_machine.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_machine.F  > module_machine.bb
if fgrep -iq '!$OMP' module_streams.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_streams.F WITH OMP ; fi ; \
  mpif90  -o module_streams.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_streams.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_streams.F WITHOUT OMP ; fi ; \
  mpif90  -o module_streams.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_streams.f90 ; \
        fi
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_machine.bb | /lib/cpp -C -P > module_machine.f90
rm -f module_machine.b module_machine.bb
if fgrep -iq '!$OMP' module_machine.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_machine.F WITH OMP ; fi ; \
  mpif90  -o module_machine.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_machine.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_machine.F WITHOUT OMP ; fi ; \
  mpif90  -o module_machine.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_machine.f90 ; \
        fi
rm -f module_timing.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_timing.F  > module_timing.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_timing.bb | /lib/cpp -C -P > module_timing.f90
rm -f module_timing.b module_timing.bb
if fgrep -iq '!$OMP' module_timing.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_timing.F WITH OMP ; fi ; \
  mpif90  -o module_timing.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_timing.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_timing.F WITHOUT OMP ; fi ; \
  mpif90  -o module_timing.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_timing.f90 ; \
        fi
rm -f module_domain_type.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_domain_type.F  > module_domain_type.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_domain_type.bb | /lib/cpp -C -P > module_domain_type.f90
rm -f module_domain_type.b module_domain_type.bb
mpif90  -c   -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include  module_domain_type.f90
rm -f module_quilt_outbuf_ops.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_quilt_outbuf_ops.F  > module_quilt_outbuf_ops.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_quilt_outbuf_ops.bb | /lib/cpp -C -P > module_quilt_outbuf_ops.f90
rm -f module_quilt_outbuf_ops.b module_quilt_outbuf_ops.bb
if fgrep -iq '!$OMP' module_quilt_outbuf_ops.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_quilt_outbuf_ops.F WITH OMP ; fi ; \
  mpif90  -o module_quilt_outbuf_ops.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_quilt_outbuf_ops.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_quilt_outbuf_ops.F WITHOUT OMP ; fi ; \
  mpif90  -o module_quilt_outbuf_ops.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_quilt_outbuf_ops.f90 ; \
        fi
rm -f module_configure.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_configure.F  > module_configure.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_configure.bb | /lib/cpp -C -P > module_configure.f90
rm -f module_configure.b module_configure.bb
mpif90  -c   -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include  module_configure.f90
rm -f module_alloc_space_0.o
rm -f module_alloc_space_1.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_alloc_space_0.F  > module_alloc_space_0.bb
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_alloc_space_1.F  > module_alloc_space_1.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_alloc_space_0.bb | /lib/cpp -C -P > module_alloc_space_0.f90
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_alloc_space_1.bb | /lib/cpp -C -P > module_alloc_space_1.f90
rm -f module_alloc_space_0.b module_alloc_space_0.bb
mpif90  -c   -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include  module_alloc_space_0.f90
rm -f module_alloc_space_1.b module_alloc_space_1.bb
mpif90  -c   -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include  module_alloc_space_1.f90
rm -f module_alloc_space_2.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_alloc_space_2.F  > module_alloc_space_2.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_alloc_space_2.bb | /lib/cpp -C -P > module_alloc_space_2.f90
rm -f module_alloc_space_2.b module_alloc_space_2.bb
mpif90  -c   -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include  module_alloc_space_2.f90
rm -f module_alloc_space_3.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_alloc_space_3.F  > module_alloc_space_3.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_alloc_space_3.bb | /lib/cpp -C -P > module_alloc_space_3.f90
rm -f module_alloc_space_3.b module_alloc_space_3.bb
mpif90  -c   -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include  module_alloc_space_3.f90
rm -f module_alloc_space_4.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_alloc_space_4.F  > module_alloc_space_4.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_alloc_space_4.bb | /lib/cpp -C -P > module_alloc_space_4.f90
rm -f module_alloc_space_4.b module_alloc_space_4.bb
mpif90  -c   -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include  module_alloc_space_4.f90
rm -f module_alloc_space_5.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_alloc_space_5.F  > module_alloc_space_5.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_alloc_space_5.bb | /lib/cpp -C -P > module_alloc_space_5.f90
rm -f module_alloc_space_5.b module_alloc_space_5.bb
mpif90  -c   -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include  module_alloc_space_5.f90
rm -f module_alloc_space_6.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_alloc_space_6.F  > module_alloc_space_6.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_alloc_space_6.bb | /lib/cpp -C -P > module_alloc_space_6.f90
rm -f module_alloc_space_6.b module_alloc_space_6.bb
mpif90  -c   -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include  module_alloc_space_6.f90
rm -f module_alloc_space_7.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_alloc_space_7.F  > module_alloc_space_7.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_alloc_space_7.bb | /lib/cpp -C -P > module_alloc_space_7.f90
rm -f module_alloc_space_7.b module_alloc_space_7.bb
mpif90  -c   -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include  module_alloc_space_7.f90
rm -f module_alloc_space_8.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_alloc_space_8.F  > module_alloc_space_8.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_alloc_space_8.bb | /lib/cpp -C -P > module_alloc_space_8.f90
rm -f module_alloc_space_8.b module_alloc_space_8.bb
mpif90  -c   -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include  module_alloc_space_8.f90
rm -f module_alloc_space_9.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_alloc_space_9.F  > module_alloc_space_9.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_alloc_space_9.bb | /lib/cpp -C -P > module_alloc_space_9.f90
rm -f module_alloc_space_9.b module_alloc_space_9.bb
mpif90  -c   -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include  module_alloc_space_9.f90
/lib/cpp -C -P -DNNN=0 -I../inc -DNL_get_ROUTINES nl_access_routines.F > yy0.f90
mpif90  -o nl_get_0_routines.o -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   yy0.f90
/lib/cpp -C -P -DNNN=1 -I../inc -DNL_get_ROUTINES nl_access_routines.F > yy1.f90
mpif90  -o nl_get_1_routines.o -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   yy1.f90
rm -f yy0.f90
/lib/cpp -C -P -DNNN=2 -I../inc -DNL_get_ROUTINES nl_access_routines.F > yy2.f90
mpif90  -o nl_get_2_routines.o -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   yy2.f90
rm -f yy1.f90
/lib/cpp -C -P -DNNN=3 -I../inc -DNL_get_ROUTINES nl_access_routines.F > yy3.f90
mpif90  -o nl_get_3_routines.o -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   yy3.f90
rm -f yy2.f90
/lib/cpp -C -P -DNNN=4 -I../inc -DNL_get_ROUTINES nl_access_routines.F > yy4.f90
mpif90  -o nl_get_4_routines.o -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   yy4.f90
rm -f yy3.f90
/lib/cpp -C -P -DNNN=5 -I../inc -DNL_get_ROUTINES nl_access_routines.F > yy5.f90
mpif90  -o nl_get_5_routines.o -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   yy5.f90
rm -f yy4.f90
/lib/cpp -C -P -DNNN=6 -I../inc -DNL_get_ROUTINES nl_access_routines.F > yy6.f90
mpif90  -o nl_get_6_routines.o -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   yy6.f90
rm -f yy5.f90
/lib/cpp -C -P -DNNN=7 -I../inc -DNL_get_ROUTINES nl_access_routines.F > yy7.f90
mpif90  -o nl_get_7_routines.o -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   yy7.f90
rm -f yy7.f90
/lib/cpp -C -P -DNNN=0 -I../inc -DNL_set_ROUTINES nl_access_routines.F > xx0.f90
mpif90  -o nl_set_0_routines.o -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   xx0.f90
rm -f yy6.f90
/lib/cpp -C -P -DNNN=1 -I../inc -DNL_set_ROUTINES nl_access_routines.F > xx1.f90
mpif90  -o nl_set_1_routines.o -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   xx1.f90
rm -f xx0.f90
/lib/cpp -C -P -DNNN=2 -I../inc -DNL_set_ROUTINES nl_access_routines.F > xx2.f90
mpif90  -o nl_set_2_routines.o -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   xx2.f90
rm -f xx1.f90
/lib/cpp -C -P -DNNN=3 -I../inc -DNL_set_ROUTINES nl_access_routines.F > xx3.f90
mpif90  -o nl_set_3_routines.o -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   xx3.f90
rm -f xx2.f90
/lib/cpp -C -P -DNNN=4 -I../inc -DNL_set_ROUTINES nl_access_routines.F > xx4.f90
mpif90  -o nl_set_4_routines.o -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   xx4.f90
rm -f xx3.f90
/lib/cpp -C -P -DNNN=5 -I../inc -DNL_set_ROUTINES nl_access_routines.F > xx5.f90
mpif90  -o nl_set_5_routines.o -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   xx5.f90
rm -f xx4.f90
/lib/cpp -C -P -DNNN=6 -I../inc -DNL_set_ROUTINES nl_access_routines.F > xx6.f90
mpif90  -o nl_set_6_routines.o -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   xx6.f90
rm -f xx5.f90
/lib/cpp -C -P -DNNN=7 -I../inc -DNL_set_ROUTINES nl_access_routines.F > xx7.f90
mpif90  -o nl_set_7_routines.o -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   xx7.f90
rm -f xx7.f90
rm -f module_domain.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_domain.F  > module_domain.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_domain.bb | /lib/cpp -C -P > module_domain.f90
rm -f module_domain.b module_domain.bb
mpif90  -c   -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include  module_domain.f90
rm -f xx6.f90
rm -f module_nesting.o
rm -f module_tiles.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_nesting.F  > module_nesting.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_tiles.F > module_tiles.b 
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_tiles.b  > module_tiles.f90
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_nesting.bb | /lib/cpp -C -P > module_nesting.f90
rm -f module_tiles.b
rm -f module_nesting.b module_nesting.bb
if fgrep -iq '!$OMP' module_tiles.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_tiles.F WITH OMP ; fi ; \
  mpif90  -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_tiles.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_tiles.F WITHOUT OMP ; fi ; \
  mpif90  -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   module_tiles.f90 ; \
        fi
if fgrep -iq '!$OMP' module_nesting.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_nesting.F WITH OMP ; fi ; \
  mpif90  -o module_nesting.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_nesting.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_nesting.F WITHOUT OMP ; fi ; \
  mpif90  -o module_nesting.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_nesting.f90 ; \
        fi
rm -f module_comm_nesting_dm.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_comm_nesting_dm.F  > module_comm_nesting_dm.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_comm_nesting_dm.bb | /lib/cpp -C -P > module_comm_nesting_dm.f90
rm -f module_comm_nesting_dm.b module_comm_nesting_dm.bb
mpif90  -c   -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include  module_comm_nesting_dm.f90
rm -f module_comm_dm_0.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_comm_dm_0.F  > module_comm_dm_0.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_comm_dm_0.bb | /lib/cpp -C -P > module_comm_dm_0.f90
rm -f module_comm_dm_0.b module_comm_dm_0.bb
mpif90  -c   -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include  module_comm_dm_0.f90
rm -f module_comm_dm_1.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_comm_dm_1.F  > module_comm_dm_1.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_comm_dm_1.bb | /lib/cpp -C -P > module_comm_dm_1.f90
rm -f module_comm_dm_1.b module_comm_dm_1.bb
mpif90  -c   -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include  module_comm_dm_1.f90
rm -f module_comm_dm_2.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_comm_dm_2.F  > module_comm_dm_2.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_comm_dm_2.bb | /lib/cpp -C -P > module_comm_dm_2.f90
rm -f module_comm_dm_2.b module_comm_dm_2.bb
mpif90  -c   -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include  module_comm_dm_2.f90
rm -f module_comm_dm_3.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_comm_dm_3.F  > module_comm_dm_3.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_comm_dm_3.bb | /lib/cpp -C -P > module_comm_dm_3.f90
rm -f module_comm_dm_3.b module_comm_dm_3.bb
mpif90  -c   -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include  module_comm_dm_3.f90
rm -f module_comm_dm_4.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_comm_dm_4.F  > module_comm_dm_4.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_comm_dm_4.bb | /lib/cpp -C -P > module_comm_dm_4.f90
rm -f module_comm_dm_4.b module_comm_dm_4.bb
if fgrep -iq '!$OMP' module_comm_dm_4.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_comm_dm_4.F WITH OMP ; fi ; \
  mpif90  -o module_comm_dm_4.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_comm_dm_4.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_comm_dm_4.F WITHOUT OMP ; fi ; \
  mpif90  -o module_comm_dm_4.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_comm_dm_4.f90 ; \
        fi
rm -f module_integrate.o
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_integrate.F > module_integrate.b 
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_integrate.b  > module_integrate.f90
rm -f module_integrate.b
if fgrep -iq '!$OMP' module_integrate.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_integrate.F WITH OMP ; fi ; \
  mpif90  -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_integrate.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_integrate.F WITHOUT OMP ; fi ; \
  mpif90  -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   module_integrate.f90 ; \
        fi
rm -f module_comm_dm.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_comm_dm.F  > module_comm_dm.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_comm_dm.bb | /lib/cpp -C -P > module_comm_dm.f90
rm -f module_comm_dm.b module_comm_dm.bb
mpif90  -c   -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include  module_comm_dm.f90
rm -f module_dm.o
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_dm.F > module_dm.b 
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_dm.b  > module_dm.f90
rm -f module_dm.b
if fgrep -iq '!$OMP' module_dm.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_dm.F WITH OMP ; fi ; \
  mpif90  -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_dm.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_dm.F WITHOUT OMP ; fi ; \
  mpif90  -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   module_dm.f90 ; \
        fi
rm -f module_io.o
rm -f module_io_quilt.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_io.F  > module_io.bb
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_io_quilt.F  > module_io_quilt.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_io_quilt.bb | /lib/cpp -C -P > module_io_quilt.f90
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_io.bb | /lib/cpp -C -P > module_io.f90
rm -f module_io_quilt.b module_io_quilt.bb
if fgrep -iq '!$OMP' module_io_quilt.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_io_quilt.F WITH OMP ; fi ; \
  mpif90  -o module_io_quilt.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_io_quilt.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_io_quilt.F WITHOUT OMP ; fi ; \
  mpif90  -o module_io_quilt.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_io_quilt.f90 ; \
        fi
rm -f module_io.b module_io.bb
mpif90  -c   -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include  module_io.f90
ar ru ../main/libwrflib.a module_driver_constants.o module_domain_type.o module_streams.o module_domain.o module_integrate.o module_timing.o module_configure.o module_tiles.o module_machine.o module_nesting.o module_wrf_error.o module_state_description.o module_sm.o module_io.o module_comm_dm.o module_comm_dm_0.o module_comm_dm_1.o module_comm_dm_2.o module_comm_dm_3.o module_comm_dm_4.o module_comm_nesting_dm.o module_dm.o module_quilt_outbuf_ops.o module_io_quilt.o wrf_num_bytes_between.o wrf_shutdown.o wrf_debug.o libmassv.o collect_on_comm.o hires_timer.o nl_get_0_routines.o nl_get_1_routines.o nl_get_2_routines.o nl_get_3_routines.o nl_get_4_routines.o nl_get_5_routines.o nl_get_6_routines.o nl_get_7_routines.o nl_set_0_routines.o nl_set_1_routines.o nl_set_2_routines.o nl_set_3_routines.o nl_set_4_routines.o nl_set_5_routines.o nl_set_6_routines.o nl_set_7_routines.o  module_alloc_space_0.o module_alloc_space_1.o module_alloc_space_2.o module_alloc_space_3.o module_alloc_space_4.o module_alloc_space_5.o module_alloc_space_6.o module_alloc_space_7.o module_alloc_space_8.o module_alloc_space_9.o
ar: creating ../main/libwrflib.a
ranlib ../main/libwrflib.a
make[2]: Leaving directory `/home/marto/build/tmp/WRF-3.4/frame'
make[2]: Entering directory `/home/marto/build/tmp/WRF-3.4/external/io_netcdf'
x=`echo "gfortran -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 " | awk '{print $1}'` ; export x ; \
if [ $x = "gfortran" ] ; then \
           echo removing external declaration of iargc for gfortran ; \
   /lib/cpp -C -P -C -P -traditional -I/usr/include -I../ioapi_share diffwrf.F90 | sed '/integer *, *external.*iargc/d' > diffwrf.f ;\
        else \
   /lib/cpp -C -P -C -P -traditional -I/usr/include -I../ioapi_share diffwrf.F90 > diffwrf.f ; \
        fi
removing external declaration of iargc for gfortran
diffwrf.F90:71:0: fatal error: netcdf.inc: No such file or directory
compilation terminated.
gfortran -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -c  -I/usr/include -I../ioapi_share diffwrf.f
diffwrf.f:56.14:

  use wrf_data
              1
Fatal Error: Can't open module file 'wrf_data.mod' for reading at (1): No such file or directory
make[2]: [diffwrf] Error 1 (ignored)
diffwrf io_netcdf is being built now. 
gfortran: diffwrf.o: No such file or directory
gfortran: wrf_io.o: No such file or directory
gfortran: field_routines.o: No such file or directory
gfortran: module_wrfsi_static.o: No such file or directory
make[2]: [diffwrf] Error 1 (ignored)
make[2]: Leaving directory `/home/marto/build/tmp/WRF-3.4/external/io_netcdf'
make[2]: Entering directory `/home/marto/build/tmp/WRF-3.4/external/io_int'
if [ -f ../../frame/pack_utils.o ] ; then \
		mv diffwrf.F diffwrf.F90    ; \
                        x=`echo "gfortran -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 " | awk '{print $1}'` ; export x ; \
                        if [ $x = "gfortran" ] ; then \
                          echo removing external declaration of iargc for gfortran ; \
		  /lib/cpp -C -P -traditional  -I../ioapi_share diffwrf.F90 | sed '/integer *, *external.*iargc/d' > diffwrf.f  ; \
                        else \
		  /lib/cpp -C -P -traditional  -I../ioapi_share diffwrf.F90 > diffwrf.f  ; \
                        fi ; \
		gfortran -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -c  -I../ioapi_share diffwrf.f    ; \
		mv diffwrf.F90 diffwrf.F ; \
		gfortran -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4    -o diffwrf diffwrf.o io_int.o  \
                        ../../frame/pack_utils.o ../../frame/module_internal_header_util.o \
                        ../../frame/module_driver_constants.o \
		../../frame/module_machine.o ../../frame/wrf_debug.o ../../frame/module_wrf_error.o \
		-L/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90 -lesmf_time ; fi
removing external declaration of iargc for gfortran
make[2]: Leaving directory `/home/marto/build/tmp/WRF-3.4/external/io_int'
make[1]: Leaving directory `/home/marto/build/tmp/WRF-3.4'
make -i -r MODULE_DIRS="-I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include " shared
make[1]: Entering directory `/home/marto/build/tmp/WRF-3.4'
--------------------------------------
( cd share ; make -i -r -j 2 )
make[2]: Entering directory `/home/marto/build/tmp/WRF-3.4/share'
rm -f module_model_constants.o
rm -f module_bc_time_utilities.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_model_constants.F  > module_model_constants.bb
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_bc_time_utilities.F  > module_bc_time_utilities.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_model_constants.bb | /lib/cpp -C -P > module_model_constants.f90
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_bc_time_utilities.bb | /lib/cpp -C -P > module_bc_time_utilities.f90
rm -f module_bc_time_utilities.b module_bc_time_utilities.bb
rm -f module_model_constants.b module_model_constants.bb
if fgrep -iq '!$OMP' module_bc_time_utilities.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_bc_time_utilities.F WITH OMP ; fi ; \
  mpif90  -o module_bc_time_utilities.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bc_time_utilities.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_bc_time_utilities.F WITHOUT OMP ; fi ; \
  mpif90  -o module_bc_time_utilities.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bc_time_utilities.f90 ; \
        fi
if fgrep -iq '!$OMP' module_model_constants.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_model_constants.F WITH OMP ; fi ; \
  mpif90  -o module_model_constants.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_model_constants.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_model_constants.F WITHOUT OMP ; fi ; \
  mpif90  -o module_model_constants.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_model_constants.f90 ; \
        fi
rm -f module_get_file_names.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_get_file_names.F  > module_get_file_names.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_get_file_names.bb | /lib/cpp -C -P > module_get_file_names.f90
rm -f module_get_file_names.b module_get_file_names.bb
rm -f module_MPP.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_MPP.F  > module_MPP.bb
if fgrep -iq '!$OMP' module_get_file_names.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_get_file_names.F WITH OMP ; fi ; \
  mpif90  -o module_get_file_names.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_get_file_names.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_get_file_names.F WITHOUT OMP ; fi ; \
  mpif90  -o module_get_file_names.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_get_file_names.f90 ; \
        fi
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_MPP.bb | /lib/cpp -C -P > module_MPP.f90
rm -f module_MPP.b module_MPP.bb
if fgrep -iq '!$OMP' module_MPP.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_MPP.F WITH OMP ; fi ; \
  mpif90  -o module_MPP.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_MPP.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_MPP.F WITHOUT OMP ; fi ; \
  mpif90  -o module_MPP.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_MPP.f90 ; \
        fi
rm -f module_compute_geop.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_compute_geop.F  > module_compute_geop.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_compute_geop.bb | /lib/cpp -C -P > module_compute_geop.f90
rm -f module_compute_geop.b module_compute_geop.bb
if fgrep -iq '!$OMP' module_compute_geop.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_compute_geop.F WITH OMP ; fi ; \
  mpif90  -o module_compute_geop.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_compute_geop.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_compute_geop.F WITHOUT OMP ; fi ; \
  mpif90  -o module_compute_geop.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_compute_geop.f90 ; \
        fi
rm -f module_check_a_mundo.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_check_a_mundo.F  > module_check_a_mundo.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_check_a_mundo.bb | /lib/cpp -C -P > module_check_a_mundo.f90
rm -f module_check_a_mundo.b module_check_a_mundo.bb
rm -f bobrand.o
mpicc -cc=gcc -DMPI2_SUPPORT -DFSEEKO64_OK  -o bobrand.o -c -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25 bobrand.c
gcc: unrecognized option '-cc=gcc'
if fgrep -iq '!$OMP' module_check_a_mundo.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_check_a_mundo.F WITH OMP ; fi ; \
  mpif90  -o module_check_a_mundo.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_check_a_mundo.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_check_a_mundo.F WITHOUT OMP ; fi ; \
  mpif90  -o module_check_a_mundo.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_check_a_mundo.f90 ; \
        fi
rm -f module_llxy.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_llxy.F  > module_llxy.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_llxy.bb | /lib/cpp -C -P > module_llxy.f90
rm -f module_llxy.b module_llxy.bb
if fgrep -iq '!$OMP' module_llxy.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_llxy.F WITH OMP ; fi ; \
  mpif90  -o module_llxy.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_llxy.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_llxy.F WITHOUT OMP ; fi ; \
  mpif90  -o module_llxy.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_llxy.f90 ; \
        fi
rm -f mediation_interp_domain.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   mediation_interp_domain.F  > mediation_interp_domain.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe mediation_interp_domain.bb | /lib/cpp -C -P > mediation_interp_domain.f90
rm -f mediation_interp_domain.b mediation_interp_domain.bb
if fgrep -iq '!$OMP' mediation_interp_domain.f90 ; then \
          if [ -n "" ] ; then echo COMPILING mediation_interp_domain.F WITH OMP ; fi ; \
  mpif90  -o mediation_interp_domain.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    mediation_interp_domain.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING mediation_interp_domain.F WITHOUT OMP ; fi ; \
  mpif90  -o mediation_interp_domain.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    mediation_interp_domain.f90 ; \
        fi
rm -f mediation_force_domain.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   mediation_force_domain.F  > mediation_force_domain.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe mediation_force_domain.bb | /lib/cpp -C -P > mediation_force_domain.f90
rm -f mediation_force_domain.b mediation_force_domain.bb
if fgrep -iq '!$OMP' mediation_force_domain.f90 ; then \
          if [ -n "" ] ; then echo COMPILING mediation_force_domain.F WITH OMP ; fi ; \
  mpif90  -o mediation_force_domain.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    mediation_force_domain.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING mediation_force_domain.F WITHOUT OMP ; fi ; \
  mpif90  -o mediation_force_domain.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    mediation_force_domain.f90 ; \
        fi
rm -f mediation_feedback_domain.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   mediation_feedback_domain.F  > mediation_feedback_domain.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe mediation_feedback_domain.bb | /lib/cpp -C -P > mediation_feedback_domain.f90
rm -f mediation_feedback_domain.b mediation_feedback_domain.bb
if fgrep -iq '!$OMP' mediation_feedback_domain.f90 ; then \
          if [ -n "" ] ; then echo COMPILING mediation_feedback_domain.F WITH OMP ; fi ; \
  mpif90  -o mediation_feedback_domain.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    mediation_feedback_domain.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING mediation_feedback_domain.F WITHOUT OMP ; fi ; \
  mpif90  -o mediation_feedback_domain.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    mediation_feedback_domain.f90 ; \
        fi
rm -f solve_interface.o
/home/marto/build/tmp/WRF-3.4/tools/standard.exe solve_interface.F > solve_interface.b 
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   solve_interface.b  > solve_interface.f90
rm -f solve_interface.b
if fgrep -iq '!$OMP' solve_interface.f90 ; then \
          if [ -n "" ] ; then echo COMPILING solve_interface.F WITH OMP ; fi ; \
  mpif90  -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    solve_interface.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING solve_interface.F WITHOUT OMP ; fi ; \
  mpif90  -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   solve_interface.f90 ; \
        fi
rm -f wrf_tsin.o
/home/marto/build/tmp/WRF-3.4/tools/standard.exe wrf_tsin.F > wrf_tsin.b 
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   wrf_tsin.b  > wrf_tsin.f90
rm -f wrf_tsin.b
if fgrep -iq '!$OMP' wrf_tsin.f90 ; then \
          if [ -n "" ] ; then echo COMPILING wrf_tsin.F WITH OMP ; fi ; \
  mpif90  -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    wrf_tsin.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING wrf_tsin.F WITHOUT OMP ; fi ; \
  mpif90  -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   wrf_tsin.f90 ; \
        fi
rm -f track_input.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   track_input.F  > track_input.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe track_input.bb | /lib/cpp -C -P > track_input.f90
rm -f track_input.b track_input.bb
if fgrep -iq '!$OMP' track_input.f90 ; then \
          if [ -n "" ] ; then echo COMPILING track_input.F WITH OMP ; fi ; \
  mpif90  -o track_input.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    track_input.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING track_input.F WITHOUT OMP ; fi ; \
  mpif90  -o track_input.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    track_input.f90 ; \
        fi
rm -f set_timekeeping.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   set_timekeeping.F  > set_timekeeping.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe set_timekeeping.bb | /lib/cpp -C -P > set_timekeeping.f90
rm -f set_timekeeping.b set_timekeeping.bb
if fgrep -iq '!$OMP' set_timekeeping.f90 ; then \
          if [ -n "" ] ; then echo COMPILING set_timekeeping.F WITH OMP ; fi ; \
  mpif90  -o set_timekeeping.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    set_timekeeping.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING set_timekeeping.F WITHOUT OMP ; fi ; \
  mpif90  -o set_timekeeping.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    set_timekeeping.f90 ; \
        fi
rm -f interp_fcn.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   interp_fcn.F  > interp_fcn.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe interp_fcn.bb | /lib/cpp -C -P > interp_fcn.f90
rm -f interp_fcn.b interp_fcn.bb
if fgrep -iq '!$OMP' interp_fcn.f90 ; then \
          if [ -n "" ] ; then echo COMPILING interp_fcn.F WITH OMP ; fi ; \
  mpif90  -o interp_fcn.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    interp_fcn.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING interp_fcn.F WITHOUT OMP ; fi ; \
  mpif90  -o interp_fcn.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    interp_fcn.f90 ; \
        fi
rm -f sint.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   sint.F  > sint.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe sint.bb | /lib/cpp -C -P > sint.f90
rm -f sint.b sint.bb
if fgrep -iq '!$OMP' sint.f90 ; then \
          if [ -n "" ] ; then echo COMPILING sint.F WITH OMP ; fi ; \
  mpif90  -o sint.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    sint.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING sint.F WITHOUT OMP ; fi ; \
  mpif90  -o sint.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    sint.f90 ; \
        fi
rm -f wrf_ext_write_field.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   wrf_ext_write_field.F  > wrf_ext_write_field.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe wrf_ext_write_field.bb | /lib/cpp -C -P > wrf_ext_write_field.f90
rm -f wrf_ext_write_field.b wrf_ext_write_field.bb
mpif90  -c   -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include  wrf_ext_write_field.f90
rm -f wrf_ext_read_field.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   wrf_ext_read_field.F  > wrf_ext_read_field.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe wrf_ext_read_field.bb | /lib/cpp -C -P > wrf_ext_read_field.f90
rm -f wrf_ext_read_field.b wrf_ext_read_field.bb
mpif90  -c   -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include  wrf_ext_read_field.f90
rm -f landread.o
mpicc -cc=gcc -DMPI2_SUPPORT -DFSEEKO64_OK  -o landread.o -c -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25 landread.c
gcc: unrecognized option '-cc=gcc'
rm -f setfeenv.o
gcc -o setfeenv.o -c -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL -DMAX_HISTORY=25  setfeenv.c
rm -f module_bc.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_bc.F  > module_bc.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_bc.bb | /lib/cpp -C -P > module_bc.f90
rm -f module_bc.b module_bc.bb
if fgrep -iq '!$OMP' module_bc.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_bc.F WITH OMP ; fi ; \
  mpif90  -o module_bc.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bc.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_bc.F WITHOUT OMP ; fi ; \
  mpif90  -o module_bc.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bc.f90 ; \
        fi
rm -f module_date_time.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_date_time.F  > module_date_time.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_date_time.bb | /lib/cpp -C -P > module_date_time.f90
rm -f module_date_time.b module_date_time.bb
if fgrep -iq '!$OMP' module_date_time.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_date_time.F WITH OMP ; fi ; \
  mpif90  -o module_date_time.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_date_time.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_date_time.F WITHOUT OMP ; fi ; \
  mpif90  -o module_date_time.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_date_time.f90 ; \
        fi
rm -f module_random.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_random.F  > module_random.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_random.bb | /lib/cpp -C -P > module_random.f90
rm -f module_random.b module_random.bb
if fgrep -iq '!$OMP' module_random.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_random.F WITH OMP ; fi ; \
  mpif90  -o module_random.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_random.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_random.F WITHOUT OMP ; fi ; \
  mpif90  -o module_random.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_random.f90 ; \
        fi
rm -f wrf_timeseries.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   wrf_timeseries.F  > wrf_timeseries.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe wrf_timeseries.bb | /lib/cpp -C -P > wrf_timeseries.f90
rm -f wrf_timeseries.b wrf_timeseries.bb
if fgrep -iq '!$OMP' wrf_timeseries.f90 ; then \
          if [ -n "" ] ; then echo COMPILING wrf_timeseries.F WITH OMP ; fi ; \
  mpif90  -o wrf_timeseries.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    wrf_timeseries.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING wrf_timeseries.F WITHOUT OMP ; fi ; \
  mpif90  -o wrf_timeseries.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    wrf_timeseries.f90 ; \
        fi
rm -f track_driver.o
/home/marto/build/tmp/WRF-3.4/tools/standard.exe track_driver.F > track_driver.b 
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   track_driver.b  > track_driver.f90
rm -f track_driver.b
if fgrep -iq '!$OMP' track_driver.f90 ; then \
          if [ -n "" ] ; then echo COMPILING track_driver.F WITH OMP ; fi ; \
  mpif90  -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    track_driver.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING track_driver.F WITHOUT OMP ; fi ; \
  mpif90  -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   track_driver.f90 ; \
        fi
rm -f wrf_fddaobs_in.o
/home/marto/build/tmp/WRF-3.4/tools/standard.exe wrf_fddaobs_in.F > wrf_fddaobs_in.b 
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   wrf_fddaobs_in.b  > wrf_fddaobs_in.f90
rm -f wrf_fddaobs_in.b
if fgrep -iq '!$OMP' wrf_fddaobs_in.f90 ; then \
          if [ -n "" ] ; then echo COMPILING wrf_fddaobs_in.F WITH OMP ; fi ; \
  mpif90  -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    wrf_fddaobs_in.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING wrf_fddaobs_in.F WITHOUT OMP ; fi ; \
  mpif90  -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   wrf_fddaobs_in.f90 ; \
        fi
rm -f module_io_wrf.o
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_io_wrf.F > module_io_wrf.b 
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_io_wrf.b  > module_io_wrf.f90
rm -f module_io_wrf.b
if fgrep -iq '!$OMP' module_io_wrf.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_io_wrf.F WITH OMP ; fi ; \
  mpif90  -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_io_wrf.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_io_wrf.F WITHOUT OMP ; fi ; \
  mpif90  -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   module_io_wrf.f90 ; \
        fi
rm -f module_soil_pre.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_soil_pre.F  > module_soil_pre.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_soil_pre.bb | /lib/cpp -C -P > module_soil_pre.f90
rm -f module_soil_pre.b module_soil_pre.bb
if fgrep -iq '!$OMP' module_soil_pre.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_soil_pre.F WITH OMP ; fi ; \
  mpif90  -o module_soil_pre.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_soil_pre.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_soil_pre.F WITHOUT OMP ; fi ; \
  mpif90  -o module_soil_pre.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_soil_pre.f90 ; \
        fi
rm -f start_domain.o
/home/marto/build/tmp/WRF-3.4/tools/standard.exe start_domain.F > start_domain.b 
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   start_domain.b  > start_domain.f90
rm -f start_domain.b
if fgrep -iq '!$OMP' start_domain.f90 ; then \
          if [ -n "" ] ; then echo COMPILING start_domain.F WITH OMP ; fi ; \
  mpif90  -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    start_domain.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING start_domain.F WITHOUT OMP ; fi ; \
  mpif90  -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   start_domain.f90 ; \
        fi
rm -f input_wrf.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   input_wrf.F  > input_wrf.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe input_wrf.bb | /lib/cpp -C -P > input_wrf.f90
rm -f input_wrf.b input_wrf.bb
mpif90  -c   -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include  input_wrf.f90
rm -f output_wrf.o
/home/marto/build/tmp/WRF-3.4/tools/standard.exe output_wrf.F > output_wrf.b 
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   output_wrf.b  > output_wrf.f90
rm -f output_wrf.b
if fgrep -iq '!$OMP' output_wrf.f90 ; then \
          if [ -n "" ] ; then echo COMPILING output_wrf.F WITH OMP ; fi ; \
  mpif90  -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    output_wrf.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING output_wrf.F WITHOUT OMP ; fi ; \
  mpif90  -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   output_wrf.f90 ; \
        fi
rm -f wrf_bdyout.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   wrf_bdyout.F  > wrf_bdyout.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe wrf_bdyout.bb | /lib/cpp -C -P > wrf_bdyout.f90
rm -f wrf_bdyout.b wrf_bdyout.bb
mpif90  -c   -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include  wrf_bdyout.f90
rm -f wrf_bdyin.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   wrf_bdyin.F  > wrf_bdyin.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe wrf_bdyin.bb | /lib/cpp -C -P > wrf_bdyin.f90
rm -f wrf_bdyin.b wrf_bdyin.bb
mpif90  -c   -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include  wrf_bdyin.f90
rm -f module_io_domain.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_io_domain.F  > module_io_domain.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_io_domain.bb | /lib/cpp -C -P > module_io_domain.f90
rm -f module_io_domain.b module_io_domain.bb
if fgrep -iq '!$OMP' module_io_domain.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_io_domain.F WITH OMP ; fi ; \
  mpif90  -o module_io_domain.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_io_domain.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_io_domain.F WITHOUT OMP ; fi ; \
  mpif90  -o module_io_domain.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_io_domain.f90 ; \
        fi
rm -f init_modules.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   init_modules.F  > init_modules.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe init_modules.bb | /lib/cpp -C -P > init_modules.f90
rm -f init_modules.b init_modules.bb
if fgrep -iq '!$OMP' init_modules.f90 ; then \
          if [ -n "" ] ; then echo COMPILING init_modules.F WITH OMP ; fi ; \
  mpif90  -o init_modules.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    init_modules.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING init_modules.F WITHOUT OMP ; fi ; \
  mpif90  -o init_modules.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    init_modules.f90 ; \
        fi
rm -f module_optional_input.o
rm -f dfi.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_optional_input.F  > module_optional_input.bb
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   dfi.F  > dfi.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe dfi.bb | /lib/cpp -C -P > dfi.f90
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_optional_input.bb | /lib/cpp -C -P > module_optional_input.f90
rm -f module_optional_input.b module_optional_input.bb
rm -f dfi.b dfi.bb
if fgrep -iq '!$OMP' module_optional_input.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_optional_input.F WITH OMP ; fi ; \
  mpif90  -o module_optional_input.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_optional_input.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_optional_input.F WITHOUT OMP ; fi ; \
  mpif90  -o module_optional_input.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_optional_input.f90 ; \
        fi
if fgrep -iq '!$OMP' dfi.f90 ; then \
          if [ -n "" ] ; then echo COMPILING dfi.F WITH OMP ; fi ; \
  mpif90  -o dfi.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    dfi.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING dfi.F WITHOUT OMP ; fi ; \
  mpif90  -o dfi.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    dfi.f90 ; \
        fi
rm -f mediation_integrate.o
/home/marto/build/tmp/WRF-3.4/tools/standard.exe mediation_integrate.F > mediation_integrate.b 
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   mediation_integrate.b  > mediation_integrate.f90
rm -f mediation_integrate.b
if fgrep -iq '!$OMP' mediation_integrate.f90 ; then \
          if [ -n "" ] ; then echo COMPILING mediation_integrate.F WITH OMP ; fi ; \
  mpif90  -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    mediation_integrate.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING mediation_integrate.F WITHOUT OMP ; fi ; \
  mpif90  -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   mediation_integrate.f90 ; \
        fi
rm -f mediation_nest_move.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   mediation_nest_move.F  > mediation_nest_move.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe mediation_nest_move.bb | /lib/cpp -C -P > mediation_nest_move.f90
rm -f mediation_nest_move.b mediation_nest_move.bb
if fgrep -iq '!$OMP' mediation_nest_move.f90 ; then \
          if [ -n "" ] ; then echo COMPILING mediation_nest_move.F WITH OMP ; fi ; \
  mpif90  -o mediation_nest_move.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    mediation_nest_move.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING mediation_nest_move.F WITHOUT OMP ; fi ; \
  mpif90  -o mediation_nest_move.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    mediation_nest_move.f90 ; \
        fi
rm -f mediation_wrfmain.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   mediation_wrfmain.F  > mediation_wrfmain.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe mediation_wrfmain.bb | /lib/cpp -C -P > mediation_wrfmain.f90
rm -f mediation_wrfmain.b mediation_wrfmain.bb
if fgrep -iq '!$OMP' mediation_wrfmain.f90 ; then \
          if [ -n "" ] ; then echo COMPILING mediation_wrfmain.F WITH OMP ; fi ; \
  mpif90  -o mediation_wrfmain.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    mediation_wrfmain.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING mediation_wrfmain.F WITHOUT OMP ; fi ; \
  mpif90  -o mediation_wrfmain.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    mediation_wrfmain.f90 ; \
        fi
mediation_nest_move.f90:367.44:

     CALL wrf_patch_to_global_real ( grid%ht , terrain , grid%domdesc, "z", "xy
                                            1
Error: 'ht' at (1) is not a member of the 'domain' structure
make[2]: [mediation_nest_move.o] Error 1 (ignored)
if [ 1 -eq 1 ] ; then \
                  make -i -r nmm_contrib                                      ; \
                  ar ru ../main/libwrflib.a module_bc.o module_bc_time_utilities.o module_io_wrf.o module_date_time.o module_get_file_names.o module_io_domain.o module_model_constants.o module_MPP.o module_optional_input.o module_compute_geop.o module_soil_pre.o module_check_a_mundo.o module_random.o module_llxy.o dfi.o mediation_integrate.o mediation_interp_domain.o mediation_force_domain.o mediation_feedback_domain.o mediation_nest_move.o mediation_wrfmain.o solve_interface.o start_domain.o init_modules.o set_timekeeping.o interp_fcn.o sint.o input_wrf.o output_wrf.o wrf_timeseries.o wrf_ext_write_field.o wrf_ext_read_field.o wrf_bdyout.o wrf_fddaobs_in.o wrf_bdyin.o wrf_tsin.o landread.o track_driver.o track_input.o bobrand.o setfeenv.o   ; \
                  else                                                         \
                  ar ru ../main/libwrflib.a module_bc.o module_bc_time_utilities.o module_io_wrf.o module_date_time.o module_get_file_names.o module_io_domain.o module_model_constants.o module_MPP.o module_optional_input.o module_compute_geop.o module_soil_pre.o module_check_a_mundo.o module_random.o module_llxy.o dfi.o mediation_integrate.o mediation_interp_domain.o mediation_force_domain.o mediation_feedback_domain.o mediation_nest_move.o mediation_wrfmain.o solve_interface.o start_domain.o init_modules.o set_timekeeping.o interp_fcn.o sint.o input_wrf.o output_wrf.o wrf_timeseries.o wrf_ext_write_field.o wrf_ext_read_field.o wrf_bdyout.o wrf_fddaobs_in.o wrf_bdyin.o wrf_tsin.o landread.o track_driver.o track_input.o bobrand.o setfeenv.o             ; \
                fi
make[3]: Entering directory `/home/marto/build/tmp/WRF-3.4/share'
make[3]: Nothing to be done for `nmm_contrib'.
make[3]: Leaving directory `/home/marto/build/tmp/WRF-3.4/share'
ar: mediation_nest_move.o: No such file or directory
make[2]: [shared] Error 1 (ignored)
make[2]: Leaving directory `/home/marto/build/tmp/WRF-3.4/share'
make[1]: Leaving directory `/home/marto/build/tmp/WRF-3.4'
make -i -r MODULE_DIRS="-I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include " physics
make[1]: Entering directory `/home/marto/build/tmp/WRF-3.4'
--------------------------------------
( cd phys ; make -i -r  -j 2 )
make[2]: Entering directory `/home/marto/build/tmp/WRF-3.4/phys'
if [ 1 -eq 1 ] ; then \
                  make -i -r nmm_contrib                                      ; \
                  ar ru ../main/libwrflib.a module_cam_shr_kind_mod.o module_cam_support.o module_cam_shr_const_mod.o module_cam_physconst.o module_cam_cldwat.o module_cam_wv_saturation.o module_cam_esinti.o module_cam_gffgch.o module_cam_error_function.o module_cam_constituents.o module_cam_trb_mtn_stress.o module_cam_molec_diff.o module_cam_upper_bc.o module_cam_bl_diffusion_solver.o module_cam_bl_eddy_diff.o module_bl_ysu.o module_bl_mrf.o module_bl_gfs.o module_bl_gfs2011.o module_bl_myjpbl.o module_bl_qnsepbl.o module_bl_qnsepbl09.o module_bl_acm.o module_bl_mynn.o module_bl_gwdo.o module_bl_myjurb.o module_bl_boulac.o module_bl_camuwpbl_driver.o module_bl_mfshconvpbl.o module_cu_camuwshcu_driver.o module_cu_camuwshcu.o module_cu_camzm_driver.o module_cu_camzm.o module_bl_temf.o module_cu_g3.o module_cu_kf.o module_cu_bmj.o module_cu_kfeta.o module_cu_tiedtke.o module_cu_gd.o module_cu_nsas.o module_cu_sas.o module_cu_osas.o module_mp_kessler.o module_mp_lin.o module_mp_sbu_ylin.o module_mp_wsm3.o module_mp_wsm5.o module_mp_wsm6.o module_mp_etanew.o module_mp_etaold.o module_mp_HWRF.o module_mp_thompson.o module_mp_gsfcgce.o module_mp_morr_two_moment.o module_mp_milbrandt2mom.o module_mp_nssl_2mom.o module_mp_wdm5.o module_mp_wdm6.o module_ra_sw.o module_ra_gsfcsw.o module_ra_goddard.o module_ra_rrtm.o module_ra_rrtmg_lw.o module_ra_rrtmg_sw.o module_ra_cam_support.o module_ra_cam.o module_ra_gfdleta.o module_ra_flg.o module_ra_HWRF.o module_ra_hs.o module_sf_sfclay.o module_sf_sfclayrev.o module_sf_gfs.o module_sf_gfdl.o module_sf_slab.o module_sf_noahdrv.o module_sf_noahlsm.o module_sf_ssib.o module_sf_noah_seaice.o module_sf_noah_seaice_drv.o module_sf_noahlsm_glacial_only.o module_sf_noahmpdrv.o module_sf_noahmplsm.o module_sf_urban.o module_sf_bep.o module_sf_bep_bem.o module_sf_bem.o module_sf_pxlsm.o module_sf_pxlsm_data.o module_sf_ruclsm.o module_sf_sfcdiags.o module_sf_sfcdiags_ruclsm.o module_sf_sstskin.o module_sf_tmnupdate.o module_sf_oml.o module_sf_myjsfc.o module_sf_qnsesfc.o module_sf_mynn.o module_sf_pxsfclay.o module_sf_temfsfclay.o module_sf_idealscmsfclay.o module_sf_scmflux.o module_sf_scmskintemp.o module_physics_addtendc.o module_physics_init.o module_gfs_machine.o module_gfs_funcphys.o module_gfs_physcons.o module_progtm.o module_pbl_driver.o module_data_gocart_dust.o module_cumulus_driver.o module_shallowcu_driver.o module_microphysics_driver.o module_microphysics_zero_out.o module_mixactivate.o module_radiation_driver.o module_surface_driver.o module_diagnostics.o module_fdda_psufddagd.o module_fdda_spnudging.o module_fddagd_driver.o module_fddaobs_rtfdda.o module_fddaobs_driver.o module_wind_generic.o module_wind_fitch.o    ; \
                else                                                         \
                  make -i -r non_nmm                                          ; \
                  ar ru ../main/libwrflib.a module_cam_shr_kind_mod.o module_cam_support.o module_cam_shr_const_mod.o module_cam_physconst.o module_cam_cldwat.o module_cam_wv_saturation.o module_cam_esinti.o module_cam_gffgch.o module_cam_error_function.o module_cam_constituents.o module_cam_trb_mtn_stress.o module_cam_molec_diff.o module_cam_upper_bc.o module_cam_bl_diffusion_solver.o module_cam_bl_eddy_diff.o module_bl_ysu.o module_bl_mrf.o module_bl_gfs.o module_bl_gfs2011.o module_bl_myjpbl.o module_bl_qnsepbl.o module_bl_qnsepbl09.o module_bl_acm.o module_bl_mynn.o module_bl_gwdo.o module_bl_myjurb.o module_bl_boulac.o module_bl_camuwpbl_driver.o module_bl_mfshconvpbl.o module_cu_camuwshcu_driver.o module_cu_camuwshcu.o module_cu_camzm_driver.o module_cu_camzm.o module_bl_temf.o module_cu_g3.o module_cu_kf.o module_cu_bmj.o module_cu_kfeta.o module_cu_tiedtke.o module_cu_gd.o module_cu_nsas.o module_cu_sas.o module_cu_osas.o module_mp_kessler.o module_mp_lin.o module_mp_sbu_ylin.o module_mp_wsm3.o module_mp_wsm5.o module_mp_wsm6.o module_mp_etanew.o module_mp_etaold.o module_mp_HWRF.o module_mp_thompson.o module_mp_gsfcgce.o module_mp_morr_two_moment.o module_mp_milbrandt2mom.o module_mp_nssl_2mom.o module_mp_wdm5.o module_mp_wdm6.o module_ra_sw.o module_ra_gsfcsw.o module_ra_goddard.o module_ra_rrtm.o module_ra_rrtmg_lw.o module_ra_rrtmg_sw.o module_ra_cam_support.o module_ra_cam.o module_ra_gfdleta.o module_ra_flg.o module_ra_HWRF.o module_ra_hs.o module_sf_sfclay.o module_sf_sfclayrev.o module_sf_gfs.o module_sf_gfdl.o module_sf_slab.o module_sf_noahdrv.o module_sf_noahlsm.o module_sf_ssib.o module_sf_noah_seaice.o module_sf_noah_seaice_drv.o module_sf_noahlsm_glacial_only.o module_sf_noahmpdrv.o module_sf_noahmplsm.o module_sf_urban.o module_sf_bep.o module_sf_bep_bem.o module_sf_bem.o module_sf_pxlsm.o module_sf_pxlsm_data.o module_sf_ruclsm.o module_sf_sfcdiags.o module_sf_sfcdiags_ruclsm.o module_sf_sstskin.o module_sf_tmnupdate.o module_sf_oml.o module_sf_myjsfc.o module_sf_qnsesfc.o module_sf_mynn.o module_sf_pxsfclay.o module_sf_temfsfclay.o module_sf_idealscmsfclay.o module_sf_scmflux.o module_sf_scmskintemp.o module_physics_addtendc.o module_physics_init.o module_gfs_machine.o module_gfs_funcphys.o module_gfs_physcons.o module_progtm.o module_pbl_driver.o module_data_gocart_dust.o module_cumulus_driver.o module_shallowcu_driver.o module_microphysics_driver.o module_microphysics_zero_out.o module_mixactivate.o module_radiation_driver.o module_surface_driver.o module_diagnostics.o module_fdda_psufddagd.o module_fdda_spnudging.o module_fddagd_driver.o module_fddaobs_rtfdda.o module_fddaobs_driver.o module_wind_generic.o module_wind_fitch.o module_fr_sfire_driver.o module_fr_sfire_driver_wrf.o module_fr_sfire_atm.o module_fr_sfire_model.o module_fr_sfire_core.o module_fr_sfire_phys.o module_fr_sfire_util.o              ; \
                fi
make[3]: Entering directory `/home/marto/build/tmp/WRF-3.4/phys'
rm -f module_cam_shr_kind_mod.o
rm -f module_cam_error_function.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cam_shr_kind_mod.F  > module_cam_shr_kind_mod.bb
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cam_error_function.F  > module_cam_error_function.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cam_shr_kind_mod.bb | /lib/cpp -C -P > module_cam_shr_kind_mod.f90
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cam_error_function.bb | /lib/cpp -C -P > module_cam_error_function.f90
rm -f module_cam_error_function.b module_cam_error_function.bb
rm -f module_cam_shr_kind_mod.b module_cam_shr_kind_mod.bb
if fgrep -iq '!$OMP' module_cam_error_function.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cam_error_function.F WITH OMP ; fi ; \
  mpif90  -o module_cam_error_function.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_error_function.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cam_error_function.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cam_error_function.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_error_function.f90 ; \
        fi
if fgrep -iq '!$OMP' module_cam_shr_kind_mod.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cam_shr_kind_mod.F WITH OMP ; fi ; \
  mpif90  -o module_cam_shr_kind_mod.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_shr_kind_mod.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cam_shr_kind_mod.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cam_shr_kind_mod.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_shr_kind_mod.f90 ; \
        fi
rm -f module_bl_ysu.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_bl_ysu.F  > module_bl_ysu.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_bl_ysu.bb | /lib/cpp -C -P > module_bl_ysu.f90
rm -f module_bl_ysu.b module_bl_ysu.bb
if fgrep -iq '!$OMP' module_bl_ysu.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_bl_ysu.F WITH OMP ; fi ; \
  mpif90  -o module_bl_ysu.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_ysu.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_bl_ysu.F WITHOUT OMP ; fi ; \
  mpif90  -o module_bl_ysu.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_ysu.f90 ; \
        fi
rm -f module_bl_mrf.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_bl_mrf.F  > module_bl_mrf.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_bl_mrf.bb | /lib/cpp -C -P > module_bl_mrf.f90
rm -f module_bl_mrf.b module_bl_mrf.bb
if fgrep -iq '!$OMP' module_bl_mrf.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_bl_mrf.F WITH OMP ; fi ; \
  mpif90  -o module_bl_mrf.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_mrf.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_bl_mrf.F WITHOUT OMP ; fi ; \
  mpif90  -o module_bl_mrf.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_mrf.f90 ; \
        fi
rm -f module_gfs_machine.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_gfs_machine.F  > module_gfs_machine.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_gfs_machine.bb | /lib/cpp -C -P > module_gfs_machine.f90
rm -f module_gfs_machine.b module_gfs_machine.bb
if fgrep -iq '!$OMP' module_gfs_machine.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_gfs_machine.F WITH OMP ; fi ; \
  mpif90  -o module_gfs_machine.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_gfs_machine.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_gfs_machine.F WITHOUT OMP ; fi ; \
  mpif90  -o module_gfs_machine.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_gfs_machine.f90 ; \
        fi
rm -f module_bl_myjpbl.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_bl_myjpbl.F  > module_bl_myjpbl.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_bl_myjpbl.bb | /lib/cpp -C -P > module_bl_myjpbl.f90
rm -f module_bl_myjpbl.b module_bl_myjpbl.bb
if fgrep -iq '!$OMP' module_bl_myjpbl.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_bl_myjpbl.F WITH OMP ; fi ; \
  mpif90  -o module_bl_myjpbl.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_myjpbl.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_bl_myjpbl.F WITHOUT OMP ; fi ; \
  mpif90  -o module_bl_myjpbl.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_myjpbl.f90 ; \
        fi
rm -f module_bl_qnsepbl.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_bl_qnsepbl.F  > module_bl_qnsepbl.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_bl_qnsepbl.bb | /lib/cpp -C -P > module_bl_qnsepbl.f90
rm -f module_bl_qnsepbl.b module_bl_qnsepbl.bb
if fgrep -iq '!$OMP' module_bl_qnsepbl.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_bl_qnsepbl.F WITH OMP ; fi ; \
  mpif90  -o module_bl_qnsepbl.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_qnsepbl.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_bl_qnsepbl.F WITHOUT OMP ; fi ; \
  mpif90  -o module_bl_qnsepbl.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_qnsepbl.f90 ; \
        fi
rm -f module_bl_qnsepbl09.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_bl_qnsepbl09.F  > module_bl_qnsepbl09.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_bl_qnsepbl09.bb | /lib/cpp -C -P > module_bl_qnsepbl09.f90
rm -f module_bl_qnsepbl09.b module_bl_qnsepbl09.bb
if fgrep -iq '!$OMP' module_bl_qnsepbl09.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_bl_qnsepbl09.F WITH OMP ; fi ; \
  mpif90  -o module_bl_qnsepbl09.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_qnsepbl09.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_bl_qnsepbl09.F WITHOUT OMP ; fi ; \
  mpif90  -o module_bl_qnsepbl09.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_qnsepbl09.f90 ; \
        fi
rm -f module_bl_acm.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_bl_acm.F  > module_bl_acm.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_bl_acm.bb | /lib/cpp -C -P > module_bl_acm.f90
rm -f module_bl_acm.b module_bl_acm.bb
if fgrep -iq '!$OMP' module_bl_acm.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_bl_acm.F WITH OMP ; fi ; \
  mpif90  -o module_bl_acm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_acm.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_bl_acm.F WITHOUT OMP ; fi ; \
  mpif90  -o module_bl_acm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_acm.f90 ; \
        fi
rm -f module_bl_mynn.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_bl_mynn.F  > module_bl_mynn.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_bl_mynn.bb | /lib/cpp -C -P > module_bl_mynn.f90
rm -f module_bl_mynn.b module_bl_mynn.bb
if fgrep -iq '!$OMP' module_bl_mynn.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_bl_mynn.F WITH OMP ; fi ; \
  mpif90  -o module_bl_mynn.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_mynn.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_bl_mynn.F WITHOUT OMP ; fi ; \
  mpif90  -o module_bl_mynn.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_mynn.f90 ; \
        fi
rm -f module_bl_gwdo.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_bl_gwdo.F  > module_bl_gwdo.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_bl_gwdo.bb | /lib/cpp -C -P > module_bl_gwdo.f90
rm -f module_bl_gwdo.b module_bl_gwdo.bb
if fgrep -iq '!$OMP' module_bl_gwdo.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_bl_gwdo.F WITH OMP ; fi ; \
  mpif90  -o module_bl_gwdo.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_gwdo.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_bl_gwdo.F WITHOUT OMP ; fi ; \
  mpif90  -o module_bl_gwdo.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_gwdo.f90 ; \
        fi
rm -f module_bl_myjurb.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_bl_myjurb.F  > module_bl_myjurb.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_bl_myjurb.bb | /lib/cpp -C -P > module_bl_myjurb.f90
rm -f module_bl_myjurb.b module_bl_myjurb.bb
if fgrep -iq '!$OMP' module_bl_myjurb.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_bl_myjurb.F WITH OMP ; fi ; \
  mpif90  -o module_bl_myjurb.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_myjurb.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_bl_myjurb.F WITHOUT OMP ; fi ; \
  mpif90  -o module_bl_myjurb.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_myjurb.f90 ; \
        fi
rm -f module_bl_boulac.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_bl_boulac.F  > module_bl_boulac.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_bl_boulac.bb | /lib/cpp -C -P > module_bl_boulac.f90
rm -f module_bl_boulac.b module_bl_boulac.bb
if fgrep -iq '!$OMP' module_bl_boulac.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_bl_boulac.F WITH OMP ; fi ; \
  mpif90  -o module_bl_boulac.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_boulac.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_bl_boulac.F WITHOUT OMP ; fi ; \
  mpif90  -o module_bl_boulac.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_boulac.f90 ; \
        fi
rm -f module_bl_mfshconvpbl.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_bl_mfshconvpbl.F  > module_bl_mfshconvpbl.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_bl_mfshconvpbl.bb | /lib/cpp -C -P > module_bl_mfshconvpbl.f90
rm -f module_bl_mfshconvpbl.b module_bl_mfshconvpbl.bb
if fgrep -iq '!$OMP' module_bl_mfshconvpbl.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_bl_mfshconvpbl.F WITH OMP ; fi ; \
  mpif90  -o module_bl_mfshconvpbl.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_mfshconvpbl.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_bl_mfshconvpbl.F WITHOUT OMP ; fi ; \
  mpif90  -o module_bl_mfshconvpbl.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_mfshconvpbl.f90 ; \
        fi
rm -f module_bl_temf.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_bl_temf.F  > module_bl_temf.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_bl_temf.bb | /lib/cpp -C -P > module_bl_temf.f90
rm -f module_bl_temf.b module_bl_temf.bb
if fgrep -iq '!$OMP' module_bl_temf.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_bl_temf.F WITH OMP ; fi ; \
  mpif90  -o module_bl_temf.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_temf.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_bl_temf.F WITHOUT OMP ; fi ; \
  mpif90  -o module_bl_temf.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_temf.f90 ; \
        fi
rm -f module_cu_g3.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cu_g3.F  > module_cu_g3.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cu_g3.bb | /lib/cpp -C -P > module_cu_g3.f90
rm -f module_cu_g3.b module_cu_g3.bb
if fgrep -iq '!$OMP' module_cu_g3.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cu_g3.F WITH OMP ; fi ; \
  mpif90  -o module_cu_g3.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cu_g3.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cu_g3.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cu_g3.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cu_g3.f90 ; \
        fi
rm -f module_cu_kf.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cu_kf.F  > module_cu_kf.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cu_kf.bb | /lib/cpp -C -P > module_cu_kf.f90
rm -f module_cu_kf.b module_cu_kf.bb
if fgrep -iq '!$OMP' module_cu_kf.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cu_kf.F WITH OMP ; fi ; \
  mpif90  -o module_cu_kf.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cu_kf.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cu_kf.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cu_kf.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cu_kf.f90 ; \
        fi
rm -f module_cu_bmj.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cu_bmj.F  > module_cu_bmj.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cu_bmj.bb | /lib/cpp -C -P > module_cu_bmj.f90
rm -f module_cu_bmj.b module_cu_bmj.bb
if fgrep -iq '!$OMP' module_cu_bmj.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cu_bmj.F WITH OMP ; fi ; \
  mpif90  -o module_cu_bmj.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cu_bmj.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cu_bmj.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cu_bmj.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cu_bmj.f90 ; \
        fi
rm -f module_cu_kfeta.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cu_kfeta.F  > module_cu_kfeta.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cu_kfeta.bb | /lib/cpp -C -P > module_cu_kfeta.f90
rm -f module_cu_kfeta.b module_cu_kfeta.bb
if fgrep -iq '!$OMP' module_cu_kfeta.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cu_kfeta.F WITH OMP ; fi ; \
  mpif90  -o module_cu_kfeta.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cu_kfeta.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cu_kfeta.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cu_kfeta.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cu_kfeta.f90 ; \
        fi
rm -f module_cu_gd.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cu_gd.F  > module_cu_gd.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cu_gd.bb | /lib/cpp -C -P > module_cu_gd.f90
rm -f module_cu_gd.b module_cu_gd.bb
if fgrep -iq '!$OMP' module_cu_gd.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cu_gd.F WITH OMP ; fi ; \
  mpif90  -o module_cu_gd.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cu_gd.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cu_gd.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cu_gd.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cu_gd.f90 ; \
        fi
rm -f module_cu_nsas.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cu_nsas.F  > module_cu_nsas.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cu_nsas.bb | /lib/cpp -C -P > module_cu_nsas.f90
rm -f module_cu_nsas.b module_cu_nsas.bb
if fgrep -iq '!$OMP' module_cu_nsas.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cu_nsas.F WITH OMP ; fi ; \
  mpif90  -o module_cu_nsas.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cu_nsas.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cu_nsas.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cu_nsas.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cu_nsas.f90 ; \
        fi
rm -f module_mp_kessler.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_mp_kessler.F  > module_mp_kessler.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_mp_kessler.bb | /lib/cpp -C -P > module_mp_kessler.f90
rm -f module_mp_kessler.b module_mp_kessler.bb
if fgrep -iq '!$OMP' module_mp_kessler.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_mp_kessler.F WITH OMP ; fi ; \
  mpif90  -o module_mp_kessler.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_kessler.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_mp_kessler.F WITHOUT OMP ; fi ; \
  mpif90  -o module_mp_kessler.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_kessler.f90 ; \
        fi
rm -f module_mp_lin.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_mp_lin.F  > module_mp_lin.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_mp_lin.bb | /lib/cpp -C -P > module_mp_lin.f90
rm -f module_mp_lin.b module_mp_lin.bb
if fgrep -iq '!$OMP' module_mp_lin.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_mp_lin.F WITH OMP ; fi ; \
  mpif90  -o module_mp_lin.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_lin.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_mp_lin.F WITHOUT OMP ; fi ; \
  mpif90  -o module_mp_lin.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_lin.f90 ; \
        fi
rm -f module_mp_sbu_ylin.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_mp_sbu_ylin.F  > module_mp_sbu_ylin.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_mp_sbu_ylin.bb | /lib/cpp -C -P > module_mp_sbu_ylin.f90
rm -f module_mp_sbu_ylin.b module_mp_sbu_ylin.bb
if fgrep -iq '!$OMP' module_mp_sbu_ylin.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_mp_sbu_ylin.F WITH OMP ; fi ; \
  mpif90  -o module_mp_sbu_ylin.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_sbu_ylin.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_mp_sbu_ylin.F WITHOUT OMP ; fi ; \
  mpif90  -o module_mp_sbu_ylin.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_sbu_ylin.f90 ; \
        fi
rm -f module_mp_wsm3.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_mp_wsm3.F  > module_mp_wsm3.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_mp_wsm3.bb | /lib/cpp -C -P > module_mp_wsm3.f90
rm -f module_mp_wsm3.b module_mp_wsm3.bb
if fgrep -iq '!$OMP' module_mp_wsm3.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_mp_wsm3.F WITH OMP ; fi ; \
  mpif90  -o module_mp_wsm3.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_wsm3.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_mp_wsm3.F WITHOUT OMP ; fi ; \
  mpif90  -o module_mp_wsm3.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_wsm3.f90 ; \
        fi
rm -f module_mp_wsm5.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_mp_wsm5.F  > module_mp_wsm5.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_mp_wsm5.bb | /lib/cpp -C -P > module_mp_wsm5.f90
rm -f module_mp_wsm5.b module_mp_wsm5.bb
if fgrep -iq '!$OMP' module_mp_wsm5.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_mp_wsm5.F WITH OMP ; fi ; \
  mpif90  -o module_mp_wsm5.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_wsm5.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_mp_wsm5.F WITHOUT OMP ; fi ; \
  mpif90  -o module_mp_wsm5.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_wsm5.f90 ; \
        fi
rm -f module_mp_wsm6.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_mp_wsm6.F  > module_mp_wsm6.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_mp_wsm6.bb | /lib/cpp -C -P > module_mp_wsm6.f90
rm -f module_mp_wsm6.b module_mp_wsm6.bb
if fgrep -iq '!$OMP' module_mp_wsm6.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_mp_wsm6.F WITH OMP ; fi ; \
  mpif90  -o module_mp_wsm6.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_wsm6.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_mp_wsm6.F WITHOUT OMP ; fi ; \
  mpif90  -o module_mp_wsm6.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_wsm6.f90 ; \
        fi
rm -f module_mp_etanew.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_mp_etanew.F  > module_mp_etanew.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_mp_etanew.bb | /lib/cpp -C -P > module_mp_etanew.f90
rm -f module_mp_etanew.b module_mp_etanew.bb
if fgrep -iq '!$OMP' module_mp_etanew.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_mp_etanew.F WITH OMP ; fi ; \
  mpif90  -o module_mp_etanew.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_etanew.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_mp_etanew.F WITHOUT OMP ; fi ; \
  mpif90  -o module_mp_etanew.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_etanew.f90 ; \
        fi
rm -f module_mp_etaold.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_mp_etaold.F  > module_mp_etaold.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_mp_etaold.bb | /lib/cpp -C -P > module_mp_etaold.f90
rm -f module_mp_etaold.b module_mp_etaold.bb
if fgrep -iq '!$OMP' module_mp_etaold.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_mp_etaold.F WITH OMP ; fi ; \
  mpif90  -o module_mp_etaold.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_etaold.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_mp_etaold.F WITHOUT OMP ; fi ; \
  mpif90  -o module_mp_etaold.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_etaold.f90 ; \
        fi
rm -f module_mp_HWRF.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_mp_HWRF.F  > module_mp_HWRF.bb
rm -f module_mp_thompson.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_mp_thompson.F  > module_mp_thompson.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_mp_HWRF.bb | /lib/cpp -C -P > module_mp_HWRF.f90
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_mp_thompson.bb | /lib/cpp -C -P > module_mp_thompson.f90
rm -f module_mp_HWRF.b module_mp_HWRF.bb
if fgrep -iq '!$OMP' module_mp_HWRF.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_mp_HWRF.F WITH OMP ; fi ; \
  mpif90  -o module_mp_HWRF.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_HWRF.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_mp_HWRF.F WITHOUT OMP ; fi ; \
  mpif90  -o module_mp_HWRF.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_HWRF.f90 ; \
        fi
rm -f module_mp_thompson.b module_mp_thompson.bb
if fgrep -iq '!$OMP' module_mp_thompson.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_mp_thompson.F WITH OMP ; fi ; \
  mpif90  -o module_mp_thompson.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_thompson.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_mp_thompson.F WITHOUT OMP ; fi ; \
  mpif90  -o module_mp_thompson.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_thompson.f90 ; \
        fi
rm -f module_mp_gsfcgce.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_mp_gsfcgce.F  > module_mp_gsfcgce.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_mp_gsfcgce.bb | /lib/cpp -C -P > module_mp_gsfcgce.f90
rm -f module_mp_gsfcgce.b module_mp_gsfcgce.bb
if fgrep -iq '!$OMP' module_mp_gsfcgce.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_mp_gsfcgce.F WITH OMP ; fi ; \
  mpif90  -o module_mp_gsfcgce.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_gsfcgce.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_mp_gsfcgce.F WITHOUT OMP ; fi ; \
  mpif90  -o module_mp_gsfcgce.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_gsfcgce.f90 ; \
        fi
rm -f module_mp_morr_two_moment.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_mp_morr_two_moment.F  > module_mp_morr_two_moment.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_mp_morr_two_moment.bb | /lib/cpp -C -P > module_mp_morr_two_moment.f90
rm -f module_mp_morr_two_moment.b module_mp_morr_two_moment.bb
if fgrep -iq '!$OMP' module_mp_morr_two_moment.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_mp_morr_two_moment.F WITH OMP ; fi ; \
  mpif90  -o module_mp_morr_two_moment.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_morr_two_moment.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_mp_morr_two_moment.F WITHOUT OMP ; fi ; \
  mpif90  -o module_mp_morr_two_moment.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_morr_two_moment.f90 ; \
        fi
rm -f module_mp_milbrandt2mom.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_mp_milbrandt2mom.F  > module_mp_milbrandt2mom.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_mp_milbrandt2mom.bb | /lib/cpp -C -P > module_mp_milbrandt2mom.f90
rm -f module_mp_milbrandt2mom.b module_mp_milbrandt2mom.bb
if fgrep -iq '!$OMP' module_mp_milbrandt2mom.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_mp_milbrandt2mom.F WITH OMP ; fi ; \
  mpif90  -o module_mp_milbrandt2mom.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_milbrandt2mom.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_mp_milbrandt2mom.F WITHOUT OMP ; fi ; \
  mpif90  -o module_mp_milbrandt2mom.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_milbrandt2mom.f90 ; \
        fi
rm -f module_mp_nssl_2mom.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_mp_nssl_2mom.F  > module_mp_nssl_2mom.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_mp_nssl_2mom.bb | /lib/cpp -C -P > module_mp_nssl_2mom.f90
rm -f module_mp_nssl_2mom.b module_mp_nssl_2mom.bb
if fgrep -iq '!$OMP' module_mp_nssl_2mom.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_mp_nssl_2mom.F WITH OMP ; fi ; \
  mpif90  -o module_mp_nssl_2mom.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_nssl_2mom.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_mp_nssl_2mom.F WITHOUT OMP ; fi ; \
  mpif90  -o module_mp_nssl_2mom.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_nssl_2mom.f90 ; \
        fi
rm -f module_mp_wdm5.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_mp_wdm5.F  > module_mp_wdm5.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_mp_wdm5.bb | /lib/cpp -C -P > module_mp_wdm5.f90
rm -f module_mp_wdm5.b module_mp_wdm5.bb
if fgrep -iq '!$OMP' module_mp_wdm5.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_mp_wdm5.F WITH OMP ; fi ; \
  mpif90  -o module_mp_wdm5.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_wdm5.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_mp_wdm5.F WITHOUT OMP ; fi ; \
  mpif90  -o module_mp_wdm5.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_wdm5.f90 ; \
        fi
rm -f module_mp_wdm6.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_mp_wdm6.F  > module_mp_wdm6.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_mp_wdm6.bb | /lib/cpp -C -P > module_mp_wdm6.f90
rm -f module_mp_wdm6.b module_mp_wdm6.bb
if fgrep -iq '!$OMP' module_mp_wdm6.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_mp_wdm6.F WITH OMP ; fi ; \
  mpif90  -o module_mp_wdm6.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_wdm6.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_mp_wdm6.F WITHOUT OMP ; fi ; \
  mpif90  -o module_mp_wdm6.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mp_wdm6.f90 ; \
        fi
rm -f module_ra_sw.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_ra_sw.F  > module_ra_sw.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_ra_sw.bb | /lib/cpp -C -P > module_ra_sw.f90
rm -f module_ra_sw.b module_ra_sw.bb
if fgrep -iq '!$OMP' module_ra_sw.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_ra_sw.F WITH OMP ; fi ; \
  mpif90  -o module_ra_sw.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_ra_sw.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_ra_sw.F WITHOUT OMP ; fi ; \
  mpif90  -o module_ra_sw.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_ra_sw.f90 ; \
        fi
rm -f module_ra_gsfcsw.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_ra_gsfcsw.F  > module_ra_gsfcsw.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_ra_gsfcsw.bb | /lib/cpp -C -P > module_ra_gsfcsw.f90
rm -f module_ra_gsfcsw.b module_ra_gsfcsw.bb
if fgrep -iq '!$OMP' module_ra_gsfcsw.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_ra_gsfcsw.F WITH OMP ; fi ; \
  mpif90  -o module_ra_gsfcsw.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_ra_gsfcsw.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_ra_gsfcsw.F WITHOUT OMP ; fi ; \
  mpif90  -o module_ra_gsfcsw.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_ra_gsfcsw.f90 ; \
        fi
rm -f module_ra_goddard.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_ra_goddard.F  > module_ra_goddard.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_ra_goddard.bb | /lib/cpp -C -P > module_ra_goddard.f90
rm -f module_ra_goddard.b module_ra_goddard.bb
if fgrep -iq '!$OMP' module_ra_goddard.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_ra_goddard.F WITH OMP ; fi ; \
  mpif90  -o module_ra_goddard.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_ra_goddard.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_ra_goddard.F WITHOUT OMP ; fi ; \
  mpif90  -o module_ra_goddard.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_ra_goddard.f90 ; \
        fi
rm -f module_ra_rrtm.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_ra_rrtm.F  > module_ra_rrtm.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_ra_rrtm.bb | /lib/cpp -C -P > module_ra_rrtm.f90
rm -f module_ra_rrtm.b module_ra_rrtm.bb
if fgrep -iq '!$OMP' module_ra_rrtm.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_ra_rrtm.F WITH OMP ; fi ; \
  mpif90  -o module_ra_rrtm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_ra_rrtm.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_ra_rrtm.F WITHOUT OMP ; fi ; \
  mpif90  -o module_ra_rrtm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_ra_rrtm.f90 ; \
        fi
rm -f module_ra_rrtmg_lw.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_ra_rrtmg_lw.F  > module_ra_rrtmg_lw.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_ra_rrtmg_lw.bb | /lib/cpp -C -P > module_ra_rrtmg_lw.f90
rm -f module_ra_rrtmg_lw.b module_ra_rrtmg_lw.bb
if fgrep -iq '!$OMP' module_ra_rrtmg_lw.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_ra_rrtmg_lw.F WITH OMP ; fi ; \
  mpif90  -o module_ra_rrtmg_lw.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_ra_rrtmg_lw.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_ra_rrtmg_lw.F WITHOUT OMP ; fi ; \
  mpif90  -o module_ra_rrtmg_lw.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_ra_rrtmg_lw.f90 ; \
        fi
rm -f module_ra_gfdleta.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_ra_gfdleta.F  > module_ra_gfdleta.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_ra_gfdleta.bb | /lib/cpp -C -P > module_ra_gfdleta.f90
rm -f module_ra_gfdleta.b module_ra_gfdleta.bb
if fgrep -iq '!$OMP' module_ra_gfdleta.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_ra_gfdleta.F WITH OMP ; fi ; \
  mpif90  -o module_ra_gfdleta.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_ra_gfdleta.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_ra_gfdleta.F WITHOUT OMP ; fi ; \
  mpif90  -o module_ra_gfdleta.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_ra_gfdleta.f90 ; \
        fi
rm -f module_ra_flg.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_ra_flg.F  > module_ra_flg.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_ra_flg.bb | /lib/cpp -C -P > module_ra_flg.f90
rm -f module_ra_flg.b module_ra_flg.bb
if fgrep -iq '!$OMP' module_ra_flg.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_ra_flg.F WITH OMP ; fi ; \
  mpif90  -o module_ra_flg.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_ra_flg.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_ra_flg.F WITHOUT OMP ; fi ; \
  mpif90  -o module_ra_flg.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_ra_flg.f90 ; \
        fi
rm -f module_ra_HWRF.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_ra_HWRF.F  > module_ra_HWRF.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_ra_HWRF.bb | /lib/cpp -C -P > module_ra_HWRF.f90
rm -f module_ra_HWRF.b module_ra_HWRF.bb
if fgrep -iq '!$OMP' module_ra_HWRF.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_ra_HWRF.F WITH OMP ; fi ; \
  mpif90  -o module_ra_HWRF.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_ra_HWRF.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_ra_HWRF.F WITHOUT OMP ; fi ; \
  mpif90  -o module_ra_HWRF.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_ra_HWRF.f90 ; \
        fi
rm -f module_ra_hs.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_ra_hs.F  > module_ra_hs.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_ra_hs.bb | /lib/cpp -C -P > module_ra_hs.f90
rm -f module_ra_hs.b module_ra_hs.bb
if fgrep -iq '!$OMP' module_ra_hs.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_ra_hs.F WITH OMP ; fi ; \
  mpif90  -o module_ra_hs.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_ra_hs.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_ra_hs.F WITHOUT OMP ; fi ; \
  mpif90  -o module_ra_hs.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_ra_hs.f90 ; \
        fi
rm -f module_sf_sfclay.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_sfclay.F  > module_sf_sfclay.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_sfclay.bb | /lib/cpp -C -P > module_sf_sfclay.f90
rm -f module_sf_sfclay.b module_sf_sfclay.bb
if fgrep -iq '!$OMP' module_sf_sfclay.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_sfclay.F WITH OMP ; fi ; \
  mpif90  -o module_sf_sfclay.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_sfclay.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_sfclay.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_sfclay.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_sfclay.f90 ; \
        fi
rm -f module_sf_sfclayrev.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_sfclayrev.F  > module_sf_sfclayrev.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_sfclayrev.bb | /lib/cpp -C -P > module_sf_sfclayrev.f90
rm -f module_sf_sfclayrev.b module_sf_sfclayrev.bb
if fgrep -iq '!$OMP' module_sf_sfclayrev.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_sfclayrev.F WITH OMP ; fi ; \
  mpif90  -o module_sf_sfclayrev.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_sfclayrev.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_sfclayrev.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_sfclayrev.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_sfclayrev.f90 ; \
        fi
rm -f module_progtm.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_progtm.F  > module_progtm.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_progtm.bb | /lib/cpp -C -P > module_progtm.f90
rm -f module_progtm.b module_progtm.bb
if fgrep -iq '!$OMP' module_progtm.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_progtm.F WITH OMP ; fi ; \
  mpif90  -o module_progtm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_progtm.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_progtm.F WITHOUT OMP ; fi ; \
  mpif90  -o module_progtm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_progtm.f90 ; \
        fi
rm -f module_sf_slab.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_slab.F  > module_sf_slab.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_slab.bb | /lib/cpp -C -P > module_sf_slab.f90
rm -f module_sf_slab.b module_sf_slab.bb
if fgrep -iq '!$OMP' module_sf_slab.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_slab.F WITH OMP ; fi ; \
  mpif90  -o module_sf_slab.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_slab.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_slab.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_slab.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_slab.f90 ; \
        fi
rm -f module_sf_noahlsm.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_noahlsm.F  > module_sf_noahlsm.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_noahlsm.bb | /lib/cpp -C -P > module_sf_noahlsm.f90
rm -f module_sf_noahlsm.b module_sf_noahlsm.bb
if fgrep -iq '!$OMP' module_sf_noahlsm.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_noahlsm.F WITH OMP ; fi ; \
  mpif90  -o module_sf_noahlsm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_noahlsm.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_noahlsm.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_noahlsm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_noahlsm.f90 ; \
        fi
rm -f module_data_gocart_dust.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_data_gocart_dust.F  > module_data_gocart_dust.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_data_gocart_dust.bb | /lib/cpp -C -P > module_data_gocart_dust.f90
rm -f module_data_gocart_dust.b module_data_gocart_dust.bb
if fgrep -iq '!$OMP' module_data_gocart_dust.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_data_gocart_dust.F WITH OMP ; fi ; \
  mpif90  -o module_data_gocart_dust.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_data_gocart_dust.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_data_gocart_dust.F WITHOUT OMP ; fi ; \
  mpif90  -o module_data_gocart_dust.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_data_gocart_dust.f90 ; \
        fi
rm -f module_sf_urban.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_urban.F  > module_sf_urban.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_urban.bb | /lib/cpp -C -P > module_sf_urban.f90
rm -f module_sf_urban.b module_sf_urban.bb
if fgrep -iq '!$OMP' module_sf_urban.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_urban.F WITH OMP ; fi ; \
  mpif90  -o module_sf_urban.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_urban.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_urban.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_urban.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_urban.f90 ; \
        fi
rm -f module_sf_bem.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_bem.F  > module_sf_bem.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_bem.bb | /lib/cpp -C -P > module_sf_bem.f90
rm -f module_sf_bem.b module_sf_bem.bb
if fgrep -iq '!$OMP' module_sf_bem.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_bem.F WITH OMP ; fi ; \
  mpif90  -o module_sf_bem.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_bem.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_bem.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_bem.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_bem.f90 ; \
        fi
rm -f module_sf_ssib.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_ssib.F  > module_sf_ssib.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_ssib.bb | /lib/cpp -C -P > module_sf_ssib.f90
rm -f module_sf_ssib.b module_sf_ssib.bb
if fgrep -iq '!$OMP' module_sf_ssib.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_ssib.F WITH OMP ; fi ; \
  mpif90  -o module_sf_ssib.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_ssib.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_ssib.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_ssib.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_ssib.f90 ; \
        fi
rm -f module_sf_noah_seaice.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_noah_seaice.F  > module_sf_noah_seaice.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_noah_seaice.bb | /lib/cpp -C -P > module_sf_noah_seaice.f90
rm -f module_sf_noah_seaice.b module_sf_noah_seaice.bb
if fgrep -iq '!$OMP' module_sf_noah_seaice.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_noah_seaice.F WITH OMP ; fi ; \
  mpif90  -o module_sf_noah_seaice.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_noah_seaice.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_noah_seaice.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_noah_seaice.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_noah_seaice.f90 ; \
        fi
rm -f module_sf_myjsfc.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_myjsfc.F  > module_sf_myjsfc.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_myjsfc.bb | /lib/cpp -C -P > module_sf_myjsfc.f90
rm -f module_sf_myjsfc.b module_sf_myjsfc.bb
if fgrep -iq '!$OMP' module_sf_myjsfc.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_myjsfc.F WITH OMP ; fi ; \
  mpif90  -o module_sf_myjsfc.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_myjsfc.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_myjsfc.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_myjsfc.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_myjsfc.f90 ; \
        fi
rm -f module_sf_pxlsm_data.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_pxlsm_data.F  > module_sf_pxlsm_data.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_pxlsm_data.bb | /lib/cpp -C -P > module_sf_pxlsm_data.f90
rm -f module_sf_pxlsm_data.b module_sf_pxlsm_data.bb
if fgrep -iq '!$OMP' module_sf_pxlsm_data.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_pxlsm_data.F WITH OMP ; fi ; \
  mpif90  -o module_sf_pxlsm_data.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_pxlsm_data.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_pxlsm_data.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_pxlsm_data.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_pxlsm_data.f90 ; \
        fi
rm -f module_sf_ruclsm.o
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_ruclsm.F > module_sf_ruclsm.b 
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_ruclsm.b  > module_sf_ruclsm.f90
rm -f module_sf_ruclsm.b
if fgrep -iq '!$OMP' module_sf_ruclsm.f90 ; then \
          echo COMPILING module_sf_ruclsm.F WITH OMP ; \
          if [ -n "" ] ; then echo COMPILING module_sf_ruclsm.F WITH OMP ; fi ; \
  mpif90  -c  -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_ruclsm.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_ruclsm.F WITHOUT OMP ; fi ; \
  mpif90  -c  -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   module_sf_ruclsm.f90 ; \
        fi
rm -f module_sf_sfcdiags.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_sfcdiags.F  > module_sf_sfcdiags.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_sfcdiags.bb | /lib/cpp -C -P > module_sf_sfcdiags.f90
rm -f module_sf_sfcdiags.b module_sf_sfcdiags.bb
if fgrep -iq '!$OMP' module_sf_sfcdiags.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_sfcdiags.F WITH OMP ; fi ; \
  mpif90  -o module_sf_sfcdiags.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_sfcdiags.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_sfcdiags.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_sfcdiags.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_sfcdiags.f90 ; \
        fi
rm -f module_sf_sfcdiags_ruclsm.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_sfcdiags_ruclsm.F  > module_sf_sfcdiags_ruclsm.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_sfcdiags_ruclsm.bb | /lib/cpp -C -P > module_sf_sfcdiags_ruclsm.f90
rm -f module_sf_sfcdiags_ruclsm.b module_sf_sfcdiags_ruclsm.bb
if fgrep -iq '!$OMP' module_sf_sfcdiags_ruclsm.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_sfcdiags_ruclsm.F WITH OMP ; fi ; \
  mpif90  -o module_sf_sfcdiags_ruclsm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_sfcdiags_ruclsm.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_sfcdiags_ruclsm.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_sfcdiags_ruclsm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_sfcdiags_ruclsm.f90 ; \
        fi
rm -f module_sf_sstskin.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_sstskin.F  > module_sf_sstskin.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_sstskin.bb | /lib/cpp -C -P > module_sf_sstskin.f90
rm -f module_sf_sstskin.b module_sf_sstskin.bb
if fgrep -iq '!$OMP' module_sf_sstskin.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_sstskin.F WITH OMP ; fi ; \
  mpif90  -o module_sf_sstskin.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_sstskin.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_sstskin.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_sstskin.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_sstskin.f90 ; \
        fi
rm -f module_sf_tmnupdate.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_tmnupdate.F  > module_sf_tmnupdate.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_tmnupdate.bb | /lib/cpp -C -P > module_sf_tmnupdate.f90
rm -f module_sf_tmnupdate.b module_sf_tmnupdate.bb
if fgrep -iq '!$OMP' module_sf_tmnupdate.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_tmnupdate.F WITH OMP ; fi ; \
  mpif90  -o module_sf_tmnupdate.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_tmnupdate.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_tmnupdate.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_tmnupdate.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_tmnupdate.f90 ; \
        fi
rm -f module_sf_oml.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_oml.F  > module_sf_oml.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_oml.bb | /lib/cpp -C -P > module_sf_oml.f90
rm -f module_sf_oml.b module_sf_oml.bb
if fgrep -iq '!$OMP' module_sf_oml.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_oml.F WITH OMP ; fi ; \
  mpif90  -o module_sf_oml.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_oml.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_oml.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_oml.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_oml.f90 ; \
        fi
rm -f module_sf_qnsesfc.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_qnsesfc.F  > module_sf_qnsesfc.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_qnsesfc.bb | /lib/cpp -C -P > module_sf_qnsesfc.f90
rm -f module_sf_qnsesfc.b module_sf_qnsesfc.bb
if fgrep -iq '!$OMP' module_sf_qnsesfc.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_qnsesfc.F WITH OMP ; fi ; \
  mpif90  -o module_sf_qnsesfc.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_qnsesfc.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_qnsesfc.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_qnsesfc.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_qnsesfc.f90 ; \
        fi
rm -f module_sf_mynn.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_mynn.F  > module_sf_mynn.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_mynn.bb | /lib/cpp -C -P > module_sf_mynn.f90
rm -f module_sf_mynn.b module_sf_mynn.bb
if fgrep -iq '!$OMP' module_sf_mynn.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_mynn.F WITH OMP ; fi ; \
  mpif90  -o module_sf_mynn.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_mynn.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_mynn.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_mynn.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_mynn.f90 ; \
        fi
rm -f module_sf_pxsfclay.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_pxsfclay.F  > module_sf_pxsfclay.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_pxsfclay.bb | /lib/cpp -C -P > module_sf_pxsfclay.f90
rm -f module_sf_pxsfclay.b module_sf_pxsfclay.bb
if fgrep -iq '!$OMP' module_sf_pxsfclay.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_pxsfclay.F WITH OMP ; fi ; \
  mpif90  -o module_sf_pxsfclay.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_pxsfclay.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_pxsfclay.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_pxsfclay.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_pxsfclay.f90 ; \
        fi
rm -f module_sf_temfsfclay.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_temfsfclay.F  > module_sf_temfsfclay.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_temfsfclay.bb | /lib/cpp -C -P > module_sf_temfsfclay.f90
rm -f module_sf_temfsfclay.b module_sf_temfsfclay.bb
if fgrep -iq '!$OMP' module_sf_temfsfclay.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_temfsfclay.F WITH OMP ; fi ; \
  mpif90  -o module_sf_temfsfclay.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_temfsfclay.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_temfsfclay.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_temfsfclay.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_temfsfclay.f90 ; \
        fi
rm -f module_sf_idealscmsfclay.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_idealscmsfclay.F  > module_sf_idealscmsfclay.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_idealscmsfclay.bb | /lib/cpp -C -P > module_sf_idealscmsfclay.f90
rm -f module_sf_idealscmsfclay.b module_sf_idealscmsfclay.bb
if fgrep -iq '!$OMP' module_sf_idealscmsfclay.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_idealscmsfclay.F WITH OMP ; fi ; \
  mpif90  -o module_sf_idealscmsfclay.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_idealscmsfclay.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_idealscmsfclay.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_idealscmsfclay.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_idealscmsfclay.f90 ; \
        fi
rm -f module_sf_scmflux.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_scmflux.F  > module_sf_scmflux.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_scmflux.bb | /lib/cpp -C -P > module_sf_scmflux.f90
rm -f module_sf_scmflux.b module_sf_scmflux.bb
if fgrep -iq '!$OMP' module_sf_scmflux.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_scmflux.F WITH OMP ; fi ; \
  mpif90  -o module_sf_scmflux.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_scmflux.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_scmflux.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_scmflux.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_scmflux.f90 ; \
        fi
rm -f module_sf_scmskintemp.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_scmskintemp.F  > module_sf_scmskintemp.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_scmskintemp.bb | /lib/cpp -C -P > module_sf_scmskintemp.f90
rm -f module_sf_scmskintemp.b module_sf_scmskintemp.bb
if fgrep -iq '!$OMP' module_sf_scmskintemp.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_scmskintemp.F WITH OMP ; fi ; \
  mpif90  -o module_sf_scmskintemp.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_scmskintemp.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_scmskintemp.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_scmskintemp.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_scmskintemp.f90 ; \
        fi
rm -f module_physics_addtendc.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_physics_addtendc.F  > module_physics_addtendc.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_physics_addtendc.bb | /lib/cpp -C -P > module_physics_addtendc.f90
rm -f module_physics_addtendc.b module_physics_addtendc.bb
if fgrep -iq '!$OMP' module_physics_addtendc.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_physics_addtendc.F WITH OMP ; fi ; \
  mpif90  -o module_physics_addtendc.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_physics_addtendc.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_physics_addtendc.F WITHOUT OMP ; fi ; \
  mpif90  -o module_physics_addtendc.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_physics_addtendc.f90 ; \
        fi
rm -f module_fdda_psufddagd.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_fdda_psufddagd.F  > module_fdda_psufddagd.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_fdda_psufddagd.bb | /lib/cpp -C -P > module_fdda_psufddagd.f90
rm -f module_fdda_psufddagd.b module_fdda_psufddagd.bb
if fgrep -iq '!$OMP' module_fdda_psufddagd.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_fdda_psufddagd.F WITH OMP ; fi ; \
  mpif90  -o module_fdda_psufddagd.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_fdda_psufddagd.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_fdda_psufddagd.F WITHOUT OMP ; fi ; \
  mpif90  -o module_fdda_psufddagd.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_fdda_psufddagd.f90 ; \
        fi
rm -f module_fdda_spnudging.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_fdda_spnudging.F  > module_fdda_spnudging.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_fdda_spnudging.bb | /lib/cpp -C -P > module_fdda_spnudging.f90
rm -f module_fdda_spnudging.b module_fdda_spnudging.bb
if fgrep -iq '!$OMP' module_fdda_spnudging.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_fdda_spnudging.F WITH OMP ; fi ; \
  mpif90  -o module_fdda_spnudging.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_fdda_spnudging.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_fdda_spnudging.F WITHOUT OMP ; fi ; \
  mpif90  -o module_fdda_spnudging.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_fdda_spnudging.f90 ; \
        fi
rm -f module_fddaobs_rtfdda.o
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_fddaobs_rtfdda.F > module_fddaobs_rtfdda.b 
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_fddaobs_rtfdda.b  > module_fddaobs_rtfdda.f90
rm -f module_fddaobs_rtfdda.b
if fgrep -iq '!$OMP' module_fddaobs_rtfdda.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_fddaobs_rtfdda.F WITH OMP ; fi ; \
  mpif90  -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_fddaobs_rtfdda.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_fddaobs_rtfdda.F WITHOUT OMP ; fi ; \
  mpif90  -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   module_fddaobs_rtfdda.f90 ; \
        fi
rm -f module_wind_generic.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_wind_generic.F  > module_wind_generic.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_wind_generic.bb | /lib/cpp -C -P > module_wind_generic.f90
rm -f module_wind_generic.b module_wind_generic.bb
if fgrep -iq '!$OMP' module_wind_generic.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_wind_generic.F WITH OMP ; fi ; \
  mpif90  -o module_wind_generic.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_wind_generic.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_wind_generic.F WITHOUT OMP ; fi ; \
  mpif90  -o module_wind_generic.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_wind_generic.f90 ; \
        fi
rm -f module_microphysics_zero_out.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_microphysics_zero_out.F  > module_microphysics_zero_out.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_microphysics_zero_out.bb | /lib/cpp -C -P > module_microphysics_zero_out.f90
rm -f module_microphysics_zero_out.b module_microphysics_zero_out.bb
if fgrep -iq '!$OMP' module_microphysics_zero_out.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_microphysics_zero_out.F WITH OMP ; fi ; \
  mpif90  -o module_microphysics_zero_out.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_microphysics_zero_out.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_microphysics_zero_out.F WITHOUT OMP ; fi ; \
  mpif90  -o module_microphysics_zero_out.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_microphysics_zero_out.f90 ; \
        fi
rm -f module_diagnostics.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_diagnostics.F  > module_diagnostics.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_diagnostics.bb | /lib/cpp -C -P > module_diagnostics.f90
rm -f module_diagnostics.b module_diagnostics.bb
if fgrep -iq '!$OMP' module_diagnostics.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_diagnostics.F WITH OMP ; fi ; \
  mpif90  -o module_diagnostics.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_diagnostics.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_diagnostics.F WITHOUT OMP ; fi ; \
  mpif90  -o module_diagnostics.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_diagnostics.f90 ; \
        fi
rm -f module_fddagd_driver.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_fddagd_driver.F  > module_fddagd_driver.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_fddagd_driver.bb | /lib/cpp -C -P > module_fddagd_driver.f90
rm -f module_fddagd_driver.b module_fddagd_driver.bb
if fgrep -iq '!$OMP' module_fddagd_driver.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_fddagd_driver.F WITH OMP ; fi ; \
  mpif90  -o module_fddagd_driver.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_fddagd_driver.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_fddagd_driver.F WITHOUT OMP ; fi ; \
  mpif90  -o module_fddagd_driver.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_fddagd_driver.f90 ; \
        fi
rm -f module_fddaobs_driver.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_fddaobs_driver.F  > module_fddaobs_driver.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_fddaobs_driver.bb | /lib/cpp -C -P > module_fddaobs_driver.f90
rm -f module_fddaobs_driver.b module_fddaobs_driver.bb
if fgrep -iq '!$OMP' module_fddaobs_driver.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_fddaobs_driver.F WITH OMP ; fi ; \
  mpif90  -o module_fddaobs_driver.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_fddaobs_driver.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_fddaobs_driver.F WITHOUT OMP ; fi ; \
  mpif90  -o module_fddaobs_driver.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_fddaobs_driver.f90 ; \
        fi
rm -f module_cam_support.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cam_support.F  > module_cam_support.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cam_support.bb | /lib/cpp -C -P > module_cam_support.f90
rm -f module_cam_support.b module_cam_support.bb
if fgrep -iq '!$OMP' module_cam_support.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cam_support.F WITH OMP ; fi ; \
  mpif90  -o module_cam_support.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_support.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cam_support.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cam_support.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_support.f90 ; \
        fi
rm -f module_cam_shr_const_mod.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cam_shr_const_mod.F  > module_cam_shr_const_mod.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cam_shr_const_mod.bb | /lib/cpp -C -P > module_cam_shr_const_mod.f90
rm -f module_cam_shr_const_mod.b module_cam_shr_const_mod.bb
if fgrep -iq '!$OMP' module_cam_shr_const_mod.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cam_shr_const_mod.F WITH OMP ; fi ; \
  mpif90  -o module_cam_shr_const_mod.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_shr_const_mod.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cam_shr_const_mod.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cam_shr_const_mod.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_shr_const_mod.f90 ; \
        fi
rm -f module_cam_trb_mtn_stress.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cam_trb_mtn_stress.F  > module_cam_trb_mtn_stress.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cam_trb_mtn_stress.bb | /lib/cpp -C -P > module_cam_trb_mtn_stress.f90
rm -f module_cam_trb_mtn_stress.b module_cam_trb_mtn_stress.bb
if fgrep -iq '!$OMP' module_cam_trb_mtn_stress.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cam_trb_mtn_stress.F WITH OMP ; fi ; \
  mpif90  -o module_cam_trb_mtn_stress.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_trb_mtn_stress.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cam_trb_mtn_stress.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cam_trb_mtn_stress.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_trb_mtn_stress.f90 ; \
        fi
rm -f module_cam_upper_bc.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cam_upper_bc.F  > module_cam_upper_bc.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cam_upper_bc.bb | /lib/cpp -C -P > module_cam_upper_bc.f90
rm -f module_cam_upper_bc.b module_cam_upper_bc.bb
if fgrep -iq '!$OMP' module_cam_upper_bc.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cam_upper_bc.F WITH OMP ; fi ; \
  mpif90  -o module_cam_upper_bc.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_upper_bc.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cam_upper_bc.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cam_upper_bc.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_upper_bc.f90 ; \
        fi
rm -f module_cam_bl_diffusion_solver.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cam_bl_diffusion_solver.F  > module_cam_bl_diffusion_solver.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cam_bl_diffusion_solver.bb | /lib/cpp -C -P > module_cam_bl_diffusion_solver.f90
rm -f module_cam_bl_diffusion_solver.b module_cam_bl_diffusion_solver.bb
if fgrep -iq '!$OMP' module_cam_bl_diffusion_solver.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cam_bl_diffusion_solver.F WITH OMP ; fi ; \
  mpif90  -o module_cam_bl_diffusion_solver.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_bl_diffusion_solver.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cam_bl_diffusion_solver.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cam_bl_diffusion_solver.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_bl_diffusion_solver.f90 ; \
        fi
rm -f module_gfs_physcons.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_gfs_physcons.F  > module_gfs_physcons.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_gfs_physcons.bb | /lib/cpp -C -P > module_gfs_physcons.f90
rm -f module_gfs_physcons.b module_gfs_physcons.bb
if fgrep -iq '!$OMP' module_gfs_physcons.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_gfs_physcons.F WITH OMP ; fi ; \
  mpif90  -o module_gfs_physcons.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_gfs_physcons.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_gfs_physcons.F WITHOUT OMP ; fi ; \
  mpif90  -o module_gfs_physcons.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_gfs_physcons.f90 ; \
        fi
rm -f module_ra_rrtmg_sw.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_ra_rrtmg_sw.F  > module_ra_rrtmg_sw.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_ra_rrtmg_sw.bb | /lib/cpp -C -P > module_ra_rrtmg_sw.f90
rm -f module_ra_rrtmg_sw.b module_ra_rrtmg_sw.bb
if fgrep -iq '!$OMP' module_ra_rrtmg_sw.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_ra_rrtmg_sw.F WITH OMP ; fi ; \
  mpif90  -o module_ra_rrtmg_sw.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_ra_rrtmg_sw.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_ra_rrtmg_sw.F WITHOUT OMP ; fi ; \
  mpif90  -o module_ra_rrtmg_sw.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_ra_rrtmg_sw.f90 ; \
        fi
rm -f module_ra_cam_support.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_ra_cam_support.F  > module_ra_cam_support.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_ra_cam_support.bb | /lib/cpp -C -P > module_ra_cam_support.f90
rm -f module_ra_cam_support.b module_ra_cam_support.bb
if fgrep -iq '!$OMP' module_ra_cam_support.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_ra_cam_support.F WITH OMP ; fi ; \
  mpif90  -o module_ra_cam_support.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_ra_cam_support.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_ra_cam_support.F WITHOUT OMP ; fi ; \
  mpif90  -o module_ra_cam_support.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_ra_cam_support.f90 ; \
        fi
rm -f module_sf_bep.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_bep.F  > module_sf_bep.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_bep.bb | /lib/cpp -C -P > module_sf_bep.f90
rm -f module_sf_bep.b module_sf_bep.bb
if fgrep -iq '!$OMP' module_sf_bep.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_bep.F WITH OMP ; fi ; \
  mpif90  -o module_sf_bep.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_bep.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_bep.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_bep.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_bep.f90 ; \
        fi
rm -f module_sf_bep_bem.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_bep_bem.F  > module_sf_bep_bem.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_bep_bem.bb | /lib/cpp -C -P > module_sf_bep_bem.f90
rm -f module_sf_bep_bem.b module_sf_bep_bem.bb
if fgrep -iq '!$OMP' module_sf_bep_bem.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_bep_bem.F WITH OMP ; fi ; \
  mpif90  -o module_sf_bep_bem.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_bep_bem.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_bep_bem.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_bep_bem.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_bep_bem.f90 ; \
        fi
rm -f module_sf_noah_seaice_drv.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_noah_seaice_drv.F  > module_sf_noah_seaice_drv.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_noah_seaice_drv.bb | /lib/cpp -C -P > module_sf_noah_seaice_drv.f90
rm -f module_sf_noah_seaice_drv.b module_sf_noah_seaice_drv.bb
if fgrep -iq '!$OMP' module_sf_noah_seaice_drv.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_noah_seaice_drv.F WITH OMP ; fi ; \
  mpif90  -o module_sf_noah_seaice_drv.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_noah_seaice_drv.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_noah_seaice_drv.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_noah_seaice_drv.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_noah_seaice_drv.f90 ; \
        fi
rm -f module_sf_noahmplsm.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_noahmplsm.F  > module_sf_noahmplsm.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_noahmplsm.bb | /lib/cpp -C -P > module_sf_noahmplsm.f90
rm -f module_sf_noahmplsm.b module_sf_noahmplsm.bb
if fgrep -iq '!$OMP' module_sf_noahmplsm.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_noahmplsm.F WITH OMP ; fi ; \
  mpif90  -o module_sf_noahmplsm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_noahmplsm.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_noahmplsm.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_noahmplsm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_noahmplsm.f90 ; \
        fi
rm -f module_sf_pxlsm.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_pxlsm.F  > module_sf_pxlsm.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_pxlsm.bb | /lib/cpp -C -P > module_sf_pxlsm.f90
rm -f module_sf_pxlsm.b module_sf_pxlsm.bb
if fgrep -iq '!$OMP' module_sf_pxlsm.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_pxlsm.F WITH OMP ; fi ; \
  mpif90  -o module_sf_pxlsm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_pxlsm.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_pxlsm.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_pxlsm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_pxlsm.f90 ; \
        fi
rm -f module_wind_fitch.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_wind_fitch.F  > module_wind_fitch.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_wind_fitch.bb | /lib/cpp -C -P > module_wind_fitch.f90
rm -f module_wind_fitch.b module_wind_fitch.bb
if fgrep -iq '!$OMP' module_wind_fitch.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_wind_fitch.F WITH OMP ; fi ; \
  mpif90  -o module_wind_fitch.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_wind_fitch.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_wind_fitch.F WITHOUT OMP ; fi ; \
  mpif90  -o module_wind_fitch.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_wind_fitch.f90 ; \
        fi
rm -f module_cam_physconst.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cam_physconst.F  > module_cam_physconst.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cam_physconst.bb | /lib/cpp -C -P > module_cam_physconst.f90
rm -f module_cam_physconst.b module_cam_physconst.bb
if fgrep -iq '!$OMP' module_cam_physconst.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cam_physconst.F WITH OMP ; fi ; \
  mpif90  -o module_cam_physconst.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_physconst.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cam_physconst.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cam_physconst.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_physconst.f90 ; \
        fi
rm -f module_cam_bl_eddy_diff.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cam_bl_eddy_diff.F  > module_cam_bl_eddy_diff.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cam_bl_eddy_diff.bb | /lib/cpp -C -P > module_cam_bl_eddy_diff.f90
rm -f module_cam_bl_eddy_diff.b module_cam_bl_eddy_diff.bb
if fgrep -iq '!$OMP' module_cam_bl_eddy_diff.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cam_bl_eddy_diff.F WITH OMP ; fi ; \
  mpif90  -o module_cam_bl_eddy_diff.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_bl_eddy_diff.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cam_bl_eddy_diff.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cam_bl_eddy_diff.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_bl_eddy_diff.f90 ; \
        fi
rm -f module_bl_gfs.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_bl_gfs.F  > module_bl_gfs.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_bl_gfs.bb | /lib/cpp -C -P > module_bl_gfs.f90
rm -f module_bl_gfs.b module_bl_gfs.bb
if fgrep -iq '!$OMP' module_bl_gfs.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_bl_gfs.F WITH OMP ; fi ; \
  mpif90  -o module_bl_gfs.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_gfs.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_bl_gfs.F WITHOUT OMP ; fi ; \
  mpif90  -o module_bl_gfs.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_gfs.f90 ; \
        fi
rm -f module_bl_gfs2011.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_bl_gfs2011.F  > module_bl_gfs2011.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_bl_gfs2011.bb | /lib/cpp -C -P > module_bl_gfs2011.f90
rm -f module_bl_gfs2011.b module_bl_gfs2011.bb
if fgrep -iq '!$OMP' module_bl_gfs2011.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_bl_gfs2011.F WITH OMP ; fi ; \
  mpif90  -o module_bl_gfs2011.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_gfs2011.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_bl_gfs2011.F WITHOUT OMP ; fi ; \
  mpif90  -o module_bl_gfs2011.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_gfs2011.f90 ; \
        fi
rm -f module_gfs_funcphys.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_gfs_funcphys.F  > module_gfs_funcphys.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_gfs_funcphys.bb | /lib/cpp -C -P > module_gfs_funcphys.f90
rm -f module_gfs_funcphys.b module_gfs_funcphys.bb
if fgrep -iq '!$OMP' module_gfs_funcphys.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_gfs_funcphys.F WITH OMP ; fi ; \
  mpif90  -o module_gfs_funcphys.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_gfs_funcphys.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_gfs_funcphys.F WITHOUT OMP ; fi ; \
  mpif90  -o module_gfs_funcphys.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_gfs_funcphys.f90 ; \
        fi
rm -f module_ra_cam.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_ra_cam.F  > module_ra_cam.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_ra_cam.bb | /lib/cpp -C -P > module_ra_cam.f90
rm -f module_ra_cam.b module_ra_cam.bb
if fgrep -iq '!$OMP' module_ra_cam.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_ra_cam.F WITH OMP ; fi ; \
  mpif90  -o module_ra_cam.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_ra_cam.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_ra_cam.F WITHOUT OMP ; fi ; \
  mpif90  -o module_ra_cam.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_ra_cam.f90 ; \
        fi
rm -f module_sf_gfs.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_gfs.F  > module_sf_gfs.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_gfs.bb | /lib/cpp -C -P > module_sf_gfs.f90
rm -f module_sf_gfs.b module_sf_gfs.bb
if fgrep -iq '!$OMP' module_sf_gfs.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_gfs.F WITH OMP ; fi ; \
  mpif90  -o module_sf_gfs.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_gfs.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_gfs.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_gfs.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_gfs.f90 ; \
        fi
rm -f module_sf_gfdl.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_gfdl.F  > module_sf_gfdl.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_gfdl.bb | /lib/cpp -C -P > module_sf_gfdl.f90
rm -f module_sf_gfdl.b module_sf_gfdl.bb
if fgrep -iq '!$OMP' module_sf_gfdl.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_gfdl.F WITH OMP ; fi ; \
  mpif90  -o module_sf_gfdl.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_gfdl.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_gfdl.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_gfdl.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_gfdl.f90 ; \
        fi
rm -f module_sf_noahdrv.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_noahdrv.F  > module_sf_noahdrv.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_noahdrv.bb | /lib/cpp -C -P > module_sf_noahdrv.f90
rm -f module_sf_noahdrv.b module_sf_noahdrv.bb
if fgrep -iq '!$OMP' module_sf_noahdrv.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_noahdrv.F WITH OMP ; fi ; \
  mpif90  -o module_sf_noahdrv.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_noahdrv.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_noahdrv.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_noahdrv.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_noahdrv.f90 ; \
        fi
rm -f module_sf_noahlsm_glacial_only.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_noahlsm_glacial_only.F  > module_sf_noahlsm_glacial_only.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_noahlsm_glacial_only.bb | /lib/cpp -C -P > module_sf_noahlsm_glacial_only.f90
rm -f module_sf_noahlsm_glacial_only.b module_sf_noahlsm_glacial_only.bb
if fgrep -iq '!$OMP' module_sf_noahlsm_glacial_only.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_noahlsm_glacial_only.F WITH OMP ; fi ; \
  mpif90  -o module_sf_noahlsm_glacial_only.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_noahlsm_glacial_only.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_noahlsm_glacial_only.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_noahlsm_glacial_only.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_noahlsm_glacial_only.f90 ; \
        fi
rm -f module_cam_gffgch.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cam_gffgch.F  > module_cam_gffgch.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cam_gffgch.bb | /lib/cpp -C -P > module_cam_gffgch.f90
rm -f module_cam_gffgch.b module_cam_gffgch.bb
if fgrep -iq '!$OMP' module_cam_gffgch.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cam_gffgch.F WITH OMP ; fi ; \
  mpif90  -o module_cam_gffgch.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_gffgch.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cam_gffgch.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cam_gffgch.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_gffgch.f90 ; \
        fi
rm -f module_cam_constituents.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cam_constituents.F  > module_cam_constituents.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cam_constituents.bb | /lib/cpp -C -P > module_cam_constituents.f90
rm -f module_cam_constituents.b module_cam_constituents.bb
if fgrep -iq '!$OMP' module_cam_constituents.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cam_constituents.F WITH OMP ; fi ; \
  mpif90  -o module_cam_constituents.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_constituents.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cam_constituents.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cam_constituents.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_constituents.f90 ; \
        fi
rm -f module_cu_tiedtke.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cu_tiedtke.F  > module_cu_tiedtke.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cu_tiedtke.bb | /lib/cpp -C -P > module_cu_tiedtke.f90
rm -f module_cu_tiedtke.b module_cu_tiedtke.bb
if fgrep -iq '!$OMP' module_cu_tiedtke.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cu_tiedtke.F WITH OMP ; fi ; \
  mpif90  -o module_cu_tiedtke.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cu_tiedtke.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cu_tiedtke.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cu_tiedtke.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cu_tiedtke.f90 ; \
        fi
rm -f module_cu_sas.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cu_sas.F  > module_cu_sas.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cu_sas.bb | /lib/cpp -C -P > module_cu_sas.f90
rm -f module_cu_sas.b module_cu_sas.bb
if fgrep -iq '!$OMP' module_cu_sas.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cu_sas.F WITH OMP ; fi ; \
  mpif90  -o module_cu_sas.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cu_sas.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cu_sas.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cu_sas.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cu_sas.f90 ; \
        fi
rm -f module_cu_osas.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cu_osas.F  > module_cu_osas.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cu_osas.bb | /lib/cpp -C -P > module_cu_osas.f90
rm -f module_cu_osas.b module_cu_osas.bb
if fgrep -iq '!$OMP' module_cu_osas.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cu_osas.F WITH OMP ; fi ; \
  mpif90  -o module_cu_osas.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cu_osas.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cu_osas.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cu_osas.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cu_osas.f90 ; \
        fi
rm -f module_sf_noahmpdrv.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_sf_noahmpdrv.F  > module_sf_noahmpdrv.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_sf_noahmpdrv.bb | /lib/cpp -C -P > module_sf_noahmpdrv.f90
rm -f module_sf_noahmpdrv.b module_sf_noahmpdrv.bb
if fgrep -iq '!$OMP' module_sf_noahmpdrv.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_sf_noahmpdrv.F WITH OMP ; fi ; \
  mpif90  -o module_sf_noahmpdrv.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_noahmpdrv.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_sf_noahmpdrv.F WITHOUT OMP ; fi ; \
  mpif90  -o module_sf_noahmpdrv.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_sf_noahmpdrv.f90 ; \
        fi
rm -f module_radiation_driver.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_radiation_driver.F  > module_radiation_driver.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_radiation_driver.bb | /lib/cpp -C -P > module_radiation_driver.f90
rm -f module_radiation_driver.b module_radiation_driver.bb
if fgrep -iq '!$OMP' module_radiation_driver.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_radiation_driver.F WITH OMP ; fi ; \
  mpif90  -o module_radiation_driver.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_radiation_driver.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_radiation_driver.F WITHOUT OMP ; fi ; \
  mpif90  -o module_radiation_driver.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_radiation_driver.f90 ; \
        fi
rm -f module_surface_driver.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_surface_driver.F  > module_surface_driver.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_surface_driver.bb | /lib/cpp -C -P > module_surface_driver.f90
rm -f module_surface_driver.b module_surface_driver.bb
if fgrep -iq '!$OMP' module_surface_driver.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_surface_driver.F WITH OMP ; fi ; \
  mpif90  -o module_surface_driver.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_surface_driver.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_surface_driver.F WITHOUT OMP ; fi ; \
  mpif90  -o module_surface_driver.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_surface_driver.f90 ; \
        fi
rm -f module_cam_wv_saturation.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cam_wv_saturation.F  > module_cam_wv_saturation.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cam_wv_saturation.bb | /lib/cpp -C -P > module_cam_wv_saturation.f90
rm -f module_cam_wv_saturation.b module_cam_wv_saturation.bb
if fgrep -iq '!$OMP' module_cam_wv_saturation.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cam_wv_saturation.F WITH OMP ; fi ; \
  mpif90  -o module_cam_wv_saturation.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_wv_saturation.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cam_wv_saturation.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cam_wv_saturation.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_wv_saturation.f90 ; \
        fi
rm -f module_cam_molec_diff.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cam_molec_diff.F  > module_cam_molec_diff.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cam_molec_diff.bb | /lib/cpp -C -P > module_cam_molec_diff.f90
rm -f module_cam_molec_diff.b module_cam_molec_diff.bb
if fgrep -iq '!$OMP' module_cam_molec_diff.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cam_molec_diff.F WITH OMP ; fi ; \
  mpif90  -o module_cam_molec_diff.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_molec_diff.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cam_molec_diff.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cam_molec_diff.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_molec_diff.f90 ; \
        fi
rm -f module_mixactivate.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_mixactivate.F  > module_mixactivate.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_mixactivate.bb | /lib/cpp -C -P > module_mixactivate.f90
rm -f module_mixactivate.b module_mixactivate.bb
if fgrep -iq '!$OMP' module_mixactivate.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_mixactivate.F WITH OMP ; fi ; \
  mpif90  -o module_mixactivate.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mixactivate.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_mixactivate.F WITHOUT OMP ; fi ; \
  mpif90  -o module_mixactivate.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_mixactivate.f90 ; \
        fi
rm -f module_cam_cldwat.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cam_cldwat.F  > module_cam_cldwat.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cam_cldwat.bb | /lib/cpp -C -P > module_cam_cldwat.f90
rm -f module_cam_cldwat.b module_cam_cldwat.bb
if fgrep -iq '!$OMP' module_cam_cldwat.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cam_cldwat.F WITH OMP ; fi ; \
  mpif90  -o module_cam_cldwat.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_cldwat.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cam_cldwat.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cam_cldwat.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_cldwat.f90 ; \
        fi
rm -f module_cam_esinti.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cam_esinti.F  > module_cam_esinti.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cam_esinti.bb | /lib/cpp -C -P > module_cam_esinti.f90
rm -f module_cam_esinti.b module_cam_esinti.bb
if fgrep -iq '!$OMP' module_cam_esinti.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cam_esinti.F WITH OMP ; fi ; \
  mpif90  -o module_cam_esinti.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_esinti.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cam_esinti.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cam_esinti.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cam_esinti.f90 ; \
        fi
rm -f module_cu_camzm.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cu_camzm.F  > module_cu_camzm.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cu_camzm.bb | /lib/cpp -C -P > module_cu_camzm.f90
rm -f module_cu_camzm.b module_cu_camzm.bb
if fgrep -iq '!$OMP' module_cu_camzm.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cu_camzm.F WITH OMP ; fi ; \
  mpif90  -o module_cu_camzm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cu_camzm.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cu_camzm.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cu_camzm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cu_camzm.f90 ; \
        fi
rm -f module_microphysics_driver.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_microphysics_driver.F  > module_microphysics_driver.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_microphysics_driver.bb | /lib/cpp -C -P > module_microphysics_driver.f90
rm -f module_microphysics_driver.b module_microphysics_driver.bb
if fgrep -iq '!$OMP' module_microphysics_driver.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_microphysics_driver.F WITH OMP ; fi ; \
  mpif90  -o module_microphysics_driver.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_microphysics_driver.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_microphysics_driver.F WITHOUT OMP ; fi ; \
  mpif90  -o module_microphysics_driver.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_microphysics_driver.f90 ; \
        fi
rm -f module_bl_camuwpbl_driver.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_bl_camuwpbl_driver.F  > module_bl_camuwpbl_driver.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_bl_camuwpbl_driver.bb | /lib/cpp -C -P > module_bl_camuwpbl_driver.f90
rm -f module_bl_camuwpbl_driver.b module_bl_camuwpbl_driver.bb
if fgrep -iq '!$OMP' module_bl_camuwpbl_driver.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_bl_camuwpbl_driver.F WITH OMP ; fi ; \
  mpif90  -o module_bl_camuwpbl_driver.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_camuwpbl_driver.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_bl_camuwpbl_driver.F WITHOUT OMP ; fi ; \
  mpif90  -o module_bl_camuwpbl_driver.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_bl_camuwpbl_driver.f90 ; \
        fi
rm -f module_cu_camuwshcu.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cu_camuwshcu.F  > module_cu_camuwshcu.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cu_camuwshcu.bb | /lib/cpp -C -P > module_cu_camuwshcu.f90
rm -f module_cu_camuwshcu.b module_cu_camuwshcu.bb
if fgrep -iq '!$OMP' module_cu_camuwshcu.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cu_camuwshcu.F WITH OMP ; fi ; \
  mpif90  -o module_cu_camuwshcu.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cu_camuwshcu.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cu_camuwshcu.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cu_camuwshcu.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cu_camuwshcu.f90 ; \
        fi
rm -f module_cu_camzm_driver.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cu_camzm_driver.F  > module_cu_camzm_driver.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cu_camzm_driver.bb | /lib/cpp -C -P > module_cu_camzm_driver.f90
rm -f module_cu_camzm_driver.b module_cu_camzm_driver.bb
if fgrep -iq '!$OMP' module_cu_camzm_driver.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cu_camzm_driver.F WITH OMP ; fi ; \
  mpif90  -o module_cu_camzm_driver.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cu_camzm_driver.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cu_camzm_driver.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cu_camzm_driver.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cu_camzm_driver.f90 ; \
        fi
rm -f module_pbl_driver.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_pbl_driver.F  > module_pbl_driver.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_pbl_driver.bb | /lib/cpp -C -P > module_pbl_driver.f90
rm -f module_pbl_driver.b module_pbl_driver.bb
if fgrep -iq '!$OMP' module_pbl_driver.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_pbl_driver.F WITH OMP ; fi ; \
  mpif90  -o module_pbl_driver.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_pbl_driver.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_pbl_driver.F WITHOUT OMP ; fi ; \
  mpif90  -o module_pbl_driver.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_pbl_driver.f90 ; \
        fi
rm -f module_cumulus_driver.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cumulus_driver.F  > module_cumulus_driver.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cumulus_driver.bb | /lib/cpp -C -P > module_cumulus_driver.f90
rm -f module_cumulus_driver.b module_cumulus_driver.bb
if fgrep -iq '!$OMP' module_cumulus_driver.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cumulus_driver.F WITH OMP ; fi ; \
  mpif90  -o module_cumulus_driver.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cumulus_driver.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cumulus_driver.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cumulus_driver.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cumulus_driver.f90 ; \
        fi
rm -f module_cu_camuwshcu_driver.o
rm -f module_physics_init.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_cu_camuwshcu_driver.F  > module_cu_camuwshcu_driver.bb
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_physics_init.F  > module_physics_init.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_cu_camuwshcu_driver.bb | /lib/cpp -C -P > module_cu_camuwshcu_driver.f90
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_physics_init.bb | /lib/cpp -C -P > module_physics_init.f90
rm -f module_cu_camuwshcu_driver.b module_cu_camuwshcu_driver.bb
if fgrep -iq '!$OMP' module_cu_camuwshcu_driver.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_cu_camuwshcu_driver.F WITH OMP ; fi ; \
  mpif90  -o module_cu_camuwshcu_driver.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cu_camuwshcu_driver.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_cu_camuwshcu_driver.F WITHOUT OMP ; fi ; \
  mpif90  -o module_cu_camuwshcu_driver.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_cu_camuwshcu_driver.f90 ; \
        fi
rm -f module_physics_init.b module_physics_init.bb
mpif90  -c   -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include  module_physics_init.f90
rm -f module_shallowcu_driver.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_shallowcu_driver.F  > module_shallowcu_driver.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_shallowcu_driver.bb | /lib/cpp -C -P > module_shallowcu_driver.f90
rm -f module_shallowcu_driver.b module_shallowcu_driver.bb
if fgrep -iq '!$OMP' module_shallowcu_driver.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_shallowcu_driver.F WITH OMP ; fi ; \
  mpif90  -o module_shallowcu_driver.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_shallowcu_driver.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_shallowcu_driver.F WITHOUT OMP ; fi ; \
  mpif90  -o module_shallowcu_driver.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_shallowcu_driver.f90 ; \
        fi
make[3]: Leaving directory `/home/marto/build/tmp/WRF-3.4/phys'
make[2]: Leaving directory `/home/marto/build/tmp/WRF-3.4/phys'
make[1]: Leaving directory `/home/marto/build/tmp/WRF-3.4'
if [ 0  -eq 1 ]    ; then make -i -r MODULE_DIRS="-I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include " chemics ; fi
if [ 0 -eq 1 ]    ; then make -i -r MODULE_DIRS="-I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include " em_core ; fi
if [ 1 -eq 1 ]   ; then make -i -r MODULE_DIRS="-I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include " nmm_core ; fi
make[1]: Entering directory `/home/marto/build/tmp/WRF-3.4'
--------------------------------------
( cd dyn_nmm ; make -i -r )
make[2]: Entering directory `/home/marto/build/tmp/WRF-3.4/dyn_nmm'
rm -f module_INDX.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_INDX.F  > module_INDX.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_INDX.bb | /lib/cpp -C -P > module_INDX.f90
rm -f module_INDX.b module_INDX.bb
if fgrep -iq '!$OMP' module_INDX.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_INDX.F WITH OMP ; fi ; \
  mpif90  -o module_INDX.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_INDX.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_INDX.F WITHOUT OMP ; fi ; \
  mpif90  -o module_INDX.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_INDX.f90 ; \
        fi
rm -f module_ADVECTION.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_ADVECTION.F  > module_ADVECTION.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_ADVECTION.bb | /lib/cpp -C -P > module_ADVECTION.f90
rm -f module_ADVECTION.b module_ADVECTION.bb
if fgrep -iq '!$OMP' module_ADVECTION.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_ADVECTION.F WITH OMP ; fi ; \
  mpif90  -o module_ADVECTION.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_ADVECTION.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_ADVECTION.F WITHOUT OMP ; fi ; \
  mpif90  -o module_ADVECTION.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_ADVECTION.f90 ; \
        fi
rm -f module_BC_NMM.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_BC_NMM.F  > module_BC_NMM.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_BC_NMM.bb | /lib/cpp -C -P > module_BC_NMM.f90
rm -f module_BC_NMM.b module_BC_NMM.bb
if fgrep -iq '!$OMP' module_BC_NMM.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_BC_NMM.F WITH OMP ; fi ; \
  mpif90  -o module_BC_NMM.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_BC_NMM.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_BC_NMM.F WITHOUT OMP ; fi ; \
  mpif90  -o module_BC_NMM.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_BC_NMM.f90 ; \
        fi
rm -f module_BNDRY_COND.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_BNDRY_COND.F  > module_BNDRY_COND.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_BNDRY_COND.bb | /lib/cpp -C -P > module_BNDRY_COND.f90
rm -f module_BNDRY_COND.b module_BNDRY_COND.bb
if fgrep -iq '!$OMP' module_BNDRY_COND.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_BNDRY_COND.F WITH OMP ; fi ; \
  mpif90  -o module_BNDRY_COND.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_BNDRY_COND.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_BNDRY_COND.F WITHOUT OMP ; fi ; \
  mpif90  -o module_BNDRY_COND.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_BNDRY_COND.f90 ; \
        fi
rm -f module_NEST_UTIL.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_NEST_UTIL.F  > module_NEST_UTIL.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_NEST_UTIL.bb | /lib/cpp -C -P > module_NEST_UTIL.f90
rm -f module_NEST_UTIL.b module_NEST_UTIL.bb
if fgrep -iq '!$OMP' module_NEST_UTIL.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_NEST_UTIL.F WITH OMP ; fi ; \
  mpif90  -o module_NEST_UTIL.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_NEST_UTIL.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_NEST_UTIL.F WITHOUT OMP ; fi ; \
  mpif90  -o module_NEST_UTIL.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_NEST_UTIL.f90 ; \
        fi
rm -f module_CTLBLK.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_CTLBLK.F  > module_CTLBLK.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_CTLBLK.bb | /lib/cpp -C -P > module_CTLBLK.f90
rm -f module_CTLBLK.b module_CTLBLK.bb
if fgrep -iq '!$OMP' module_CTLBLK.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_CTLBLK.F WITH OMP ; fi ; \
  mpif90  -o module_CTLBLK.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_CTLBLK.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_CTLBLK.F WITHOUT OMP ; fi ; \
  mpif90  -o module_CTLBLK.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_CTLBLK.f90 ; \
        fi
rm -f module_DIFFUSION_NMM.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_DIFFUSION_NMM.F  > module_DIFFUSION_NMM.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_DIFFUSION_NMM.bb | /lib/cpp -C -P > module_DIFFUSION_NMM.f90
rm -f module_DIFFUSION_NMM.b module_DIFFUSION_NMM.bb
if fgrep -iq '!$OMP' module_DIFFUSION_NMM.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_DIFFUSION_NMM.F WITH OMP ; fi ; \
  mpif90  -o module_DIFFUSION_NMM.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_DIFFUSION_NMM.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_DIFFUSION_NMM.F WITHOUT OMP ; fi ; \
  mpif90  -o module_DIFFUSION_NMM.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_DIFFUSION_NMM.f90 ; \
        fi
rm -f module_TIMERS.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_TIMERS.F  > module_TIMERS.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_TIMERS.bb | /lib/cpp -C -P > module_TIMERS.f90
rm -f module_TIMERS.b module_TIMERS.bb
if fgrep -iq '!$OMP' module_TIMERS.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_TIMERS.F WITH OMP ; fi ; \
  mpif90  -o module_TIMERS.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_TIMERS.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_TIMERS.F WITHOUT OMP ; fi ; \
  mpif90  -o module_TIMERS.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_TIMERS.f90 ; \
        fi
rm -f module_IGWAVE_ADJUST.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_IGWAVE_ADJUST.F  > module_IGWAVE_ADJUST.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_IGWAVE_ADJUST.bb | /lib/cpp -C -P > module_IGWAVE_ADJUST.f90
rm -f module_IGWAVE_ADJUST.b module_IGWAVE_ADJUST.bb
if fgrep -iq '!$OMP' module_IGWAVE_ADJUST.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_IGWAVE_ADJUST.F WITH OMP ; fi ; \
  mpif90  -o module_IGWAVE_ADJUST.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_IGWAVE_ADJUST.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_IGWAVE_ADJUST.F WITHOUT OMP ; fi ; \
  mpif90  -o module_IGWAVE_ADJUST.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_IGWAVE_ADJUST.f90 ; \
        fi
rm -f module_NONHY_DYNAM.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_NONHY_DYNAM.F  > module_NONHY_DYNAM.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_NONHY_DYNAM.bb | /lib/cpp -C -P > module_NONHY_DYNAM.f90
rm -f module_NONHY_DYNAM.b module_NONHY_DYNAM.bb
if fgrep -iq '!$OMP' module_NONHY_DYNAM.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_NONHY_DYNAM.F WITH OMP ; fi ; \
  mpif90  -o module_NONHY_DYNAM.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_NONHY_DYNAM.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_NONHY_DYNAM.F WITHOUT OMP ; fi ; \
  mpif90  -o module_NONHY_DYNAM.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_NONHY_DYNAM.f90 ; \
        fi
rm -f module_GWD.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_GWD.F  > module_GWD.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_GWD.bb | /lib/cpp -C -P > module_GWD.f90
rm -f module_GWD.b module_GWD.bb
if fgrep -iq '!$OMP' module_GWD.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_GWD.F WITH OMP ; fi ; \
  mpif90  -o module_GWD.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_GWD.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_GWD.F WITHOUT OMP ; fi ; \
  mpif90  -o module_GWD.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_GWD.f90 ; \
        fi
rm -f module_PHYSICS_CALLS.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_PHYSICS_CALLS.F  > module_PHYSICS_CALLS.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_PHYSICS_CALLS.bb | /lib/cpp -C -P > module_PHYSICS_CALLS.f90
rm -f module_PHYSICS_CALLS.b module_PHYSICS_CALLS.bb
if fgrep -iq '!$OMP' module_PHYSICS_CALLS.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_PHYSICS_CALLS.F WITH OMP ; fi ; \
  mpif90  -o module_PHYSICS_CALLS.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_PHYSICS_CALLS.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_PHYSICS_CALLS.F WITHOUT OMP ; fi ; \
  mpif90  -o module_PHYSICS_CALLS.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_PHYSICS_CALLS.f90 ; \
        fi
rm -f module_MPPINIT.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_MPPINIT.F  > module_MPPINIT.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_MPPINIT.bb | /lib/cpp -C -P > module_MPPINIT.f90
rm -f module_MPPINIT.b module_MPPINIT.bb
if fgrep -iq '!$OMP' module_MPPINIT.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_MPPINIT.F WITH OMP ; fi ; \
  mpif90  -o module_MPPINIT.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_MPPINIT.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_MPPINIT.F WITHOUT OMP ; fi ; \
  mpif90  -o module_MPPINIT.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_MPPINIT.f90 ; \
        fi
rm -f module_si_io_nmm.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_si_io_nmm.F  > module_si_io_nmm.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_si_io_nmm.bb | /lib/cpp -C -P > module_si_io_nmm.f90
rm -f module_si_io_nmm.b module_si_io_nmm.bb
if fgrep -iq '!$OMP' module_si_io_nmm.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_si_io_nmm.F WITH OMP ; fi ; \
  mpif90  -o module_si_io_nmm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_si_io_nmm.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_si_io_nmm.F WITHOUT OMP ; fi ; \
  mpif90  -o module_si_io_nmm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_si_io_nmm.f90 ; \
        fi
rm -f module_initialize_real.o
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_initialize_real.F > module_initialize_real.b 
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_initialize_real.b  > module_initialize_real.f90
rm -f module_initialize_real.b
if fgrep -iq '!$OMP' module_initialize_real.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_initialize_real.F WITH OMP ; fi ; \
  mpif90  -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_initialize_real.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_initialize_real.F WITHOUT OMP ; fi ; \
  mpif90  -c  -O0 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include   module_initialize_real.f90 ; \
        fi
rm -f module_PRECIP_ADJUST.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_PRECIP_ADJUST.F  > module_PRECIP_ADJUST.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_PRECIP_ADJUST.bb | /lib/cpp -C -P > module_PRECIP_ADJUST.f90
rm -f module_PRECIP_ADJUST.b module_PRECIP_ADJUST.bb
if fgrep -iq '!$OMP' module_PRECIP_ADJUST.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_PRECIP_ADJUST.F WITH OMP ; fi ; \
  mpif90  -o module_PRECIP_ADJUST.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_PRECIP_ADJUST.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_PRECIP_ADJUST.F WITHOUT OMP ; fi ; \
  mpif90  -o module_PRECIP_ADJUST.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_PRECIP_ADJUST.f90 ; \
        fi
rm -f module_HIFREQ.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_HIFREQ.F  > module_HIFREQ.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_HIFREQ.bb | /lib/cpp -C -P > module_HIFREQ.f90
rm -f module_HIFREQ.b module_HIFREQ.bb
if fgrep -iq '!$OMP' module_HIFREQ.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_HIFREQ.F WITH OMP ; fi ; \
  mpif90  -o module_HIFREQ.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_HIFREQ.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_HIFREQ.F WITHOUT OMP ; fi ; \
  mpif90  -o module_HIFREQ.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_HIFREQ.f90 ; \
        fi
rm -f module_TERRAIN.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_TERRAIN.F  > module_TERRAIN.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_TERRAIN.bb | /lib/cpp -C -P > module_TERRAIN.f90
rm -f module_TERRAIN.b module_TERRAIN.bb
if fgrep -iq '!$OMP' module_TERRAIN.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_TERRAIN.F WITH OMP ; fi ; \
  mpif90  -o module_TERRAIN.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_TERRAIN.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_TERRAIN.F WITHOUT OMP ; fi ; \
  mpif90  -o module_TERRAIN.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_TERRAIN.f90 ; \
        fi
module_TERRAIN.f90:75.20:

    USE wrfsi_static
                    1
Fatal Error: Can't open module file 'wrfsi_static.mod' for reading at (1): No such file or directory
make[2]: [module_TERRAIN.o] Error 1 (ignored)
rm -f module_SMOOTH_TERRAIN.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   module_SMOOTH_TERRAIN.F  > module_SMOOTH_TERRAIN.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe module_SMOOTH_TERRAIN.bb | /lib/cpp -C -P > module_SMOOTH_TERRAIN.f90
rm -f module_SMOOTH_TERRAIN.b module_SMOOTH_TERRAIN.bb
if fgrep -iq '!$OMP' module_SMOOTH_TERRAIN.f90 ; then \
          if [ -n "" ] ; then echo COMPILING module_SMOOTH_TERRAIN.F WITH OMP ; fi ; \
  mpif90  -o module_SMOOTH_TERRAIN.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_SMOOTH_TERRAIN.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING module_SMOOTH_TERRAIN.F WITHOUT OMP ; fi ; \
  mpif90  -o module_SMOOTH_TERRAIN.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    module_SMOOTH_TERRAIN.f90 ; \
        fi
rm -f init_modules_nmm.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   init_modules_nmm.F  > init_modules_nmm.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe init_modules_nmm.bb | /lib/cpp -C -P > init_modules_nmm.f90
rm -f init_modules_nmm.b init_modules_nmm.bb
if fgrep -iq '!$OMP' init_modules_nmm.f90 ; then \
          if [ -n "" ] ; then echo COMPILING init_modules_nmm.F WITH OMP ; fi ; \
  mpif90  -o init_modules_nmm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    init_modules_nmm.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING init_modules_nmm.F WITHOUT OMP ; fi ; \
  mpif90  -o init_modules_nmm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    init_modules_nmm.f90 ; \
        fi
rm -f start_domain_nmm.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   start_domain_nmm.F  > start_domain_nmm.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe start_domain_nmm.bb | /lib/cpp -C -P > start_domain_nmm.f90
rm -f start_domain_nmm.b start_domain_nmm.bb
if fgrep -iq '!$OMP' start_domain_nmm.f90 ; then \
          if [ -n "" ] ; then echo COMPILING start_domain_nmm.F WITH OMP ; fi ; \
  mpif90  -o start_domain_nmm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    start_domain_nmm.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING start_domain_nmm.F WITHOUT OMP ; fi ; \
  mpif90  -o start_domain_nmm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    start_domain_nmm.f90 ; \
        fi
rm -f shift_domain_nmm.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   shift_domain_nmm.F  > shift_domain_nmm.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe shift_domain_nmm.bb | /lib/cpp -C -P > shift_domain_nmm.f90
rm -f shift_domain_nmm.b shift_domain_nmm.bb
if fgrep -iq '!$OMP' shift_domain_nmm.f90 ; then \
          if [ -n "" ] ; then echo COMPILING shift_domain_nmm.F WITH OMP ; fi ; \
  mpif90  -o shift_domain_nmm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    shift_domain_nmm.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING shift_domain_nmm.F WITHOUT OMP ; fi ; \
  mpif90  -o shift_domain_nmm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    shift_domain_nmm.f90 ; \
        fi
rm -f solve_nmm.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   solve_nmm.F  > solve_nmm.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe solve_nmm.bb | /lib/cpp -C -P > solve_nmm.f90
rm -f solve_nmm.b solve_nmm.bb
if fgrep -iq '!$OMP' solve_nmm.f90 ; then \
          if [ -n "" ] ; then echo COMPILING solve_nmm.F WITH OMP ; fi ; \
  mpif90  -o solve_nmm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    solve_nmm.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING solve_nmm.F WITHOUT OMP ; fi ; \
  mpif90  -o solve_nmm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    solve_nmm.f90 ; \
        fi
rm -f RDTEMP.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   RDTEMP.F  > RDTEMP.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe RDTEMP.bb | /lib/cpp -C -P > RDTEMP.f90
rm -f RDTEMP.b RDTEMP.bb
if fgrep -iq '!$OMP' RDTEMP.f90 ; then \
          if [ -n "" ] ; then echo COMPILING RDTEMP.F WITH OMP ; fi ; \
  mpif90  -o RDTEMP.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    RDTEMP.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING RDTEMP.F WITHOUT OMP ; fi ; \
  mpif90  -o RDTEMP.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    RDTEMP.f90 ; \
        fi
rm -f BUCKETS.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   BUCKETS.F  > BUCKETS.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe BUCKETS.bb | /lib/cpp -C -P > BUCKETS.f90
rm -f BUCKETS.b BUCKETS.bb
if fgrep -iq '!$OMP' BUCKETS.f90 ; then \
          if [ -n "" ] ; then echo COMPILING BUCKETS.F WITH OMP ; fi ; \
  mpif90  -o BUCKETS.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    BUCKETS.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING BUCKETS.F WITHOUT OMP ; fi ; \
  mpif90  -o BUCKETS.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    BUCKETS.f90 ; \
        fi
rm -f DSTRB.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   DSTRB.F  > DSTRB.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe DSTRB.bb | /lib/cpp -C -P > DSTRB.f90
rm -f DSTRB.b DSTRB.bb
if fgrep -iq '!$OMP' DSTRB.f90 ; then \
          if [ -n "" ] ; then echo COMPILING DSTRB.F WITH OMP ; fi ; \
  mpif90  -o DSTRB.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    DSTRB.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING DSTRB.F WITHOUT OMP ; fi ; \
  mpif90  -o DSTRB.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    DSTRB.f90 ; \
        fi
rm -f CLTEND.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   CLTEND.F  > CLTEND.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe CLTEND.bb | /lib/cpp -C -P > CLTEND.f90
rm -f CLTEND.b CLTEND.bb
if fgrep -iq '!$OMP' CLTEND.f90 ; then \
          if [ -n "" ] ; then echo COMPILING CLTEND.F WITH OMP ; fi ; \
  mpif90  -o CLTEND.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    CLTEND.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING CLTEND.F WITHOUT OMP ; fi ; \
  mpif90  -o CLTEND.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    CLTEND.f90 ; \
        fi
rm -f NMM_NEST_UTILS1.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   NMM_NEST_UTILS1.F  > NMM_NEST_UTILS1.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe NMM_NEST_UTILS1.bb | /lib/cpp -C -P > NMM_NEST_UTILS1.f90
rm -f NMM_NEST_UTILS1.b NMM_NEST_UTILS1.bb
if fgrep -iq '!$OMP' NMM_NEST_UTILS1.f90 ; then \
          if [ -n "" ] ; then echo COMPILING NMM_NEST_UTILS1.F WITH OMP ; fi ; \
  mpif90  -o NMM_NEST_UTILS1.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    NMM_NEST_UTILS1.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING NMM_NEST_UTILS1.F WITHOUT OMP ; fi ; \
  mpif90  -o NMM_NEST_UTILS1.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    NMM_NEST_UTILS1.f90 ; \
        fi
NMM_NEST_UTILS1.f90:1816.19:

 USE module_TERRAIN
                   1
Fatal Error: Can't open module file 'module_terrain.mod' for reading at (1): No such file or directory
make[2]: [NMM_NEST_UTILS1.o] Error 1 (ignored)
ar ru ../main/libwrflib.a module_ADVECTION.o module_BC_NMM.o module_BNDRY_COND.o module_NEST_UTIL.o module_CTLBLK.o module_DIFFUSION_NMM.o module_IGWAVE_ADJUST.o module_NONHY_DYNAM.o module_PHYSICS_CALLS.o module_GWD.o module_MPPINIT.o module_TIMERS.o module_si_io_nmm.o module_initialize_real.o module_PRECIP_ADJUST.o module_HIFREQ.o module_TERRAIN.o module_SMOOTH_TERRAIN.o  init_modules_nmm.o start_domain_nmm.o shift_domain_nmm.o solve_nmm.o RDTEMP.o BUCKETS.o DSTRB.o CLTEND.o NMM_NEST_UTILS1.o
ar: module_TERRAIN.o: No such file or directory
make[2]: [dyn_nmm] Error 1 (ignored)
make[2]: Leaving directory `/home/marto/build/tmp/WRF-3.4/dyn_nmm'
make[1]: Leaving directory `/home/marto/build/tmp/WRF-3.4'
if [ 0 -eq 1 ]   ; then make -i -r MODULE_DIRS="-I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include " exp_core ; fi
( cd main ; make -i -r MODULE_DIRS="-I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include " SOLVER=em em_wrf )
make[1]: Entering directory `/home/marto/build/tmp/WRF-3.4/main'
rm -f ../main/module_wrf_top.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   ../main/module_wrf_top.F  > ../main/module_wrf_top.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe ../main/module_wrf_top.bb | /lib/cpp -C -P > ../main/module_wrf_top.f90
rm -f ../main/module_wrf_top.b ../main/module_wrf_top.bb
if fgrep -iq '!$OMP' ../main/module_wrf_top.f90 ; then \
          if [ -n "" ] ; then echo COMPILING ../main/module_wrf_top.F WITH OMP ; fi ; \
  mpif90  -o ../main/module_wrf_top.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    ../main/module_wrf_top.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING ../main/module_wrf_top.F WITHOUT OMP ; fi ; \
  mpif90  -o ../main/module_wrf_top.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    ../main/module_wrf_top.f90 ; \
        fi
rm -f wrf.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   wrf.F  > wrf.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe wrf.bb | /lib/cpp -C -P > wrf.f90
rm -f wrf.b wrf.bb
if fgrep -iq '!$OMP' wrf.f90 ; then \
          if [ -n "" ] ; then echo COMPILING wrf.F WITH OMP ; fi ; \
  mpif90  -o wrf.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    wrf.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING wrf.F WITHOUT OMP ; fi ; \
  mpif90  -o wrf.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    wrf.f90 ; \
        fi
ranlib libwrflib.a
mpif90  -o wrf.exe  -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4    wrf.o ../main/module_wrf_top.o libwrflib.a /home/marto/build/tmp/WRF-3.4/external/fftpack/fftpack5/libfftpack.a /home/marto/build/tmp/WRF-3.4/external/io_grib1/libio_grib1.a /home/marto/build/tmp/WRF-3.4/external/io_grib_share/libio_grib_share.a /home/marto/build/tmp/WRF-3.4/external/io_int/libwrfio_int.a -L/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90 -lesmf_time /home/marto/build/tmp/WRF-3.4/external/RSL_LITE/librsl_lite.a /home/marto/build/tmp/WRF-3.4/frame/module_internal_header_util.o /home/marto/build/tmp/WRF-3.4/frame/pack_utils.o  -L/home/marto/build/tmp/WRF-3.4/external/io_netcdf -lwrfio_nf -L/usr/lib  -lnetcdf     
/usr/lib64/gcc/x86_64-slackware-linux/4.5.3/../../../../x86_64-slackware-linux/bin/ld: cannot find -lwrfio_nf
collect2: ld returned 1 exit status
make[1]: [em_wrf] Error 1 (ignored)
make[1]: Leaving directory `/home/marto/build/tmp/WRF-3.4/main'
( cd run ; /bin/rm -f wrf.exe ; ln -s ../main/wrf.exe . )
if [ 0 -eq 1 ] ; then \
  ( cd main ; make -i -r MODULE_DIRS="-I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include " SOLVER=em em_wrf_SST_ESMF ) ; \
fi
build started:   Fri Apr 27 14:29:59 CEST 2012
build completed: Fri Apr 27 14:38:38 CEST 2012
--------------------------------------
( cd main ; make -i -r MODULE_DIRS="-I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include " SOLVER=nmm IDEAL_CASE=real real_nmm )
make[1]: Entering directory `/home/marto/build/tmp/WRF-3.4/main'
rm -f real_nmm.o
/lib/cpp -C -P -I/home/marto/build/tmp/WRF-3.4/inc -DEM_CORE=0 -DNMM_CORE=1 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR  -DDM_PARALLEL -DNETCDF -DMOVE_NESTS -DVORTEX_CENTER -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=1  -I. -traditional   real_nmm.F  > real_nmm.bb
/home/marto/build/tmp/WRF-3.4/tools/standard.exe real_nmm.bb | /lib/cpp -C -P > real_nmm.f90
rm -f real_nmm.b real_nmm.bb
if fgrep -iq '!$OMP' real_nmm.f90 ; then \
          if [ -n "" ] ; then echo COMPILING real_nmm.F WITH OMP ; fi ; \
  mpif90  -o real_nmm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    real_nmm.f90 ; \
        else \
          if [ -n "" ] ; then echo COMPILING real_nmm.F WITHOUT OMP ; fi ; \
  mpif90  -o real_nmm.o -c -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4  -I../dyn_em -I../dyn_nmm   -I/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90  -I/home/marto/build/tmp/WRF-3.4/main -I/home/marto/build/tmp/WRF-3.4/external/io_netcdf -I/home/marto/build/tmp/WRF-3.4/external/io_int -I/home/marto/build/tmp/WRF-3.4/frame -I/home/marto/build/tmp/WRF-3.4/share -I/home/marto/build/tmp/WRF-3.4/phys -I/home/marto/build/tmp/WRF-3.4/chem -I/home/marto/build/tmp/WRF-3.4/inc -I/usr/include    real_nmm.f90 ; \
        fi
( cd ../dyn_nmm ;  make -i -r module_initialize_real.o )
make[2]: Entering directory `/home/marto/build/tmp/WRF-3.4/dyn_nmm'
make[2]: `module_initialize_real.o' is up to date.
make[2]: Leaving directory `/home/marto/build/tmp/WRF-3.4/dyn_nmm'
ranlib libwrflib.a
mpif90  -o real_nmm.exe  -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4    real_nmm.o libwrflib.a /home/marto/build/tmp/WRF-3.4/external/fftpack/fftpack5/libfftpack.a /home/marto/build/tmp/WRF-3.4/external/io_grib1/libio_grib1.a /home/marto/build/tmp/WRF-3.4/external/io_grib_share/libio_grib_share.a /home/marto/build/tmp/WRF-3.4/external/io_int/libwrfio_int.a -L/home/marto/build/tmp/WRF-3.4/external/esmf_time_f90 -lesmf_time /home/marto/build/tmp/WRF-3.4/external/RSL_LITE/librsl_lite.a /home/marto/build/tmp/WRF-3.4/frame/module_internal_header_util.o /home/marto/build/tmp/WRF-3.4/frame/pack_utils.o  -L/home/marto/build/tmp/WRF-3.4/external/io_netcdf -lwrfio_nf -L/usr/lib  -lnetcdf     
/usr/lib64/gcc/x86_64-slackware-linux/4.5.3/../../../../x86_64-slackware-linux/bin/ld: cannot find -lwrfio_nf
collect2: ld returned 1 exit status
make[1]: [real_nmm] Error 1 (ignored)
make[1]: Leaving directory `/home/marto/build/tmp/WRF-3.4/main'
( cd test/nmm_real ; /bin/rm -f wrf.exe ; ln -s ../../main/wrf.exe . )
( cd test/nmm_real ; /bin/rm -f real_nmm.exe ; ln -s ../../main/real_nmm.exe . )
( cd test/nmm_real ; /bin/rm -f README.namelist ; ln -s ../../run/README.namelist . )
( cd test/nmm_real ; /bin/rm -f ETAMPNEW_DATA.expanded_rain ETAMPNEW_DATA RRTM_DATA ;    \
     ln -sf ../../run/ETAMPNEW_DATA . ;                     \
     ln -sf ../../run/ETAMPNEW_DATA.expanded_rain . ;                     \
     ln -sf ../../run/RRTM_DATA . ;                         \
     if [ 4 -eq 8 ] ; then                       \
        ln -sf ../../run/ETAMPNEW_DATA_DBL ETAMPNEW_DATA ;  \
                ln -sf ../../run/ETAMPNEW_DATA.expanded_rain_DBL ETAMPNEW_DATA.expanded_rain ;   \
        ln -sf ../../run/RRTM_DATA_DBL RRTM_DATA ;          \
     fi )
( cd test/nmm_real ; /bin/rm -f GENPARM.TBL ; ln -s ../../run/GENPARM.TBL . )
( cd test/nmm_real ; /bin/rm -f LANDUSE.TBL ; ln -s ../../run/LANDUSE.TBL . )
( cd test/nmm_real ; /bin/rm -f SOILPARM.TBL ; ln -s ../../run/SOILPARM.TBL . )
( cd test/nmm_real ; /bin/rm -f VEGPARM.TBL ; ln -s ../../run/VEGPARM.TBL . )
( cd test/nmm_real ; /bin/rm -f MPTABLE.TBL ; ln -s ../../run/MPTABLE.TBL . )
( cd test/nmm_real ; /bin/rm -f tr49t67 ; ln -s ../../run/tr49t67 . )
( cd test/nmm_real ; /bin/rm -f tr49t85 ; ln -s ../../run/tr49t85 . )
( cd test/nmm_real ; /bin/rm -f tr67t85 ; ln -s ../../run/tr67t85 . )
( cd test/nmm_real ; /bin/rm -f gribmap.txt ; ln -s ../../run/gribmap.txt . )
( cd test/nmm_real ; /bin/rm -f grib2map.tbl ; ln -s ../../run/grib2map.tbl . )
( cd test/nmm_real ; /bin/rm -f co2_trans ; ln -s ../../run/co2_trans . )
( cd run ; /bin/rm -f real_nmm.exe ; ln -s ../main/real_nmm.exe . )
( cd run ; if test -f namelist.input ; then \
	/bin/cp -f namelist.input namelist.input.backup ; fi ; \
	/bin/rm -f namelist.input ; ln -s ../test/nmm_real/namelist.input . )
WRFV3/
WRFV3/Makefile
WRFV3/README
WRFV3/README.DA
WRFV3/README.NMM
WRFV3/README.SSIB
WRFV3/README.io_config
WRFV3/README.rsl_output
WRFV3/README.windturbine
WRFV3/README_test_cases
WRFV3/Registry/
WRFV3/arch/
WRFV3/clean
WRFV3/compile
WRFV3/configure
WRFV3/dyn_em/
WRFV3/dyn_exp/
WRFV3/dyn_nmm/
WRFV3/external/
WRFV3/frame/
WRFV3/inc/
WRFV3/main/
WRFV3/phys/
WRFV3/run/
WRFV3/share/
WRFV3/test/
WRFV3/tools/
WRFV3/var/
WRFV3/var/Makefile
WRFV3/var/README.basics
WRFV3/var/README.namelist
WRFV3/var/README.radiance
WRFV3/var/build/
WRFV3/var/convertor/
WRFV3/var/da/
WRFV3/var/external/
WRFV3/var/gen_be/
WRFV3/var/graphics/
WRFV3/var/obsproc/
WRFV3/var/run/
WRFV3/var/scripts/
WRFV3/var/test/
WRFV3/var/test/4dvar/
WRFV3/var/test/madis/
WRFV3/var/test/radiance/
WRFV3/var/test/tutorial/
WRFV3/var/test/update_bc/
WRFV3/var/test/update_bc/parame.in
WRFV3/var/test/tutorial/namelist.input
WRFV3/var/test/radiance/crtm_coeffs
WRFV3/var/test/radiance/namelist.input
WRFV3/var/test/radiance/radiance_info
WRFV3/var/test/madis/README.MADIS_WRF-Var
WRFV3/var/test/madis/RELEASE_NOTES.MADIS_WRF-Var
WRFV3/var/test/madis/namelist.3dvar_madis
WRFV3/var/test/4dvar/GENPARM.TBL
WRFV3/var/test/4dvar/LANDUSE.TBL
WRFV3/var/test/4dvar/RRTM_DATA
WRFV3/var/test/4dvar/SOILPARM.TBL
WRFV3/var/test/4dvar/VEGPARM.TBL
WRFV3/var/test/4dvar/gmao_airs_bufr.tbl
WRFV3/var/test/4dvar/namelist.input
WRFV3/var/test/4dvar/radiance_info
WRFV3/var/scripts/gen_be/
WRFV3/var/scripts/gen_be/gen_be.ksh
WRFV3/var/scripts/gen_be/gen_be_cov2d.ksh
WRFV3/var/scripts/gen_be/gen_be_cov2d3d_contrib.ksh
WRFV3/var/scripts/gen_be/gen_be_cov3d.ksh
WRFV3/var/scripts/gen_be/gen_be_cov3d2d_contrib.ksh
WRFV3/var/scripts/gen_be/gen_be_cov3d3d_bin3d_contrib.ksh
WRFV3/var/scripts/gen_be/gen_be_cov3d3d_contrib.ksh
WRFV3/var/scripts/gen_be/gen_be_ensrf.csh
WRFV3/var/scripts/gen_be/gen_be_ep1.csh
WRFV3/var/scripts/gen_be/gen_be_gsi.ksh
WRFV3/var/scripts/gen_be/gen_be_hist.ksh
WRFV3/var/scripts/gen_be/gen_be_plot_wrapper.ksh
WRFV3/var/scripts/gen_be/gen_be_set_defaults.ksh
WRFV3/var/scripts/gen_be/gen_be_stage0_gsi.ksh
WRFV3/var/scripts/gen_be/gen_be_stage0_wrf.ksh
WRFV3/var/scripts/gen_be/gen_be_stage4_global.ksh
WRFV3/var/scripts/gen_be/gen_be_stage4_regional.ksh
WRFV3/var/scripts/gen_be/gen_be_wrapper.ksh
WRFV3/var/scripts/gen_be/gen_mbe.ksh
WRFV3/var/scripts/gen_be/ncsubsam.ksh
WRFV3/var/scripts/gen_be/wrapper_gen_be_gsi.ksh
WRFV3/var/scripts/gen_be/wrapper_gen_be_gsi_aero.ksh
WRFV3/var/scripts/gen_be/wrapper_gen_be_gsi_plot.ksh
WRFV3/var/scripts/gen_be/wrapper_run_gen_mbe.ksh
WRFV3/var/scripts/gen_be/wrapper_run_gen_mbe_plot.ksh
WRFV3/var/run/README
WRFV3/var/run/VARBC.in
WRFV3/var/run/be.dat.cv3
WRFV3/var/run/crtm_coeffs/
WRFV3/var/run/fso.io_config
WRFV3/var/run/gmao_airs_bufr.tbl
WRFV3/var/run/plus.io_config
WRFV3/var/run/radiance_info/
WRFV3/var/run/radiance_info/dmsp-16-ssmis.info
WRFV3/var/run/radiance_info/eos-2-airs.info
WRFV3/var/run/radiance_info/eos-2-amsua.info
WRFV3/var/run/radiance_info/metop-2-amsua.info
WRFV3/var/run/radiance_info/metop-2-mhs.info
WRFV3/var/run/radiance_info/noaa-15-amsua.info
WRFV3/var/run/radiance_info/noaa-15-amsub.info
WRFV3/var/run/radiance_info/noaa-15-hirs.info
WRFV3/var/run/radiance_info/noaa-16-amsua.info
WRFV3/var/run/radiance_info/noaa-16-amsub.info
WRFV3/var/run/radiance_info/noaa-16-hirs.info
WRFV3/var/run/radiance_info/noaa-17-amsub.info
WRFV3/var/run/radiance_info/noaa-17-hirs.info
WRFV3/var/run/radiance_info/noaa-18-amsua.info
WRFV3/var/run/radiance_info/noaa-18-hirs.info
WRFV3/var/run/radiance_info/noaa-18-mhs.info
WRFV3/var/run/radiance_info/noaa-19-amsua.info
WRFV3/var/run/radiance_info/noaa-19-mhs.info
WRFV3/var/run/crtm_coeffs/AerosolCoeff.bin
WRFV3/var/run/crtm_coeffs/CloudCoeff.bin
WRFV3/var/run/crtm_coeffs/EmisCoeff.bin
WRFV3/var/run/crtm_coeffs/Nalli.EK-PDF.HQ_HQ-RefInd.EmisCoeff.bin
WRFV3/var/run/crtm_coeffs/Nalli.EK-PDF.W_W-RefInd.EmisCoeff.bin
WRFV3/var/run/crtm_coeffs/ODAS/
WRFV3/var/run/crtm_coeffs/ODPS/
WRFV3/var/run/crtm_coeffs/Wu-Smith.CM-PDF.HQS_HQS-RefInd.EmisCoeff.bin
WRFV3/var/run/crtm_coeffs/airs281_aqua.SpcCoeff.bin
WRFV3/var/run/crtm_coeffs/airs281_aqua.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/amsua_aqua.SpcCoeff.bin
WRFV3/var/run/crtm_coeffs/amsua_aqua.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/amsua_metop-a.SpcCoeff.bin
WRFV3/var/run/crtm_coeffs/amsua_metop-a.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/amsua_n15.SpcCoeff.bin
WRFV3/var/run/crtm_coeffs/amsua_n15.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/amsua_n16.SpcCoeff.bin
WRFV3/var/run/crtm_coeffs/amsua_n16.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/amsua_n18.SpcCoeff.bin
WRFV3/var/run/crtm_coeffs/amsua_n18.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/amsua_n19.SpcCoeff.bin
WRFV3/var/run/crtm_coeffs/amsua_n19.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/amsub_n15.SpcCoeff.bin
WRFV3/var/run/crtm_coeffs/amsub_n15.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/amsub_n16.SpcCoeff.bin
WRFV3/var/run/crtm_coeffs/amsub_n16.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/amsub_n17.SpcCoeff.bin
WRFV3/var/run/crtm_coeffs/amsub_n17.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/hirs3_n15.SpcCoeff.bin
WRFV3/var/run/crtm_coeffs/hirs3_n15.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/hirs3_n16.SpcCoeff.bin
WRFV3/var/run/crtm_coeffs/hirs3_n16.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/hirs3_n17.SpcCoeff.bin
WRFV3/var/run/crtm_coeffs/hirs3_n17.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/hirs4_metop-a.SpcCoeff.bin
WRFV3/var/run/crtm_coeffs/hirs4_metop-a.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/hirs4_n18.SpcCoeff.bin
WRFV3/var/run/crtm_coeffs/hirs4_n18.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/hirs4_n19.SpcCoeff.bin
WRFV3/var/run/crtm_coeffs/hirs4_n19.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/mhs_metop-a.SpcCoeff.bin
WRFV3/var/run/crtm_coeffs/mhs_metop-a.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/mhs_n18.SpcCoeff.bin
WRFV3/var/run/crtm_coeffs/mhs_n18.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/mhs_n19.SpcCoeff.bin
WRFV3/var/run/crtm_coeffs/mhs_n19.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ssmis_f16.SpcCoeff.bin
WRFV3/var/run/crtm_coeffs/ssmis_f16.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODPS/airs281_aqua.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODPS/amsua_aqua.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODPS/amsua_metop-a.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODPS/amsua_n15.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODPS/amsua_n16.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODPS/amsua_n18.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODPS/amsua_n19.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODPS/amsub_n15.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODPS/amsub_n16.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODPS/amsub_n17.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODPS/hirs3_n15.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODPS/hirs3_n16.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODPS/hirs3_n17.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODPS/hirs4_metop-a.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODPS/hirs4_n18.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODPS/hirs4_n19.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODPS/mhs_metop-a.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODPS/mhs_n18.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODPS/mhs_n19.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODPS/ssmis_f16.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODAS/airs281_aqua.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODAS/amsua_aqua.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODAS/amsua_metop-a.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODAS/amsua_n15.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODAS/amsua_n16.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODAS/amsua_n18.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODAS/amsub_n15.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODAS/amsub_n16.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODAS/amsub_n17.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODAS/hirs3_n15.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODAS/hirs3_n16.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODAS/hirs3_n17.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODAS/hirs4_metop-a.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODAS/hirs4_n18.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODAS/hirs4_n19.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODAS/mhs_metop-a.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODAS/mhs_n18.TauCoeff.bin
WRFV3/var/run/crtm_coeffs/ODAS/ssmis_f16.TauCoeff.bin
WRFV3/var/obsproc/MAP_plot/
WRFV3/var/obsproc/Makefile
WRFV3/var/obsproc/README
WRFV3/var/obsproc/README.namelist
WRFV3/var/obsproc/kmabufr_to_littler/
WRFV3/var/obsproc/namelist.obsproc.3dvar.wrfvar-tut
WRFV3/var/obsproc/namelist.obsproc.4dvar.wrfvar-tut
WRFV3/var/obsproc/no_comment.sed
WRFV3/var/obsproc/obserr.txt
WRFV3/var/obsproc/prepbufr_table_filename
WRFV3/var/obsproc/src/
WRFV3/var/obsproc/src/Makefile
WRFV3/var/obsproc/src/check_obs.F90
WRFV3/var/obsproc/src/constants.inc
WRFV3/var/obsproc/src/error_handler.F90
WRFV3/var/obsproc/src/fm_decoder.F90
WRFV3/var/obsproc/src/missing.inc
WRFV3/var/obsproc/src/module_complete.F90
WRFV3/var/obsproc/src/module_date.F90
WRFV3/var/obsproc/src/module_decoded.F90
WRFV3/var/obsproc/src/module_diagnostics.F90
WRFV3/var/obsproc/src/module_duplicate.F90
WRFV3/var/obsproc/src/module_err_afwa.F90
WRFV3/var/obsproc/src/module_err_ncep.F90
WRFV3/var/obsproc/src/module_func.F90
WRFV3/var/obsproc/src/module_gpspw.F90
WRFV3/var/obsproc/src/module_gpspw_caa.F90
WRFV3/var/obsproc/src/module_gpspw_gst.F90
WRFV3/var/obsproc/src/module_icao.F90
WRFV3/var/obsproc/src/module_inside.F90
WRFV3/var/obsproc/src/module_intp.F90
WRFV3/var/obsproc/src/module_map.F90
WRFV3/var/obsproc/src/module_map_utils.F90
WRFV3/var/obsproc/src/module_mm5.F90
WRFV3/var/obsproc/src/module_namelist.F90
WRFV3/var/obsproc/src/module_obs_merge.F90
WRFV3/var/obsproc/src/module_per_type.F90
WRFV3/var/obsproc/src/module_qc.F90
WRFV3/var/obsproc/src/module_recoverh.F90
WRFV3/var/obsproc/src/module_recoverp.F90
WRFV3/var/obsproc/src/module_sort.F90
WRFV3/var/obsproc/src/module_thin_ob.F90
WRFV3/var/obsproc/src/module_type.F90
WRFV3/var/obsproc/src/module_write.F90
WRFV3/var/obsproc/src/obsproc.F90
WRFV3/var/obsproc/src/platform_interface.inc
WRFV3/var/obsproc/src/qc_reduction.F90
WRFV3/var/obsproc/src/setup.F90
WRFV3/var/obsproc/src/sort_platform.F90
WRFV3/var/obsproc/kmabufr_to_littler/KMABUFR_to_LITTLE_R.csh
WRFV3/var/obsproc/kmabufr_to_littler/README
WRFV3/var/obsproc/kmabufr_to_littler/kma_bufr_src/
WRFV3/var/obsproc/kmabufr_to_littler/kma_bufr_src/Makefile
WRFV3/var/obsproc/kmabufr_to_littler/kma_bufr_src/decode_bufr.F
WRFV3/var/obsproc/kmabufr_to_littler/kma_bufr_src/read_bufr.F
WRFV3/var/obsproc/MAP_plot/Dir_map/
WRFV3/var/obsproc/MAP_plot/Makefile
WRFV3/var/obsproc/MAP_plot/Map.CAA.csh
WRFV3/var/obsproc/MAP_plot/Map.CAA_SSMI.csh
WRFV3/var/obsproc/MAP_plot/Map.KMA.csh
WRFV3/var/obsproc/MAP_plot/Map.RT.csh
WRFV3/var/obsproc/MAP_plot/Map.USA.csh
WRFV3/var/obsproc/MAP_plot/Map.USA_SSMI.csh
WRFV3/var/obsproc/MAP_plot/Map.csh
WRFV3/var/obsproc/MAP_plot/README
WRFV3/var/obsproc/MAP_plot/configure.user.dec
WRFV3/var/obsproc/MAP_plot/configure.user.ibm
WRFV3/var/obsproc/MAP_plot/configure.user.linux
WRFV3/var/obsproc/MAP_plot/configure.user.mac
WRFV3/var/obsproc/MAP_plot/configure.user.mac_g95
WRFV3/var/obsproc/MAP_plot/configure.user.sgi
WRFV3/var/obsproc/MAP_plot/include/
WRFV3/var/obsproc/MAP_plot/mac_Makefile1
WRFV3/var/obsproc/MAP_plot/mac_Makefile2
WRFV3/var/obsproc/MAP_plot/mapco.tbl
WRFV3/var/obsproc/MAP_plot/namelist.file.template
WRFV3/var/obsproc/MAP_plot/no_comment.sed
WRFV3/var/obsproc/MAP_plot/include/maps.incl
WRFV3/var/obsproc/MAP_plot/include/namelist1.incl
WRFV3/var/obsproc/MAP_plot/include/nestdmn.incl
WRFV3/var/obsproc/MAP_plot/include/param1.incl
WRFV3/var/obsproc/MAP_plot/Dir_map/DA_Constants.f90
WRFV3/var/obsproc/MAP_plot/Dir_map/DA_Define_Structures.f90
WRFV3/var/obsproc/MAP_plot/Dir_map/DA_Read_Obs.inc
WRFV3/var/obsproc/MAP_plot/Dir_map/DA_Read_Obs_Info.inc
WRFV3/var/obsproc/MAP_plot/Dir_map/DA_Setup_Obs_Structures.inc
WRFV3/var/obsproc/MAP_plot/Dir_map/Makefile
WRFV3/var/obsproc/MAP_plot/Dir_map/Map.F
WRFV3/var/obsproc/MAP_plot/Dir_map/Map.F.new
WRFV3/var/obsproc/MAP_plot/Dir_map/Map.Ftemp
WRFV3/var/obsproc/MAP_plot/Dir_map/Skewt/
WRFV3/var/obsproc/MAP_plot/Dir_map/anal.F
WRFV3/var/obsproc/MAP_plot/Dir_map/bint.F
WRFV3/var/obsproc/MAP_plot/Dir_map/fbint.F
WRFV3/var/obsproc/MAP_plot/Dir_map/ffdduv.F
WRFV3/var/obsproc/MAP_plot/Dir_map/foned.F
WRFV3/var/obsproc/MAP_plot/Dir_map/hiresmap.F
WRFV3/var/obsproc/MAP_plot/Dir_map/inside_window.f90
WRFV3/var/obsproc/MAP_plot/Dir_map/llxy.F
WRFV3/var/obsproc/MAP_plot/Dir_map/mdlobs0.F
WRFV3/var/obsproc/MAP_plot/Dir_map/mdlobs1.F
WRFV3/var/obsproc/MAP_plot/Dir_map/module_date.f90
WRFV3/var/obsproc/MAP_plot/Dir_map/module_obs.F90
WRFV3/var/obsproc/MAP_plot/Dir_map/oned.F
WRFV3/var/obsproc/MAP_plot/Dir_map/p1p2.F
WRFV3/var/obsproc/MAP_plot/Dir_map/plhmp.F
WRFV3/var/obsproc/MAP_plot/Dir_map/plhwd.F
WRFV3/var/obsproc/MAP_plot/Dir_map/plot_skewt.f90
WRFV3/var/obsproc/MAP_plot/Dir_map/plots.F
WRFV3/var/obsproc/MAP_plot/Dir_map/plotslab.F
WRFV3/var/obsproc/MAP_plot/Dir_map/plstn1.F
WRFV3/var/obsproc/MAP_plot/Dir_map/plstn2.F
WRFV3/var/obsproc/MAP_plot/Dir_map/prs2sig.F
WRFV3/var/obsproc/MAP_plot/Dir_map/rd_wr_mm5.F
WRFV3/var/obsproc/MAP_plot/Dir_map/setup.F
WRFV3/var/obsproc/MAP_plot/Dir_map/ttdrhq.F
WRFV3/var/obsproc/MAP_plot/Dir_map/wndbarb.F
WRFV3/var/obsproc/MAP_plot/Dir_map/Skewt/Makefile
WRFV3/var/obsproc/MAP_plot/Dir_map/Skewt/skewt.F
WRFV3/var/obsproc/MAP_plot/Dir_map/Skewt/skewt_background.F
WRFV3/var/obsproc/MAP_plot/Dir_map/Skewt/skewt_clsgks.F
WRFV3/var/obsproc/MAP_plot/Dir_map/Skewt/skewt_esat.F
WRFV3/var/obsproc/MAP_plot/Dir_map/Skewt/skewt_mappings.F
WRFV3/var/obsproc/MAP_plot/Dir_map/Skewt/skewt_opngks.F
WRFV3/var/obsproc/MAP_plot/Dir_map/Skewt/skewt_os.F
WRFV3/var/obsproc/MAP_plot/Dir_map/Skewt/skewt_tmr.F
WRFV3/var/obsproc/MAP_plot/Dir_map/Skewt/skewt_tsa.F
WRFV3/var/obsproc/MAP_plot/Dir_map/Skewt/skewt_w.F
WRFV3/var/obsproc/MAP_plot/Dir_map/Skewt/skewt_wndbarb.F
WRFV3/var/graphics/ncl/
WRFV3/var/graphics/ncl/gen_be/
WRFV3/var/graphics/ncl/gen_be/gen_be_corr_ps.ncl
WRFV3/var/graphics/ncl/gen_be/gen_be_corr_yz.ncl
WRFV3/var/graphics/ncl/gen_be/gen_be_corr_z.ncl
WRFV3/var/graphics/ncl/gen_be/gen_be_corr_z2.ncl
WRFV3/var/graphics/ncl/gen_be/gen_be_global_evals.ncl
WRFV3/var/graphics/ncl/gen_be/gen_be_global_evals2.ncl
WRFV3/var/graphics/ncl/gen_be/gen_be_global_evecs.ncl
WRFV3/var/graphics/ncl/gen_be/gen_be_lengthscales.ncl
WRFV3/var/graphics/ncl/gen_be/gen_be_lengthscales2.ncl
WRFV3/var/graphics/ncl/gen_be/gen_be_stage0_xa.ncl
WRFV3/var/graphics/ncl/gen_be/gen_be_stage0_xa4.ncl
WRFV3/var/graphics/ncl/gen_be/gen_mbe_contrib.ncl
WRFV3/var/graphics/ncl/gen_be/gsi_be_plots.ncl
WRFV3/var/gen_be/Makefile
WRFV3/var/gen_be/aero_mod.f90
WRFV3/var/gen_be/gen_be_cov2d.f90
WRFV3/var/gen_be/gen_be_cov2d3d_contrib.f90
WRFV3/var/gen_be/gen_be_cov3d.f90
WRFV3/var/gen_be/gen_be_cov3d2d_contrib.f90
WRFV3/var/gen_be/gen_be_cov3d3d_bin3d_contrib.f90
WRFV3/var/gen_be/gen_be_cov3d3d_contrib.f90
WRFV3/var/gen_be/gen_be_diags.f90
WRFV3/var/gen_be/gen_be_diags_read.f90
WRFV3/var/gen_be/gen_be_ensmean.f90
WRFV3/var/gen_be/gen_be_ensrf.f90
WRFV3/var/gen_be/gen_be_ep1.f90
WRFV3/var/gen_be/gen_be_ep2.f90
WRFV3/var/gen_be/gen_be_etkf.f90
WRFV3/var/gen_be/gen_be_hist.f90
WRFV3/var/gen_be/gen_be_read_regcoeffs.f90
WRFV3/var/gen_be/gen_be_stage0_gsi.f90
WRFV3/var/gen_be/gen_be_stage0_wrf.f90
WRFV3/var/gen_be/gen_be_stage1.f90
WRFV3/var/gen_be/gen_be_stage1_1dvar.f90
WRFV3/var/gen_be/gen_be_stage1_gsi.f90
WRFV3/var/gen_be/gen_be_stage2.f90
WRFV3/var/gen_be/gen_be_stage2_1dvar.f90
WRFV3/var/gen_be/gen_be_stage2_gsi.f90
WRFV3/var/gen_be/gen_be_stage2a.f90
WRFV3/var/gen_be/gen_be_stage3.f90
WRFV3/var/gen_be/gen_be_stage4_global.f90
WRFV3/var/gen_be/gen_be_stage4_regional.f90
WRFV3/var/gen_be/gen_be_vertloc.f90
WRFV3/var/gen_be/gen_mbe_stage2.f90
WRFV3/var/gen_be/gen_spectra.f90
WRFV3/var/external/README.blas
WRFV3/var/external/README.bufr
WRFV3/var/external/README.crtm
WRFV3/var/external/README.lapack
WRFV3/var/external/blas/
WRFV3/var/external/bufr/
WRFV3/var/external/crtm/
WRFV3/var/external/lapack/
WRFV3/var/external/wavelet/
WRFV3/var/external/wavelet/DWTAPartition.c
WRFV3/var/external/wavelet/PrintFilter.c
WRFV3/var/external/wavelet/TestFilter.c
WRFV3/var/external/wavelet/awaprogs/
WRFV3/var/external/wavelet/dwta_partition.F90
WRFV3/var/external/wavelet/dwtai.c
WRFV3/var/external/wavelet/dwtai2.c
WRFV3/var/external/wavelet/dwtai2_w.c
WRFV3/var/external/wavelet/dwtai_w.c
WRFV3/var/external/wavelet/idwtai.c
WRFV3/var/external/wavelet/idwtai2.c
WRFV3/var/external/wavelet/idwtai2_w.c
WRFV3/var/external/wavelet/idwtai_w.c
WRFV3/var/external/wavelet/l2norm.c
WRFV3/var/external/wavelet/makefile
WRFV3/var/external/wavelet/print_filter.F90
WRFV3/var/external/wavelet/qf_w.c
WRFV3/var/external/wavelet/qftest.c
WRFV3/var/external/wavelet/qftest_w.c
WRFV3/var/external/wavelet/realt.h
WRFV3/var/external/wavelet/test_filter.F90
WRFV3/var/external/wavelet/awaprogs/chap02/
WRFV3/var/external/wavelet/awaprogs/chap05/
WRFV3/var/external/wavelet/awaprogs/chap09/
WRFV3/var/external/wavelet/awaprogs/cr.txt
WRFV3/var/external/wavelet/awaprogs/chap09/xp.c
WRFV3/var/external/wavelet/awaprogs/chap09/xp.h
WRFV3/var/external/wavelet/awaprogs/chap05/asbqfs.h
WRFV3/var/external/wavelet/awaprogs/chap05/cd.c
WRFV3/var/external/wavelet/awaprogs/chap05/cd.h
WRFV3/var/external/wavelet/awaprogs/chap05/oqfs.h
WRFV3/var/external/wavelet/awaprogs/chap05/qf.c
WRFV3/var/external/wavelet/awaprogs/chap05/qf.h
WRFV3/var/external/wavelet/awaprogs/chap02/common.h
WRFV3/var/external/wavelet/awaprogs/chap02/real.h
WRFV3/var/external/lapack/da_lapack.f90
WRFV3/var/external/lapack/dlae2.inc
WRFV3/var/external/lapack/dlaev2.inc
WRFV3/var/external/lapack/dlamch.inc
WRFV3/var/external/lapack/dlanst.inc
WRFV3/var/external/lapack/dlansy.inc
WRFV3/var/external/lapack/dlapy2.inc
WRFV3/var/external/lapack/dlarf.inc
WRFV3/var/external/lapack/dlarfb.inc
WRFV3/var/external/lapack/dlarfg.inc
WRFV3/var/external/lapack/dlarft.inc
WRFV3/var/external/lapack/dlartg.inc
WRFV3/var/external/lapack/dlascl.inc
WRFV3/var/external/lapack/dlaset.inc
WRFV3/var/external/lapack/dlasr.inc
WRFV3/var/external/lapack/dlasrt.inc
WRFV3/var/external/lapack/dlassq.inc
WRFV3/var/external/lapack/dlatrd.inc
WRFV3/var/external/lapack/dorg2l.inc
WRFV3/var/external/lapack/dorg2r.inc
WRFV3/var/external/lapack/dorgql.inc
WRFV3/var/external/lapack/dorgqr.inc
WRFV3/var/external/lapack/dorgtr.inc
WRFV3/var/external/lapack/dsteqr.inc
WRFV3/var/external/lapack/dsterf.inc
WRFV3/var/external/lapack/dsyev.inc
WRFV3/var/external/lapack/dsytd2.inc
WRFV3/var/external/lapack/dsytrd.inc
WRFV3/var/external/lapack/ieeeck.inc
WRFV3/var/external/lapack/ilaenv.inc
WRFV3/var/external/lapack/iparmq.inc
WRFV3/var/external/crtm/README
WRFV3/var/external/crtm/configure/
WRFV3/var/external/crtm/libsrc/
WRFV3/var/external/crtm/make.macros
WRFV3/var/external/crtm/make.rules
WRFV3/var/external/crtm/make_test_xlf
WRFV3/var/external/crtm/makefile
WRFV3/var/external/crtm/libsrc/AerosolCoeff_Binary_IO.f90
WRFV3/var/external/crtm/libsrc/AerosolCoeff_Define.f90
WRFV3/var/external/crtm/libsrc/AntCorr_Binary_IO.f90
WRFV3/var/external/crtm/libsrc/AntCorr_Define.f90
WRFV3/var/external/crtm/libsrc/BeCoeff_Binary_IO.f90
WRFV3/var/external/crtm/libsrc/BeCoeff_Define.f90
WRFV3/var/external/crtm/libsrc/Binary_File_Utility.f90
WRFV3/var/external/crtm/libsrc/CRTM_Adjoint_Module.f90
WRFV3/var/external/crtm/libsrc/CRTM_AerosolCoeff.f90
WRFV3/var/external/crtm/libsrc/CRTM_AerosolScatter.f90
WRFV3/var/external/crtm/libsrc/CRTM_Aerosol_Define.f90
WRFV3/var/external/crtm/libsrc/CRTM_Aerosol_IO.f90
WRFV3/var/external/crtm/libsrc/CRTM_AncillaryInput_Define.f90
WRFV3/var/external/crtm/libsrc/CRTM_AntCorr.f90
WRFV3/var/external/crtm/libsrc/CRTM_AtmAbsorption.f90
WRFV3/var/external/crtm/libsrc/CRTM_AtmOptics.f90
WRFV3/var/external/crtm/libsrc/CRTM_AtmScatter_Define.f90
WRFV3/var/external/crtm/libsrc/CRTM_Atmosphere.f90
WRFV3/var/external/crtm/libsrc/CRTM_Atmosphere_Define.f90
WRFV3/var/external/crtm/libsrc/CRTM_Atmosphere_IO.f90
WRFV3/var/external/crtm/libsrc/CRTM_BeCoeff.f90
WRFV3/var/external/crtm/libsrc/CRTM_ChannelInfo_Define.f90
WRFV3/var/external/crtm/libsrc/CRTM_CloudCoeff.f90
WRFV3/var/external/crtm/libsrc/CRTM_CloudScatter.f90
WRFV3/var/external/crtm/libsrc/CRTM_Cloud_Define.f90
WRFV3/var/external/crtm/libsrc/CRTM_Cloud_IO.f90
WRFV3/var/external/crtm/libsrc/CRTM_EmisCoeff.f90
WRFV3/var/external/crtm/libsrc/CRTM_Fastem1.f90
WRFV3/var/external/crtm/libsrc/CRTM_Fastem3.f90
WRFV3/var/external/crtm/libsrc/CRTM_Forward_Module.f90
WRFV3/var/external/crtm/libsrc/CRTM_GeometryInfo.f90
WRFV3/var/external/crtm/libsrc/CRTM_GeometryInfo_Define.f90
WRFV3/var/external/crtm/libsrc/CRTM_Geometry_Define.f90
WRFV3/var/external/crtm/libsrc/CRTM_Geometry_IO.f90
WRFV3/var/external/crtm/libsrc/CRTM_IRSSEM.f90
WRFV3/var/external/crtm/libsrc/CRTM_IR_Ice_SfcOptics.f90
WRFV3/var/external/crtm/libsrc/CRTM_IR_Land_SfcOptics.f90
WRFV3/var/external/crtm/libsrc/CRTM_IR_Snow_SfcOptics.f90
WRFV3/var/external/crtm/libsrc/CRTM_IR_Water_SfcOptics.f90
WRFV3/var/external/crtm/libsrc/CRTM_Interpolation.f90
WRFV3/var/external/crtm/libsrc/CRTM_K_Matrix_Module.f90
WRFV3/var/external/crtm/libsrc/CRTM_LifeCycle.f90
WRFV3/var/external/crtm/libsrc/CRTM_LowFrequency_MWSSEM.f90
WRFV3/var/external/crtm/libsrc/CRTM_MW_Ice_SfcOptics.f90
WRFV3/var/external/crtm/libsrc/CRTM_MW_Land_SfcOptics.f90
WRFV3/var/external/crtm/libsrc/CRTM_MW_Snow_SfcOptics.f90
WRFV3/var/external/crtm/libsrc/CRTM_MW_Water_SfcOptics.f90
WRFV3/var/external/crtm/libsrc/CRTM_Model_Profiles.f90
WRFV3/var/external/crtm/libsrc/CRTM_Module.f90
WRFV3/var/external/crtm/libsrc/CRTM_MoleculeScatter.f90
WRFV3/var/external/crtm/libsrc/CRTM_Options_Define.f90
WRFV3/var/external/crtm/libsrc/CRTM_Parameters.f90
WRFV3/var/external/crtm/libsrc/CRTM_Planck_Functions.f90
WRFV3/var/external/crtm/libsrc/CRTM_RTSolution.f90
WRFV3/var/external/crtm/libsrc/CRTM_RTSolution_Define.f90
WRFV3/var/external/crtm/libsrc/CRTM_RTSolution_IO.f90
WRFV3/var/external/crtm/libsrc/CRTM_SensorData_Define.f90
WRFV3/var/external/crtm/libsrc/CRTM_SensorData_IO.f90
WRFV3/var/external/crtm/libsrc/CRTM_SensorInfo.f90
WRFV3/var/external/crtm/libsrc/CRTM_SfcOptics.f90
WRFV3/var/external/crtm/libsrc/CRTM_SfcOptics_Define.f90
WRFV3/var/external/crtm/libsrc/CRTM_SpcCoeff.f90
WRFV3/var/external/crtm/libsrc/CRTM_Surface_Define.f90
WRFV3/var/external/crtm/libsrc/CRTM_Surface_IO.f90
WRFV3/var/external/crtm/libsrc/CRTM_Tangent_Linear_Module.f90
WRFV3/var/external/crtm/libsrc/CRTM_TauCoeff.f90
WRFV3/var/external/crtm/libsrc/CRTM_Utility.f90
WRFV3/var/external/crtm/libsrc/CRTM_VIS_Water_SfcOptics.f90
WRFV3/var/external/crtm/libsrc/CRTM_surface_ir_emissivity.f90
WRFV3/var/external/crtm/libsrc/CloudCoeff_Binary_IO.f90
WRFV3/var/external/crtm/libsrc/CloudCoeff_Define.f90
WRFV3/var/external/crtm/libsrc/Compare_Float_Numbers.f90
WRFV3/var/external/crtm/libsrc/Date_Utility.f90
WRFV3/var/external/crtm/libsrc/EmisCoeff_Binary_IO.f90
WRFV3/var/external/crtm/libsrc/EmisCoeff_Define.f90
WRFV3/var/external/crtm/libsrc/Endian_Utility.f90
WRFV3/var/external/crtm/libsrc/File_Utility.f90
WRFV3/var/external/crtm/libsrc/Fresnel.f90
WRFV3/var/external/crtm/libsrc/Fundamental_Constants.f90
WRFV3/var/external/crtm/libsrc/Message_Handler.f90
WRFV3/var/external/crtm/libsrc/NESDIS_AMSRE_SICEEM_Module.f90
WRFV3/var/external/crtm/libsrc/NESDIS_AMSRE_SNOWEM_Module.f90
WRFV3/var/external/crtm/libsrc/NESDIS_AMSU_SICEEM_Module.f90
WRFV3/var/external/crtm/libsrc/NESDIS_AMSU_SnowEM_Module.f90
WRFV3/var/external/crtm/libsrc/NESDIS_LandEM_Module.f90
WRFV3/var/external/crtm/libsrc/NESDIS_MHS_SICEEM_Module.f90
WRFV3/var/external/crtm/libsrc/NESDIS_MHS_SnowEM_Module.f90
WRFV3/var/external/crtm/libsrc/NESDIS_OCEANEM_Module.f90
WRFV3/var/external/crtm/libsrc/NESDIS_SEAICE_PHYEM_MODULE.f90
WRFV3/var/external/crtm/libsrc/NESDIS_SSMIS_SeaIceEM_Module.f90
WRFV3/var/external/crtm/libsrc/NESDIS_SSMIS_SnowEM_Module.f90
WRFV3/var/external/crtm/libsrc/NESDIS_SSMI_Module.f90
WRFV3/var/external/crtm/libsrc/NESDIS_SSMI_SIceEM_Module.f90
WRFV3/var/external/crtm/libsrc/NESDIS_SSMI_SnowEM_Module.f90
WRFV3/var/external/crtm/libsrc/NESDIS_SnowEM_Parameters.f90
WRFV3/var/external/crtm/libsrc/ODAS_AtmAbsorption.f90
WRFV3/var/external/crtm/libsrc/ODAS_Binary_IO.f90
WRFV3/var/external/crtm/libsrc/ODAS_Define.f90
WRFV3/var/external/crtm/libsrc/ODAS_Predictor.f90
WRFV3/var/external/crtm/libsrc/ODAS_Predictor_Define.f90
WRFV3/var/external/crtm/libsrc/ODAS_TauCoeff.f90
WRFV3/var/external/crtm/libsrc/ODPS_AtmAbsorption.f90
WRFV3/var/external/crtm/libsrc/ODPS_Binary_IO.f90
WRFV3/var/external/crtm/libsrc/ODPS_CoordinateMapping.f90
WRFV3/var/external/crtm/libsrc/ODPS_Define.f90
WRFV3/var/external/crtm/libsrc/ODPS_Predictor.f90
WRFV3/var/external/crtm/libsrc/ODPS_Predictor_Define.f90
WRFV3/var/external/crtm/libsrc/ODPS_TauCoeff.f90
WRFV3/var/external/crtm/libsrc/ODSSU_AtmAbsorption.f90
WRFV3/var/external/crtm/libsrc/ODSSU_Binary_IO.f90
WRFV3/var/external/crtm/libsrc/ODSSU_Define.f90
WRFV3/var/external/crtm/libsrc/ODSSU_TauCoeff.f90
WRFV3/var/external/crtm/libsrc/ODZeeman_AtmAbsorption.f90
WRFV3/var/external/crtm/libsrc/ODZeeman_Predictor.f90
WRFV3/var/external/crtm/libsrc/ODZeeman_TauCoeff.f90
WRFV3/var/external/crtm/libsrc/Ocean_Permittivity.f90
WRFV3/var/external/crtm/libsrc/Profile_Utility_Parameters.f90
WRFV3/var/external/crtm/libsrc/RTV_Define.f90
WRFV3/var/external/crtm/libsrc/SSU_Input_Define.f90
WRFV3/var/external/crtm/libsrc/Search_Utility.f90
WRFV3/var/external/crtm/libsrc/SensorInfo_Parameters.f90
WRFV3/var/external/crtm/libsrc/Sort_Utility.f90
WRFV3/var/external/crtm/libsrc/SpcCoeff_Binary_IO.f90
WRFV3/var/external/crtm/libsrc/SpcCoeff_Define.f90
WRFV3/var/external/crtm/libsrc/Spectral_Units_Conversion.f90
WRFV3/var/external/crtm/libsrc/TauCoeff_Define.f90
WRFV3/var/external/crtm/libsrc/Type_Kinds.f90
WRFV3/var/external/crtm/libsrc/Zeeman_Input_Define.f90
WRFV3/var/external/crtm/libsrc/Zeeman_Utility.f90
WRFV3/var/external/crtm/libsrc/iAtm_Define.f90
WRFV3/var/external/crtm/libsrc/make.dependencies
WRFV3/var/external/crtm/libsrc/make.filelist
WRFV3/var/external/crtm/libsrc/makefile
WRFV3/var/external/crtm/configure/g95.setup
WRFV3/var/external/crtm/configure/g95_debug.setup
WRFV3/var/external/crtm/configure/gfortran.setup
WRFV3/var/external/crtm/configure/gfortran_debug.setup
WRFV3/var/external/crtm/configure/ifort.setup
WRFV3/var/external/crtm/configure/ifort_debug.setup
WRFV3/var/external/crtm/configure/pgf90.setup
WRFV3/var/external/crtm/configure/pgf90_debug.setup
WRFV3/var/external/crtm/configure/xlf.setup
WRFV3/var/external/crtm/configure/xlf90_r.setup
WRFV3/var/external/crtm/configure/xlf_debug.setup
WRFV3/var/external/bufr/Makefile
WRFV3/var/external/bufr/README_BUFRLIB
WRFV3/var/external/bufr/addate.f
WRFV3/var/external/bufr/adn30.f
WRFV3/var/external/bufr/bfrini.f
WRFV3/var/external/bufr/bort.f
WRFV3/var/external/bufr/bort2.f
WRFV3/var/external/bufr/bort_exit.c
WRFV3/var/external/bufr/bufrlib.h
WRFV3/var/external/bufr/bufrlib.prm
WRFV3/var/external/bufr/cadn30.f
WRFV3/var/external/bufr/capit.f
WRFV3/var/external/bufr/ccbfl.c
WRFV3/var/external/bufr/chekstab.f
WRFV3/var/external/bufr/chrtrn.f
WRFV3/var/external/bufr/chrtrna.f
WRFV3/var/external/bufr/cktaba.f
WRFV3/var/external/bufr/closbf.f
WRFV3/var/external/bufr/closmg.f
WRFV3/var/external/bufr/cmpmsg.f
WRFV3/var/external/bufr/cmsgini.f
WRFV3/var/external/bufr/cnved4.f
WRFV3/var/external/bufr/cobfl.c
WRFV3/var/external/bufr/conwin.f
WRFV3/var/external/bufr/copybf.f
WRFV3/var/external/bufr/copymg.f
WRFV3/var/external/bufr/copysb.f
WRFV3/var/external/bufr/cpbfdx.f
WRFV3/var/external/bufr/cpymem.f
WRFV3/var/external/bufr/cpyupd.f
WRFV3/var/external/bufr/crbmg.c
WRFV3/var/external/bufr/cwbmg.c
WRFV3/var/external/bufr/datebf.f
WRFV3/var/external/bufr/datelen.f
WRFV3/var/external/bufr/digit.f
WRFV3/var/external/bufr/drfini.f
WRFV3/var/external/bufr/drstpl.f
WRFV3/var/external/bufr/dumpbf.f
WRFV3/var/external/bufr/dxdump.f
WRFV3/var/external/bufr/dxinit.f
WRFV3/var/external/bufr/dxmini.f
WRFV3/var/external/bufr/elemdx.f
WRFV3/var/external/bufr/getabdb.f
WRFV3/var/external/bufr/getlens.f
WRFV3/var/external/bufr/getntbe.f
WRFV3/var/external/bufr/gets1loc.f
WRFV3/var/external/bufr/gettbh.f
WRFV3/var/external/bufr/getwin.f
WRFV3/var/external/bufr/i4dy.f
WRFV3/var/external/bufr/ibfms.f
WRFV3/var/external/bufr/ichkstr.f
WRFV3/var/external/bufr/icopysb.f
WRFV3/var/external/bufr/idn30.f
WRFV3/var/external/bufr/ifbget.f
WRFV3/var/external/bufr/ifxy.f
WRFV3/var/external/bufr/igetdate.f
WRFV3/var/external/bufr/igetfxy.f
WRFV3/var/external/bufr/igetntbl.f
WRFV3/var/external/bufr/inctab.f
WRFV3/var/external/bufr/invcon.f
WRFV3/var/external/bufr/invmrg.f
WRFV3/var/external/bufr/invtag.f
WRFV3/var/external/bufr/invwin.f
WRFV3/var/external/bufr/ipkm.f
WRFV3/var/external/bufr/ireadft.f
WRFV3/var/external/bufr/ireadibm.f
WRFV3/var/external/bufr/ireadmg.f
WRFV3/var/external/bufr/ireadmm.f
WRFV3/var/external/bufr/ireadns.f
WRFV3/var/external/bufr/ireadsb.f
WRFV3/var/external/bufr/irev.F
WRFV3/var/external/bufr/istdesc.f
WRFV3/var/external/bufr/iupb.f
WRFV3/var/external/bufr/iupbs01.f
WRFV3/var/external/bufr/iupbs1.f
WRFV3/var/external/bufr/iupm.f
WRFV3/var/external/bufr/iupvs01.f
WRFV3/var/external/bufr/iupvs1.f
WRFV3/var/external/bufr/jstchr.f
WRFV3/var/external/bufr/jstnum.f
WRFV3/var/external/bufr/ljust.f
WRFV3/var/external/bufr/lmsg.f
WRFV3/var/external/bufr/lstjpb.f
WRFV3/var/external/bufr/lstrpc.f
WRFV3/var/external/bufr/lstrps.f
WRFV3/var/external/bufr/makestab.f
WRFV3/var/external/bufr/maxout.f
WRFV3/var/external/bufr/mesgbc.f
WRFV3/var/external/bufr/mesgbf.f
WRFV3/var/external/bufr/minimg.f
WRFV3/var/external/bufr/mova2i.f
WRFV3/var/external/bufr/mrginv.f
WRFV3/var/external/bufr/msgini.f
WRFV3/var/external/bufr/msgupd.f
WRFV3/var/external/bufr/msgwrt.f
WRFV3/var/external/bufr/mvb.f
WRFV3/var/external/bufr/nemock.f
WRFV3/var/external/bufr/nemtab.f
WRFV3/var/external/bufr/nemtba.f
WRFV3/var/external/bufr/nemtbax.f
WRFV3/var/external/bufr/nemtbb.f
WRFV3/var/external/bufr/nemtbd.f
WRFV3/var/external/bufr/nenuaa.f
WRFV3/var/external/bufr/nenubd.f
WRFV3/var/external/bufr/nevn.f
WRFV3/var/external/bufr/newwin.f
WRFV3/var/external/bufr/nmbyt.f
WRFV3/var/external/bufr/nmsub.f
WRFV3/var/external/bufr/nmwrd.f
WRFV3/var/external/bufr/numbck.f
WRFV3/var/external/bufr/numtab.f
WRFV3/var/external/bufr/numtbd.f
WRFV3/var/external/bufr/nvnwin.f
WRFV3/var/external/bufr/nwords.f
WRFV3/var/external/bufr/nxtwin.f
WRFV3/var/external/bufr/openbf.f
WRFV3/var/external/bufr/openbt.f
WRFV3/var/external/bufr/openmb.f
WRFV3/var/external/bufr/openmg.f
WRFV3/var/external/bufr/ovrbs1.f
WRFV3/var/external/bufr/pad.f
WRFV3/var/external/bufr/padmsg.f
WRFV3/var/external/bufr/parseq.f
WRFV3/var/external/bufr/parstr.f
WRFV3/var/external/bufr/parusr.f
WRFV3/var/external/bufr/parutg.f
WRFV3/var/external/bufr/pkb.f
WRFV3/var/external/bufr/pkbs1.f
WRFV3/var/external/bufr/pkc.f
WRFV3/var/external/bufr/pkftbv.f
WRFV3/var/external/bufr/pktdd.f
WRFV3/var/external/bufr/pkvs01.f
WRFV3/var/external/bufr/pkvs1.f
WRFV3/var/external/bufr/posapn.f
WRFV3/var/external/bufr/posapx.f
WRFV3/var/external/bufr/preproc.sh
WRFV3/var/external/bufr/preproc.sh.ok
WRFV3/var/external/bufr/rbytes.c
WRFV3/var/external/bufr/rcstpl.f
WRFV3/var/external/bufr/rdbfdx.f
WRFV3/var/external/bufr/rdcmps.f
WRFV3/var/external/bufr/rdmemm.f
WRFV3/var/external/bufr/rdmems.f
WRFV3/var/external/bufr/rdmgsb.f
WRFV3/var/external/bufr/rdmsgb.f
WRFV3/var/external/bufr/rdmsgw.f
WRFV3/var/external/bufr/rdmtbb.f
WRFV3/var/external/bufr/rdmtbd.f
WRFV3/var/external/bufr/rdtree.f
WRFV3/var/external/bufr/rdusdx.f
WRFV3/var/external/bufr/readdx.f
WRFV3/var/external/bufr/readerme.f
WRFV3/var/external/bufr/readft.f
WRFV3/var/external/bufr/readibm.f
WRFV3/var/external/bufr/readlc.f
WRFV3/var/external/bufr/readmg.f
WRFV3/var/external/bufr/readmm.f
WRFV3/var/external/bufr/readns.f
WRFV3/var/external/bufr/readsb.f
WRFV3/var/external/bufr/restd.c
WRFV3/var/external/bufr/rewnbf.f
WRFV3/var/external/bufr/rjust.f
WRFV3/var/external/bufr/rsvfvm.f
WRFV3/var/external/bufr/seqsdx.f
WRFV3/var/external/bufr/sntbbe.f
WRFV3/var/external/bufr/sntbde.f
WRFV3/var/external/bufr/status.f
WRFV3/var/external/bufr/stdmsg.f
WRFV3/var/external/bufr/stndrd.f
WRFV3/var/external/bufr/strcln.f
WRFV3/var/external/bufr/string.f
WRFV3/var/external/bufr/strnum.f
WRFV3/var/external/bufr/strsuc.f
WRFV3/var/external/bufr/subupd.f
WRFV3/var/external/bufr/tabent.f
WRFV3/var/external/bufr/tabsub.f
WRFV3/var/external/bufr/trybump.f
WRFV3/var/external/bufr/ufbcnt.f
WRFV3/var/external/bufr/ufbcpy.f
WRFV3/var/external/bufr/ufbcup.f
WRFV3/var/external/bufr/ufbdmp.f
WRFV3/var/external/bufr/ufbevn.f
WRFV3/var/external/bufr/ufbget.f
WRFV3/var/external/bufr/ufbin3.f
WRFV3/var/external/bufr/ufbint.f
WRFV3/var/external/bufr/ufbinx.f
WRFV3/var/external/bufr/ufbmem.f
WRFV3/var/external/bufr/ufbmms.f
WRFV3/var/external/bufr/ufbmns.f
WRFV3/var/external/bufr/ufbovr.f
WRFV3/var/external/bufr/ufbpos.f
WRFV3/var/external/bufr/ufbqcd.f
WRFV3/var/external/bufr/ufbqcp.f
WRFV3/var/external/bufr/ufbrep.f
WRFV3/var/external/bufr/ufbrms.f
WRFV3/var/external/bufr/ufbrp.f
WRFV3/var/external/bufr/ufbrw.f
WRFV3/var/external/bufr/ufbseq.f
WRFV3/var/external/bufr/ufbsp.f
WRFV3/var/external/bufr/ufbstp.f
WRFV3/var/external/bufr/ufbtab.f
WRFV3/var/external/bufr/ufbtam.f
WRFV3/var/external/bufr/ufdump.f
WRFV3/var/external/bufr/upb.f
WRFV3/var/external/bufr/upbb.f
WRFV3/var/external/bufr/upc.f
WRFV3/var/external/bufr/upds3.f
WRFV3/var/external/bufr/upftbv.f
WRFV3/var/external/bufr/uptdd.f
WRFV3/var/external/bufr/usrtpl.f
WRFV3/var/external/bufr/valx.f
WRFV3/var/external/bufr/wrcmps.f
WRFV3/var/external/bufr/wrdesc.c
WRFV3/var/external/bufr/wrdlen.F
WRFV3/var/external/bufr/writcp.f
WRFV3/var/external/bufr/writdx.f
WRFV3/var/external/bufr/writlc.f
WRFV3/var/external/bufr/writsa.f
WRFV3/var/external/bufr/writsb.f
WRFV3/var/external/bufr/wrtree.f
WRFV3/var/external/bufr/wtstat.f
WRFV3/var/external/blas/da_blas.f90
WRFV3/var/external/blas/daxpy.inc
WRFV3/var/external/blas/dcopy.inc
WRFV3/var/external/blas/ddot.inc
WRFV3/var/external/blas/dgemm.inc
WRFV3/var/external/blas/dgemv.inc
WRFV3/var/external/blas/dger.inc
WRFV3/var/external/blas/dnrm2.inc
WRFV3/var/external/blas/dscal.inc
WRFV3/var/external/blas/dswap.inc
WRFV3/var/external/blas/dsymv.inc
WRFV3/var/external/blas/dsyr2.inc
WRFV3/var/external/blas/dsyr2k.inc
WRFV3/var/external/blas/dtrmm.inc
WRFV3/var/external/blas/dtrmv.inc
WRFV3/var/external/blas/lsame.inc
WRFV3/var/external/blas/xerbla.inc
WRFV3/var/da/da_4dvar/
WRFV3/var/da/da_airep/
WRFV3/var/da/da_airsr/
WRFV3/var/da/da_biascorr_airmass/
WRFV3/var/da/da_bogus/
WRFV3/var/da/da_buoy/
WRFV3/var/da/da_control/
WRFV3/var/da/da_define_structures/
WRFV3/var/da/da_dynamics/
WRFV3/var/da/da_etkf/
WRFV3/var/da/da_ffts/
WRFV3/var/da/da_gen_be/
WRFV3/var/da/da_geoamv/
WRFV3/var/da/da_gpspw/
WRFV3/var/da/da_gpsref/
WRFV3/var/da/da_grid_definitions/
WRFV3/var/da/da_interpolation/
WRFV3/var/da/da_main/
WRFV3/var/da/da_metar/
WRFV3/var/da/da_minimisation/
WRFV3/var/da/da_monitor/
WRFV3/var/da/da_mtgirs/
WRFV3/var/da/da_obs/
WRFV3/var/da/da_obs_io/
WRFV3/var/da/da_par_util/
WRFV3/var/da/da_physics/
WRFV3/var/da/da_pilot/
WRFV3/var/da/da_polaramv/
WRFV3/var/da/da_profiler/
WRFV3/var/da/da_pseudo/
WRFV3/var/da/da_qscat/
WRFV3/var/da/da_radar/
WRFV3/var/da/da_radiance/
WRFV3/var/da/da_rain/
WRFV3/var/da/da_recursive_filter/
WRFV3/var/da/da_reporting/
WRFV3/var/da/da_satem/
WRFV3/var/da/da_setup_structures/
WRFV3/var/da/da_ships/
WRFV3/var/da/da_sound/
WRFV3/var/da/da_spectral/
WRFV3/var/da/da_ssmi/
WRFV3/var/da/da_statistics/
WRFV3/var/da/da_synop/
WRFV3/var/da/da_tamdar/
WRFV3/var/da/da_test/
WRFV3/var/da/da_tools/
WRFV3/var/da/da_tracing/
WRFV3/var/da/da_transfer_model/
WRFV3/var/da/da_update_bc/
WRFV3/var/da/da_util/
WRFV3/var/da/da_varbc/
WRFV3/var/da/da_verif_anal/
WRFV3/var/da/da_verif_grid/
WRFV3/var/da/da_verif_obs/
WRFV3/var/da/da_vtox_transforms/
WRFV3/var/da/da_wavelet/
WRFV3/var/da/makedepf90-2.8.8/
WRFV3/var/da/makedepf90-2.8.8/.depend
WRFV3/var/da/makedepf90-2.8.8/COPYING
WRFV3/var/da/makedepf90-2.8.8/Makefile.def
WRFV3/var/da/makedepf90-2.8.8/Makefile.in
WRFV3/var/da/makedepf90-2.8.8/NEWS
WRFV3/var/da/makedepf90-2.8.8/README
WRFV3/var/da/makedepf90-2.8.8/config.h
WRFV3/var/da/makedepf90-2.8.8/config.h.in
WRFV3/var/da/makedepf90-2.8.8/configure
WRFV3/var/da/makedepf90-2.8.8/configure.in
WRFV3/var/da/makedepf90-2.8.8/errormesg.c
WRFV3/var/da/makedepf90-2.8.8/errormesg.h
WRFV3/var/da/makedepf90-2.8.8/find_dep.c
WRFV3/var/da/makedepf90-2.8.8/find_dep.h
WRFV3/var/da/makedepf90-2.8.8/find_dep.y
WRFV3/var/da/makedepf90-2.8.8/finddep.h
WRFV3/var/da/makedepf90-2.8.8/global.h
WRFV3/var/da/makedepf90-2.8.8/install-sh
WRFV3/var/da/makedepf90-2.8.8/lexer.c
WRFV3/var/da/makedepf90-2.8.8/lexer.l
WRFV3/var/da/makedepf90-2.8.8/list.c
WRFV3/var/da/makedepf90-2.8.8/list.h
WRFV3/var/da/makedepf90-2.8.8/macro.c
WRFV3/var/da/makedepf90-2.8.8/macro.h
WRFV3/var/da/makedepf90-2.8.8/main.c
WRFV3/var/da/makedepf90-2.8.8/makedepf90.1
WRFV3/var/da/makedepf90-2.8.8/modfile_name.c
WRFV3/var/da/makedepf90-2.8.8/modfile_name.h
WRFV3/var/da/makedepf90-2.8.8/setup_makedepf90
WRFV3/var/da/makedepf90-2.8.8/strcasecmp.c
WRFV3/var/da/makedepf90-2.8.8/utils.c
WRFV3/var/da/makedepf90-2.8.8/utils.h
WRFV3/var/da/makedepf90-2.8.8/xmalloc.c
WRFV3/var/da/makedepf90-2.8.8/xmalloc.h
WRFV3/var/da/da_wavelet/da_transform_through_wavelet.inc
WRFV3/var/da/da_wavelet/da_transform_through_wavelet_adj.inc
WRFV3/var/da/da_wavelet/da_wavelet.f90
WRFV3/var/da/da_vtox_transforms/da_add_flow_dependence_vp.inc
WRFV3/var/da/da_vtox_transforms/da_add_flow_dependence_vp_adj.inc
WRFV3/var/da/da_vtox_transforms/da_add_flow_dependence_xa.inc
WRFV3/var/da/da_vtox_transforms/da_add_flow_dependence_xa_adj.inc
WRFV3/var/da/da_vtox_transforms/da_apply_be.inc
WRFV3/var/da/da_vtox_transforms/da_apply_be_adj.inc
WRFV3/var/da/da_vtox_transforms/da_calc_covariance.inc
WRFV3/var/da/da_vtox_transforms/da_check_eof_decomposition.inc
WRFV3/var/da/da_vtox_transforms/da_get_aspoles.inc
WRFV3/var/da/da_vtox_transforms/da_get_avpoles.inc
WRFV3/var/da/da_vtox_transforms/da_get_spoles.inc
WRFV3/var/da/da_vtox_transforms/da_get_vpoles.inc
WRFV3/var/da/da_vtox_transforms/da_transform_bal.inc
WRFV3/var/da/da_vtox_transforms/da_transform_bal_adj.inc
WRFV3/var/da/da_vtox_transforms/da_transform_rescale.inc
WRFV3/var/da/da_vtox_transforms/da_transform_vptovv.inc
WRFV3/var/da/da_vtox_transforms/da_transform_vptox.inc
WRFV3/var/da/da_vtox_transforms/da_transform_vptox_adj.inc
WRFV3/var/da/da_vtox_transforms/da_transform_vtovv.inc
WRFV3/var/da/da_vtox_transforms/da_transform_vtovv_adj.inc
WRFV3/var/da/da_vtox_transforms/da_transform_vtovv_global.inc
WRFV3/var/da/da_vtox_transforms/da_transform_vtovv_global_adj.inc
WRFV3/var/da/da_vtox_transforms/da_transform_vtox.inc
WRFV3/var/da/da_vtox_transforms/da_transform_vtox_adj.inc
WRFV3/var/da/da_vtox_transforms/da_transform_vvtovp.inc
WRFV3/var/da/da_vtox_transforms/da_transform_vvtovp_adj.inc
WRFV3/var/da/da_vtox_transforms/da_transform_xtoxa.inc
WRFV3/var/da/da_vtox_transforms/da_transform_xtoxa_adj.inc
WRFV3/var/da/da_vtox_transforms/da_vertical_transform.inc
WRFV3/var/da/da_vtox_transforms/da_vtox_transforms.f90
WRFV3/var/da/da_verif_obs/da_verif_obs.f90
WRFV3/var/da/da_verif_obs/da_verif_obs_control.f90
WRFV3/var/da/da_verif_obs/da_verif_obs_init.f90
WRFV3/var/da/da_verif_obs/da_verif_tools.f90
WRFV3/var/da/da_verif_grid/da_verif_grid.f90
WRFV3/var/da/da_verif_grid/da_verif_grid_control.f90
WRFV3/var/da/da_verif_anal/da_verif_anal.f90
WRFV3/var/da/da_verif_anal/da_verif_anal_control.f90
WRFV3/var/da/da_varbc/da_varbc.f90
WRFV3/var/da/da_varbc/da_varbc_adj.inc
WRFV3/var/da/da_varbc/da_varbc_coldstart.inc
WRFV3/var/da/da_varbc/da_varbc_direct.inc
WRFV3/var/da/da_varbc/da_varbc_init.inc
WRFV3/var/da/da_varbc/da_varbc_precond.inc
WRFV3/var/da/da_varbc/da_varbc_pred.inc
WRFV3/var/da/da_varbc/da_varbc_tl.inc
WRFV3/var/da/da_varbc/da_varbc_update.inc
WRFV3/var/da/da_util/da_advance_time.f90
WRFV3/var/da/da_util/da_tune_obs_desroziers.f90
WRFV3/var/da/da_util/da_tune_obs_hollingsworth1.f90
WRFV3/var/da/da_util/da_tune_obs_hollingsworth2.f90
WRFV3/var/da/da_update_bc/da_atotime.inc
WRFV3/var/da/da_update_bc/da_calc_mu_uv.inc
WRFV3/var/da/da_update_bc/da_calc_mu_uv_ad.inc
WRFV3/var/da/da_update_bc/da_couple.inc
WRFV3/var/da/da_update_bc/da_couple_ad.inc
WRFV3/var/da/da_update_bc/da_couple_uv.inc
WRFV3/var/da/da_update_bc/da_couple_uv_ad.inc
WRFV3/var/da/da_update_bc/da_get_att_cdf.inc
WRFV3/var/da/da_update_bc/da_get_bdyfrq.inc
WRFV3/var/da/da_update_bc/da_get_bdytimestr_cdf.inc
WRFV3/var/da/da_update_bc/da_get_dims_cdf.inc
WRFV3/var/da/da_update_bc/da_get_gl_att_int_cdf.inc
WRFV3/var/da/da_update_bc/da_get_gl_att_real_cdf.inc
WRFV3/var/da/da_update_bc/da_get_times_cdf.inc
WRFV3/var/da/da_update_bc/da_get_var_2d_int_cdf.inc
WRFV3/var/da/da_update_bc/da_get_var_2d_real_cdf.inc
WRFV3/var/da/da_update_bc/da_get_var_3d_real_cdf.inc
WRFV3/var/da/da_update_bc/da_module_couple_uv.f90
WRFV3/var/da/da_update_bc/da_module_couple_uv_ad.f90
WRFV3/var/da/da_update_bc/da_netcdf_interface.f90
WRFV3/var/da/da_update_bc/da_put_att_cdf.inc
WRFV3/var/da/da_update_bc/da_put_var_2d_int_cdf.inc
WRFV3/var/da/da_update_bc/da_put_var_2d_real_cdf.inc
WRFV3/var/da/da_update_bc/da_put_var_3d_real_cdf.inc
WRFV3/var/da/da_update_bc/da_update_bc.f90
WRFV3/var/da/da_update_bc/da_update_bc_ad.f90
WRFV3/var/da/da_transfer_model/da_get_2nd_firstguess.inc
WRFV3/var/da/da_transfer_model/da_transfer_kmatoxb.inc
WRFV3/var/da/da_transfer_model/da_transfer_model.f90
WRFV3/var/da/da_transfer_model/da_transfer_wrf_nmm_regional_toxb.inc
WRFV3/var/da/da_transfer_model/da_transfer_wrftl_lbc_t0.inc
WRFV3/var/da/da_transfer_model/da_transfer_wrftl_lbc_t0_adj.inc
WRFV3/var/da/da_transfer_model/da_transfer_wrftltoxa.inc
WRFV3/var/da/da_transfer_model/da_transfer_wrftltoxa_adj.inc
WRFV3/var/da/da_transfer_model/da_transfer_wrftoxb.inc
WRFV3/var/da/da_transfer_model/da_transfer_wrftoxb_lite.inc
WRFV3/var/da/da_transfer_model/da_transfer_xatoanalysis.inc
WRFV3/var/da/da_transfer_model/da_transfer_xatokma.inc
WRFV3/var/da/da_transfer_model/da_transfer_xatowrf.inc
WRFV3/var/da/da_transfer_model/da_transfer_xatowrf_nmm_regional.inc
WRFV3/var/da/da_transfer_model/da_transfer_xatowrftl.inc
WRFV3/var/da/da_transfer_model/da_transfer_xatowrftl_adj.inc
WRFV3/var/da/da_transfer_model/da_transfer_xatowrftl_adj_lbc.inc
WRFV3/var/da/da_transfer_model/da_transfer_xatowrftl_lbc.inc
WRFV3/var/da/da_tracing/da_memory.c
WRFV3/var/da/da_tracing/da_trace.inc
WRFV3/var/da/da_tracing/da_trace_entry.inc
WRFV3/var/da/da_tracing/da_trace_exit.inc
WRFV3/var/da/da_tracing/da_trace_init.inc
WRFV3/var/da/da_tracing/da_trace_int_sort.inc
WRFV3/var/da/da_tracing/da_trace_real_sort.inc
WRFV3/var/da/da_tracing/da_trace_report.inc
WRFV3/var/da/da_tracing/da_tracing.f90
WRFV3/var/da/da_tools/da_1d_eigendecomposition.inc
WRFV3/var/da/da_tools/da_add_noise.inc
WRFV3/var/da/da_tools/da_add_noise_new.inc
WRFV3/var/da/da_tools/da_advance_cymdh.inc
WRFV3/var/da/da_tools/da_advance_time.inc
WRFV3/var/da/da_tools/da_array_print.inc
WRFV3/var/da/da_tools/da_buddy_qc.inc
WRFV3/var/da/da_tools/da_change_date.inc
WRFV3/var/da/da_tools/da_convert_zk.inc
WRFV3/var/da/da_tools/da_diff_seconds.inc
WRFV3/var/da/da_tools/da_eof_decomposition.inc
WRFV3/var/da/da_tools/da_eof_decomposition_test.inc
WRFV3/var/da/da_tools/da_find_fft_factors.inc
WRFV3/var/da/da_tools/da_find_fft_trig_funcs.inc
WRFV3/var/da/da_tools/da_free_unit.inc
WRFV3/var/da/da_tools/da_gaus_noise.inc
WRFV3/var/da/da_tools/da_geo2msl1.inc
WRFV3/var/da/da_tools/da_get_2d_sum.inc
WRFV3/var/da/da_tools/da_get_3d_sum.inc
WRFV3/var/da/da_tools/da_get_julian_time.inc
WRFV3/var/da/da_tools/da_get_print_lvl.inc
WRFV3/var/da/da_tools/da_get_time_slots.inc
WRFV3/var/da/da_tools/da_get_unit.inc
WRFV3/var/da/da_tools/da_intpsfc_prs.inc
WRFV3/var/da/da_tools/da_intpsfc_tem.inc
WRFV3/var/da/da_tools/da_lc_cone.inc
WRFV3/var/da/da_tools/da_llxy.inc
WRFV3/var/da/da_tools/da_llxy_default.inc
WRFV3/var/da/da_tools/da_llxy_default_new.inc
WRFV3/var/da/da_tools/da_llxy_global.inc
WRFV3/var/da/da_tools/da_llxy_global_new.inc
WRFV3/var/da/da_tools/da_llxy_kma_global.inc
WRFV3/var/da/da_tools/da_llxy_kma_global_new.inc
WRFV3/var/da/da_tools/da_llxy_latlon.inc
WRFV3/var/da/da_tools/da_llxy_latlon_new.inc
WRFV3/var/da/da_tools/da_llxy_lc.inc
WRFV3/var/da/da_tools/da_llxy_lc_new.inc
WRFV3/var/da/da_tools/da_llxy_merc.inc
WRFV3/var/da/da_tools/da_llxy_merc_new.inc
WRFV3/var/da/da_tools/da_llxy_new.inc
WRFV3/var/da/da_tools/da_llxy_ps.inc
WRFV3/var/da/da_tools/da_llxy_ps_new.inc
WRFV3/var/da/da_tools/da_llxy_rotated_latlon.inc
WRFV3/var/da/da_tools/da_llxy_wrf.inc
WRFV3/var/da/da_tools/da_llxy_wrf_new.inc
WRFV3/var/da/da_tools/da_lubksb.inc
WRFV3/var/da/da_tools/da_ludcmp.inc
WRFV3/var/da/da_tools/da_map_init.inc
WRFV3/var/da/da_tools/da_map_set.inc
WRFV3/var/da/da_tools/da_map_utils_defines.inc
WRFV3/var/da/da_tools/da_max_error_qc.inc
WRFV3/var/da/da_tools/da_mo_correction.inc
WRFV3/var/da/da_tools/da_msl2geo1.inc
WRFV3/var/da/da_tools/da_obs_sfc_correction.inc
WRFV3/var/da/da_tools/da_openfile.inc
WRFV3/var/da/da_tools/da_random_omb.inc
WRFV3/var/da/da_tools/da_residual.inc
WRFV3/var/da/da_tools/da_residual_new.inc
WRFV3/var/da/da_tools/da_rsl_interfaces.f90
WRFV3/var/da/da_tools/da_set_boundary_2d.inc
WRFV3/var/da/da_tools/da_set_boundary_3d.inc
WRFV3/var/da/da_tools/da_set_boundary_xa.inc
WRFV3/var/da/da_tools/da_set_boundary_xb.inc
WRFV3/var/da/da_tools/da_set_lc.inc
WRFV3/var/da/da_tools/da_set_merc.inc
WRFV3/var/da/da_tools/da_set_ps.inc
WRFV3/var/da/da_tools/da_set_randomcv.inc
WRFV3/var/da/da_tools/da_sfcprs.inc
WRFV3/var/da/da_tools/da_smooth_anl.inc
WRFV3/var/da/da_tools/da_togrid.inc
WRFV3/var/da/da_tools/da_togrid_new.inc
WRFV3/var/da/da_tools/da_tools.f90
WRFV3/var/da/da_tools/da_tools_serial.f90
WRFV3/var/da/da_tools/da_unifva.inc
WRFV3/var/da/da_tools/da_wrf_interfaces.f90
WRFV3/var/da/da_tools/da_xyll.inc
WRFV3/var/da/da_tools/da_xyll_default.inc
WRFV3/var/da/da_tools/da_xyll_latlon.inc
WRFV3/var/da/da_tools/da_xyll_lc.inc
WRFV3/var/da/da_tools/da_xyll_merc.inc
WRFV3/var/da/da_tools/da_xyll_ps.inc
WRFV3/var/da/da_tools/gamma1.f90
WRFV3/var/da/da_test/da_check.inc
WRFV3/var/da/da_test/da_check_balance.inc
WRFV3/var/da/da_test/da_check_cvtovv_adjoint.inc
WRFV3/var/da/da_test/da_check_gradient.inc
WRFV3/var/da/da_test/da_check_psfc.inc
WRFV3/var/da/da_test/da_check_sfc_assi.inc
WRFV3/var/da/da_test/da_check_vp_errors.inc
WRFV3/var/da/da_test/da_check_vptox_adjoint.inc
WRFV3/var/da/da_test/da_check_vtox_adjoint.inc
WRFV3/var/da/da_test/da_check_vtoy_adjoint.inc
WRFV3/var/da/da_test/da_check_vvtovp_adjoint.inc
WRFV3/var/da/da_test/da_check_xtovptox_errors.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint_airep.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint_bogus.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint_buoy.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint_geoamv.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint_gpspw.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint_gpsref.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint_metar.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint_mtgirs.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint_pilot.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint_polaramv.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint_profiler.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint_pseudo.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint_qscat.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint_rad.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint_radar.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint_rain.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint_satem.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint_satob.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint_ships.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint_sonde_sfc.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint_sound.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint_ssmi_rv.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint_ssmi_tb.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint_ssmt1.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint_ssmt2.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint_synop.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint_tamdar.inc
WRFV3/var/da/da_test/da_check_xtoy_adjoint_tamdar_sfc.inc
WRFV3/var/da/da_test/da_get_y_lhs_value.inc
WRFV3/var/da/da_test/da_set_tst_trnsf_fld.inc
WRFV3/var/da/da_test/da_setup_testfield.inc
WRFV3/var/da/da_test/da_test.f90
WRFV3/var/da/da_test/da_test_vtoy_transform.inc
WRFV3/var/da/da_test/da_test_vxtransform.inc
WRFV3/var/da/da_test/da_transform_xtovp.inc
WRFV3/var/da/da_tamdar/da_ao_stats_tamdar.inc
WRFV3/var/da/da_tamdar/da_ao_stats_tamdar_sfc.inc
WRFV3/var/da/da_tamdar/da_calculate_grady_tamdar.inc
WRFV3/var/da/da_tamdar/da_calculate_grady_tamdar_sfc.inc
WRFV3/var/da/da_tamdar/da_check_max_iv_tamdar.inc
WRFV3/var/da/da_tamdar/da_check_max_iv_tamdar_sfc.inc
WRFV3/var/da/da_tamdar/da_get_innov_vector_tamdar.inc
WRFV3/var/da/da_tamdar/da_get_innov_vector_tamdar_sfc.inc
WRFV3/var/da/da_tamdar/da_jo_and_grady_tamdar.inc
WRFV3/var/da/da_tamdar/da_jo_and_grady_tamdar_sfc.inc
WRFV3/var/da/da_tamdar/da_jo_tamdar_sfc_uvtq.inc
WRFV3/var/da/da_tamdar/da_jo_tamdar_uvtq.inc
WRFV3/var/da/da_tamdar/da_oi_stats_tamdar.inc
WRFV3/var/da/da_tamdar/da_oi_stats_tamdar_sfc.inc
WRFV3/var/da/da_tamdar/da_print_stats_tamdar.inc
WRFV3/var/da/da_tamdar/da_print_stats_tamdar_sfc.inc
WRFV3/var/da/da_tamdar/da_residual_tamdar.inc
WRFV3/var/da/da_tamdar/da_residual_tamdar_sfc.inc
WRFV3/var/da/da_tamdar/da_tamdar.f90
WRFV3/var/da/da_tamdar/da_transform_xtoy_tamdar.inc
WRFV3/var/da/da_tamdar/da_transform_xtoy_tamdar_adj.inc
WRFV3/var/da/da_tamdar/da_transform_xtoy_tamdar_sfc.inc
WRFV3/var/da/da_tamdar/da_transform_xtoy_tamdar_sfc_adj.inc
WRFV3/var/da/da_synop/da_ao_stats_synop.inc
WRFV3/var/da/da_synop/da_calculate_grady_synop.inc
WRFV3/var/da/da_synop/da_check_buddy_synop.inc
WRFV3/var/da/da_synop/da_check_max_iv_synop.inc
WRFV3/var/da/da_synop/da_get_innov_vector_synop.inc
WRFV3/var/da/da_synop/da_jo_and_grady_synop.inc
WRFV3/var/da/da_synop/da_jo_synop_uvtq.inc
WRFV3/var/da/da_synop/da_oi_stats_synop.inc
WRFV3/var/da/da_synop/da_print_stats_synop.inc
WRFV3/var/da/da_synop/da_residual_synop.inc
WRFV3/var/da/da_synop/da_synop.f90
WRFV3/var/da/da_synop/da_transform_xtoy_synop.inc
WRFV3/var/da/da_synop/da_transform_xtoy_synop_adj.inc
WRFV3/var/da/da_statistics/da_analysis_stats.inc
WRFV3/var/da/da_statistics/da_correlation_coeff1d.inc
WRFV3/var/da/da_statistics/da_correlation_coeff2d.inc
WRFV3/var/da/da_statistics/da_data_distribution.inc
WRFV3/var/da/da_statistics/da_maxmin_in_field.inc
WRFV3/var/da/da_statistics/da_print_qcstat.inc
WRFV3/var/da/da_statistics/da_print_stats.inc
WRFV3/var/da/da_statistics/da_statistics.f90
WRFV3/var/da/da_statistics/da_stats_calculate.inc
WRFV3/var/da/da_ssmi/cal_sigma_v.inc
WRFV3/var/da/da_ssmi/da_ao_stats_ssmi_rv.inc
WRFV3/var/da/da_ssmi/da_ao_stats_ssmi_tb.inc
WRFV3/var/da/da_ssmi/da_ao_stats_ssmt1.inc
WRFV3/var/da/da_ssmi/da_ao_stats_ssmt2.inc
WRFV3/var/da/da_ssmi/da_calculate_grady_ssmi_rv.inc
WRFV3/var/da/da_ssmi/da_calculate_grady_ssmi_tb.inc
WRFV3/var/da/da_ssmi/da_calculate_grady_ssmt1.inc
WRFV3/var/da/da_ssmi/da_calculate_grady_ssmt2.inc
WRFV3/var/da/da_ssmi/da_check_max_iv_ssmi_rv.inc
WRFV3/var/da/da_ssmi/da_check_max_iv_ssmi_tb.inc
WRFV3/var/da/da_ssmi/da_check_max_iv_ssmt1.inc
WRFV3/var/da/da_ssmi/da_check_max_iv_ssmt2.inc
WRFV3/var/da/da_ssmi/da_effang_adj.inc
WRFV3/var/da/da_ssmi/da_effang_tl.inc
WRFV3/var/da/da_ssmi/da_effht_adj.inc
WRFV3/var/da/da_ssmi/da_effht_tl.inc
WRFV3/var/da/da_ssmi/da_epsalt_adj.inc
WRFV3/var/da/da_ssmi/da_epsalt_tl.inc
WRFV3/var/da/da_ssmi/da_get_innov_vector_ssmi_rv.inc
WRFV3/var/da/da_ssmi/da_get_innov_vector_ssmi_tb.inc
WRFV3/var/da/da_ssmi/da_get_innov_vector_ssmt1.inc
WRFV3/var/da/da_ssmi/da_get_innov_vector_ssmt2.inc
WRFV3/var/da/da_ssmi/da_jo_and_grady_ssmi_rv.inc
WRFV3/var/da/da_ssmi/da_jo_and_grady_ssmi_tb.inc
WRFV3/var/da/da_ssmi/da_jo_and_grady_ssmt1.inc
WRFV3/var/da/da_ssmi/da_jo_and_grady_ssmt2.inc
WRFV3/var/da/da_ssmi/da_oi_stats_ssmi_rv.inc
WRFV3/var/da/da_ssmi/da_oi_stats_ssmi_tb.inc
WRFV3/var/da/da_ssmi/da_oi_stats_ssmt1.inc
WRFV3/var/da/da_ssmi/da_oi_stats_ssmt2.inc
WRFV3/var/da/da_ssmi/da_print_stats_ssmt1.inc
WRFV3/var/da/da_ssmi/da_print_stats_ssmt2.inc
WRFV3/var/da/da_ssmi/da_read_obs_ssmi.inc
WRFV3/var/da/da_ssmi/da_read_ssmi_info.inc
WRFV3/var/da/da_ssmi/da_read_ssmi_integer_array.inc
WRFV3/var/da/da_ssmi/da_read_ssmi_real_array.inc
WRFV3/var/da/da_ssmi/da_residual_ssmi_rv.inc
WRFV3/var/da/da_ssmi/da_residual_ssmi_tb.inc
WRFV3/var/da/da_ssmi/da_residual_ssmt1.inc
WRFV3/var/da/da_ssmi/da_residual_ssmt2.inc
WRFV3/var/da/da_ssmi/da_roughem_adj.inc
WRFV3/var/da/da_ssmi/da_roughem_tl.inc
WRFV3/var/da/da_ssmi/da_scan_obs_ssmi.inc
WRFV3/var/da/da_ssmi/da_sigma_v_adj.inc
WRFV3/var/da/da_ssmi/da_sigma_v_tl.inc
WRFV3/var/da/da_ssmi/da_spemiss_adj.inc
WRFV3/var/da/da_ssmi/da_spemiss_tl.inc
WRFV3/var/da/da_ssmi/da_ssmi.f90
WRFV3/var/da/da_ssmi/da_tb_adj.inc
WRFV3/var/da/da_ssmi/da_tb_tl.inc
WRFV3/var/da/da_ssmi/da_tbatmos_adj.inc
WRFV3/var/da/da_ssmi/da_tbatmos_tl.inc
WRFV3/var/da/da_ssmi/da_transform_xtoseasfcwind.inc
WRFV3/var/da/da_ssmi/da_transform_xtoseasfcwind_adj.inc
WRFV3/var/da/da_ssmi/da_transform_xtoseasfcwind_lin.inc
WRFV3/var/da/da_ssmi/da_transform_xtospeed.inc
WRFV3/var/da/da_ssmi/da_transform_xtospeed_adj.inc
WRFV3/var/da/da_ssmi/da_transform_xtospeed_lin.inc
WRFV3/var/da/da_ssmi/da_transform_xtotb.inc
WRFV3/var/da/da_ssmi/da_transform_xtotb_adj.inc
WRFV3/var/da/da_ssmi/da_transform_xtotb_lin.inc
WRFV3/var/da/da_ssmi/da_transform_xtoy_ssmi_rv.inc
WRFV3/var/da/da_ssmi/da_transform_xtoy_ssmi_rv_adj.inc
WRFV3/var/da/da_ssmi/da_transform_xtoy_ssmi_tb.inc
WRFV3/var/da/da_ssmi/da_transform_xtoy_ssmi_tb_adj.inc
WRFV3/var/da/da_ssmi/da_transform_xtoy_ssmt1.inc
WRFV3/var/da/da_ssmi/da_transform_xtoy_ssmt1_adj.inc
WRFV3/var/da/da_ssmi/da_transform_xtoy_ssmt2.inc
WRFV3/var/da/da_ssmi/da_transform_xtoy_ssmt2_adj.inc
WRFV3/var/da/da_ssmi/da_transform_xtozrhoq.inc
WRFV3/var/da/da_ssmi/da_transform_xtozrhoq_adj.inc
WRFV3/var/da/da_ssmi/da_transform_xtozrhoq_lin.inc
WRFV3/var/da/da_ssmi/effang.inc
WRFV3/var/da/da_ssmi/effht.inc
WRFV3/var/da/da_ssmi/epsalt.inc
WRFV3/var/da/da_ssmi/module_ssmi.f90
WRFV3/var/da/da_ssmi/read_ssmi.inc
WRFV3/var/da/da_ssmi/roughem.inc
WRFV3/var/da/da_ssmi/spemiss.inc
WRFV3/var/da/da_ssmi/tb.inc
WRFV3/var/da/da_ssmi/tbatmos.inc
WRFV3/var/da/da_spectral/da_apply_power.inc
WRFV3/var/da/da_spectral/da_asslegpol.inc
WRFV3/var/da/da_spectral/da_be_spectral.f90
WRFV3/var/da/da_spectral/da_calc_power.inc
WRFV3/var/da/da_spectral/da_calc_power_spectrum.inc
WRFV3/var/da/da_spectral/da_get_gausslats.inc
WRFV3/var/da/da_spectral/da_get_reglats.inc
WRFV3/var/da/da_spectral/da_initialize_h.inc
WRFV3/var/da/da_spectral/da_legtra.inc
WRFV3/var/da/da_spectral/da_legtra_inv.inc
WRFV3/var/da/da_spectral/da_legtra_inv_adj.inc
WRFV3/var/da/da_spectral/da_setlegpol.inc
WRFV3/var/da/da_spectral/da_setlegpol_test.inc
WRFV3/var/da/da_spectral/da_spectral.f90
WRFV3/var/da/da_spectral/da_test_spectral.inc
WRFV3/var/da/da_spectral/da_vtovv_spectral.inc
WRFV3/var/da/da_spectral/da_vtovv_spectral_adj.inc
WRFV3/var/da/da_spectral/da_vv_to_v_spectral.inc
WRFV3/var/da/da_sound/da_ao_stats_sonde_sfc.inc
WRFV3/var/da/da_sound/da_ao_stats_sound.inc
WRFV3/var/da/da_sound/da_calculate_grady_sonde_sfc.inc
WRFV3/var/da/da_sound/da_calculate_grady_sound.inc
WRFV3/var/da/da_sound/da_check_buddy_sound.inc
WRFV3/var/da/da_sound/da_check_max_iv_sonde_sfc.inc
WRFV3/var/da/da_sound/da_check_max_iv_sound.inc
WRFV3/var/da/da_sound/da_get_innov_vector_sonde_sfc.inc
WRFV3/var/da/da_sound/da_get_innov_vector_sound.inc
WRFV3/var/da/da_sound/da_jo_and_grady_sonde_sfc.inc
WRFV3/var/da/da_sound/da_jo_and_grady_sound.inc
WRFV3/var/da/da_sound/da_jo_sonde_sfc_uvtq.inc
WRFV3/var/da/da_sound/da_jo_sound_uvtq.inc
WRFV3/var/da/da_sound/da_obs_diagnostics.inc
WRFV3/var/da/da_sound/da_oi_stats_sonde_sfc.inc
WRFV3/var/da/da_sound/da_oi_stats_sound.inc
WRFV3/var/da/da_sound/da_print_stats_sonde_sfc.inc
WRFV3/var/da/da_sound/da_print_stats_sound.inc
WRFV3/var/da/da_sound/da_residual_sonde_sfc.inc
WRFV3/var/da/da_sound/da_residual_sound.inc
WRFV3/var/da/da_sound/da_sound.f90
WRFV3/var/da/da_sound/da_transform_xtoy_sonde_sfc.inc
WRFV3/var/da/da_sound/da_transform_xtoy_sonde_sfc_adj.inc
WRFV3/var/da/da_sound/da_transform_xtoy_sound.inc
WRFV3/var/da/da_sound/da_transform_xtoy_sound_adj.inc
WRFV3/var/da/da_ships/da_ao_stats_ships.inc
WRFV3/var/da/da_ships/da_calculate_grady_ships.inc
WRFV3/var/da/da_ships/da_check_max_iv_ships.inc
WRFV3/var/da/da_ships/da_get_innov_vector_ships.inc
WRFV3/var/da/da_ships/da_jo_and_grady_ships.inc
WRFV3/var/da/da_ships/da_oi_stats_ships.inc
WRFV3/var/da/da_ships/da_print_stats_ships.inc
WRFV3/var/da/da_ships/da_residual_ships.inc
WRFV3/var/da/da_ships/da_ships.f90
WRFV3/var/da/da_ships/da_transform_xtoy_ships.inc
WRFV3/var/da/da_ships/da_transform_xtoy_ships_adj.inc
WRFV3/var/da/da_setup_structures/da_chg_be_Vres.inc
WRFV3/var/da/da_setup_structures/da_chgvres.inc
WRFV3/var/da/da_setup_structures/da_cloud_model.inc
WRFV3/var/da/da_setup_structures/da_cumulus.inc
WRFV3/var/da/da_setup_structures/da_eigen_to_covmatrix.inc
WRFV3/var/da/da_setup_structures/da_gen_eigen.inc
WRFV3/var/da/da_setup_structures/da_get_bins_info.inc
WRFV3/var/da/da_setup_structures/da_get_vertical_truncation.inc
WRFV3/var/da/da_setup_structures/da_interpolate_regcoeff.inc
WRFV3/var/da/da_setup_structures/da_lcl.inc
WRFV3/var/da/da_setup_structures/da_qfrmrh.inc
WRFV3/var/da/da_setup_structures/da_rescale_background_errors.inc
WRFV3/var/da/da_setup_structures/da_scale_background_errors.inc
WRFV3/var/da/da_setup_structures/da_scale_background_errors_cv3.inc
WRFV3/var/da/da_setup_structures/da_setup_background_errors.inc
WRFV3/var/da/da_setup_structures/da_setup_be_global.inc
WRFV3/var/da/da_setup_structures/da_setup_be_ncep_gfs.inc
WRFV3/var/da/da_setup_structures/da_setup_be_nmm_regional.inc
WRFV3/var/da/da_setup_structures/da_setup_be_regional.inc
WRFV3/var/da/da_setup_structures/da_setup_cv.inc
WRFV3/var/da/da_setup_structures/da_setup_firstguess.inc
WRFV3/var/da/da_setup_structures/da_setup_firstguess_kma.inc
WRFV3/var/da/da_setup_structures/da_setup_firstguess_wrf.inc
WRFV3/var/da/da_setup_structures/da_setup_firstguess_wrf_nmm_regional.inc
WRFV3/var/da/da_setup_structures/da_setup_flow_predictors.inc
WRFV3/var/da/da_setup_structures/da_setup_obs_interp_wts.inc
WRFV3/var/da/da_setup_structures/da_setup_obs_structures.inc
WRFV3/var/da/da_setup_structures/da_setup_obs_structures_ascii.inc
WRFV3/var/da/da_setup_structures/da_setup_obs_structures_bufr.inc
WRFV3/var/da/da_setup_structures/da_setup_obs_structures_madis.inc
WRFV3/var/da/da_setup_structures/da_setup_obs_structures_rain.inc
WRFV3/var/da/da_setup_structures/da_setup_runconstants.inc
WRFV3/var/da/da_setup_structures/da_setup_structures.f90
WRFV3/var/da/da_setup_structures/da_truncate_spectra.inc
WRFV3/var/da/da_setup_structures/da_write_increments.inc
WRFV3/var/da/da_setup_structures/da_write_increments_for_wrf_nmm_regional.inc
WRFV3/var/da/da_setup_structures/da_write_kma_increments.inc
WRFV3/var/da/da_satem/da_ao_stats_satem.inc
WRFV3/var/da/da_satem/da_calculate_grady_satem.inc
WRFV3/var/da/da_satem/da_check_max_iv_satem.inc
WRFV3/var/da/da_satem/da_get_innov_vector_satem.inc
WRFV3/var/da/da_satem/da_jo_and_grady_satem.inc
WRFV3/var/da/da_satem/da_oi_stats_satem.inc
WRFV3/var/da/da_satem/da_print_stats_satem.inc
WRFV3/var/da/da_satem/da_residual_satem.inc
WRFV3/var/da/da_satem/da_satem.f90
WRFV3/var/da/da_satem/da_transform_xtoy_satem.inc
WRFV3/var/da/da_satem/da_transform_xtoy_satem_adj.inc
WRFV3/var/da/da_reporting/da_error.inc
WRFV3/var/da/da_reporting/da_message.inc
WRFV3/var/da/da_reporting/da_message2.inc
WRFV3/var/da/da_reporting/da_reporting.f90
WRFV3/var/da/da_reporting/da_warning.inc
WRFV3/var/da/da_recursive_filter/da_apply_rf.inc
WRFV3/var/da/da_recursive_filter/da_apply_rf_1v.inc
WRFV3/var/da/da_recursive_filter/da_apply_rf_1v_adj.inc
WRFV3/var/da/da_recursive_filter/da_apply_rf_adj.inc
WRFV3/var/da/da_recursive_filter/da_calculate_rf_factors.inc
WRFV3/var/da/da_recursive_filter/da_mat_cv3.f90
WRFV3/var/da/da_recursive_filter/da_perform_2drf.inc
WRFV3/var/da/da_recursive_filter/da_recursive_filter.f90
WRFV3/var/da/da_recursive_filter/da_recursive_filter_1d.inc
WRFV3/var/da/da_recursive_filter/da_recursive_filter_1d_adj.inc
WRFV3/var/da/da_recursive_filter/da_rf_cv3.f90
WRFV3/var/da/da_recursive_filter/da_rfz_cv3.f90
WRFV3/var/da/da_recursive_filter/da_transform_through_rf.inc
WRFV3/var/da/da_recursive_filter/da_transform_through_rf_adj.inc
WRFV3/var/da/da_rain/da_ao_stats_rain.inc
WRFV3/var/da/da_rain/da_calculate_grady_rain.inc
WRFV3/var/da/da_rain/da_check_max_iv_rain.inc
WRFV3/var/da/da_rain/da_get_hr_rain.inc
WRFV3/var/da/da_rain/da_get_innov_vector_rain.inc
WRFV3/var/da/da_rain/da_jo_and_grady_rain.inc
WRFV3/var/da/da_rain/da_oi_stats_rain.inc
WRFV3/var/da/da_rain/da_print_stats_rain.inc
WRFV3/var/da/da_rain/da_rain.f90
WRFV3/var/da/da_rain/da_residual_rain.inc
WRFV3/var/da/da_rain/da_transform_xtoy_rain.inc
WRFV3/var/da/da_rain/da_transform_xtoy_rain_adj.inc
WRFV3/var/da/da_radiance/adm_ehv2pem.inc
WRFV3/var/da/da_radiance/da_allocate_rad_iv.inc
WRFV3/var/da/da_radiance/da_ao_stats_rad.inc
WRFV3/var/da/da_radiance/da_biascorr.inc
WRFV3/var/da/da_radiance/da_biasprep.inc
WRFV3/var/da/da_radiance/da_calculate_grady_rad.inc
WRFV3/var/da/da_radiance/da_cld_eff_radius.inc
WRFV3/var/da/da_radiance/da_cloud_detect_airs.inc
WRFV3/var/da/da_radiance/da_cloud_sim_airs.inc
WRFV3/var/da/da_radiance/da_crtm.f90
WRFV3/var/da/da_radiance/da_crtm_ad.inc
WRFV3/var/da/da_radiance/da_crtm_direct.inc
WRFV3/var/da/da_radiance/da_crtm_init.inc
WRFV3/var/da/da_radiance/da_crtm_k.inc
WRFV3/var/da/da_radiance/da_crtm_sensor_descriptor.inc
WRFV3/var/da/da_radiance/da_crtm_tl.inc
WRFV3/var/da/da_radiance/da_det_crtm_climat.inc
WRFV3/var/da/da_radiance/da_detsurtyp.inc
WRFV3/var/da/da_radiance/da_get_innov_vector_crtm.inc
WRFV3/var/da/da_radiance/da_get_innov_vector_crtmk.inc
WRFV3/var/da/da_radiance/da_get_innov_vector_radiance.inc
WRFV3/var/da/da_radiance/da_get_innov_vector_rttov.inc
WRFV3/var/da/da_radiance/da_initialize_rad_iv.inc
WRFV3/var/da/da_radiance/da_jo_and_grady_rad.inc
WRFV3/var/da/da_radiance/da_mspps_emis.inc
WRFV3/var/da/da_radiance/da_mspps_ts.inc
WRFV3/var/da/da_radiance/da_oi_stats_rad.inc
WRFV3/var/da/da_radiance/da_predictor_crtm.inc
WRFV3/var/da/da_radiance/da_predictor_rttov.inc
WRFV3/var/da/da_radiance/da_print_stats_rad.inc
WRFV3/var/da/da_radiance/da_qc_airs.inc
WRFV3/var/da/da_radiance/da_qc_amsua.inc
WRFV3/var/da/da_radiance/da_qc_amsub.inc
WRFV3/var/da/da_radiance/da_qc_crtm.inc
WRFV3/var/da/da_radiance/da_qc_hirs.inc
WRFV3/var/da/da_radiance/da_qc_mhs.inc
WRFV3/var/da/da_radiance/da_qc_rad.inc
WRFV3/var/da/da_radiance/da_qc_ssmis.inc
WRFV3/var/da/da_radiance/da_radiance.f90
WRFV3/var/da/da_radiance/da_radiance1.f90
WRFV3/var/da/da_radiance/da_radiance_init.inc
WRFV3/var/da/da_radiance/da_read_biascoef.inc
WRFV3/var/da/da_radiance/da_read_filtered_rad.inc
WRFV3/var/da/da_radiance/da_read_kma1dvar.inc
WRFV3/var/da/da_radiance/da_read_obs_bufrairs.inc
WRFV3/var/da/da_radiance/da_read_obs_bufrssmis.inc
WRFV3/var/da/da_radiance/da_read_obs_bufrtovs.inc
WRFV3/var/da/da_radiance/da_read_pseudo_rad.inc
WRFV3/var/da/da_radiance/da_read_simulated_rad.inc
WRFV3/var/da/da_radiance/da_residual_rad.inc
WRFV3/var/da/da_radiance/da_rttov.f90
WRFV3/var/da/da_radiance/da_rttov_ad.inc
WRFV3/var/da/da_radiance/da_rttov_direct.inc
WRFV3/var/da/da_radiance/da_rttov_init.inc
WRFV3/var/da/da_radiance/da_rttov_k.inc
WRFV3/var/da/da_radiance/da_rttov_tl.inc
WRFV3/var/da/da_radiance/da_setup_radiance_structures.inc
WRFV3/var/da/da_radiance/da_setup_satcv.inc
WRFV3/var/da/da_radiance/da_sort_rad.inc
WRFV3/var/da/da_radiance/da_transform_xtoy_crtm.inc
WRFV3/var/da/da_radiance/da_transform_xtoy_crtm_adj.inc
WRFV3/var/da/da_radiance/da_transform_xtoy_rttov.inc
WRFV3/var/da/da_radiance/da_transform_xtoy_rttov_adj.inc
WRFV3/var/da/da_radiance/da_write_biasprep.inc
WRFV3/var/da/da_radiance/da_write_filtered_rad.inc
WRFV3/var/da/da_radiance/da_write_iv_rad_ascii.inc
WRFV3/var/da/da_radiance/da_write_oa_rad_ascii.inc
WRFV3/var/da/da_radiance/ehv2pem.inc
WRFV3/var/da/da_radiance/emiss_ssmi.inc
WRFV3/var/da/da_radiance/gsi_constants.f90
WRFV3/var/da/da_radiance/gsi_emiss.inc
WRFV3/var/da/da_radiance/gsi_kinds.f90
WRFV3/var/da/da_radiance/gsi_thinning.f90
WRFV3/var/da/da_radiance/iceem_amsu.inc
WRFV3/var/da/da_radiance/init_constants_derived.inc
WRFV3/var/da/da_radiance/landem.inc
WRFV3/var/da/da_radiance/module_radiance.f90
WRFV3/var/da/da_radiance/ossmem.inc
WRFV3/var/da/da_radiance/seaem.inc
WRFV3/var/da/da_radiance/siem_ats.inc
WRFV3/var/da/da_radiance/siem_bts.inc
WRFV3/var/da/da_radiance/siem_interpolate.inc
WRFV3/var/da/da_radiance/snwem_amsu.inc
WRFV3/var/da/da_radar/da_ao_stats_radar.inc
WRFV3/var/da/da_radar/da_calculate_grady_radar.inc
WRFV3/var/da/da_radar/da_check_max_iv_radar.inc
WRFV3/var/da/da_radar/da_get_innov_vector_radar.inc
WRFV3/var/da/da_radar/da_jo_and_grady_radar.inc
WRFV3/var/da/da_radar/da_max_error_qc_radar.inc
WRFV3/var/da/da_radar/da_oi_stats_radar.inc
WRFV3/var/da/da_radar/da_print_stats_radar.inc
WRFV3/var/da/da_radar/da_radar.f90
WRFV3/var/da/da_radar/da_radial_velocity.inc
WRFV3/var/da/da_radar/da_radial_velocity_adj.inc
WRFV3/var/da/da_radar/da_radial_velocity_lin.inc
WRFV3/var/da/da_radar/da_residual_radar.inc
WRFV3/var/da/da_radar/da_transform_xtoy_radar.inc
WRFV3/var/da/da_radar/da_transform_xtoy_radar_adj.inc
WRFV3/var/da/da_radar/da_write_oa_radar_ascii.inc
WRFV3/var/da/da_qscat/da_ao_stats_qscat.inc
WRFV3/var/da/da_qscat/da_calculate_grady_qscat.inc
WRFV3/var/da/da_qscat/da_check_max_iv_qscat.inc
WRFV3/var/da/da_qscat/da_get_innov_vector_qscat.inc
WRFV3/var/da/da_qscat/da_jo_and_grady_qscat.inc
WRFV3/var/da/da_qscat/da_oi_stats_qscat.inc
WRFV3/var/da/da_qscat/da_print_stats_qscat.inc
WRFV3/var/da/da_qscat/da_qscat.f90
WRFV3/var/da/da_qscat/da_residual_qscat.inc
WRFV3/var/da/da_qscat/da_transform_xtoy_qscat.inc
WRFV3/var/da/da_qscat/da_transform_xtoy_qscat_adj.inc
WRFV3/var/da/da_pseudo/da_ao_stats_pseudo.inc
WRFV3/var/da/da_pseudo/da_calculate_grady_pseudo.inc
WRFV3/var/da/da_pseudo/da_get_innov_vector_pseudo.inc
WRFV3/var/da/da_pseudo/da_jo_and_grady_pseudo.inc
WRFV3/var/da/da_pseudo/da_oi_stats_pseudo.inc
WRFV3/var/da/da_pseudo/da_print_stats_pseudo.inc
WRFV3/var/da/da_pseudo/da_pseudo.f90
WRFV3/var/da/da_pseudo/da_residual_pseudo.inc
WRFV3/var/da/da_pseudo/da_transform_xtoy_pseudo.inc
WRFV3/var/da/da_pseudo/da_transform_xtoy_pseudo_adj.inc
WRFV3/var/da/da_profiler/da_ao_stats_profiler.inc
WRFV3/var/da/da_profiler/da_calculate_grady_profiler.inc
WRFV3/var/da/da_profiler/da_check_max_iv_profiler.inc
WRFV3/var/da/da_profiler/da_get_innov_vector_profiler.inc
WRFV3/var/da/da_profiler/da_jo_and_grady_profiler.inc
WRFV3/var/da/da_profiler/da_oi_stats_profiler.inc
WRFV3/var/da/da_profiler/da_print_stats_profiler.inc
WRFV3/var/da/da_profiler/da_profiler.f90
WRFV3/var/da/da_profiler/da_residual_profiler.inc
WRFV3/var/da/da_profiler/da_transform_xtoy_profiler.inc
WRFV3/var/da/da_profiler/da_transform_xtoy_profiler_adj.inc
WRFV3/var/da/da_polaramv/da_ao_stats_polaramv.inc
WRFV3/var/da/da_polaramv/da_calculate_grady_polaramv.inc
WRFV3/var/da/da_polaramv/da_check_max_iv_polaramv.inc
WRFV3/var/da/da_polaramv/da_get_innov_vector_polaramv.inc
WRFV3/var/da/da_polaramv/da_jo_and_grady_polaramv.inc
WRFV3/var/da/da_polaramv/da_oi_stats_polaramv.inc
WRFV3/var/da/da_polaramv/da_polaramv.f90
WRFV3/var/da/da_polaramv/da_print_stats_polaramv.inc
WRFV3/var/da/da_polaramv/da_residual_polaramv.inc
WRFV3/var/da/da_polaramv/da_transform_xtoy_polaramv.inc
WRFV3/var/da/da_polaramv/da_transform_xtoy_polaramv_adj.inc
WRFV3/var/da/da_pilot/da_ao_stats_pilot.inc
WRFV3/var/da/da_pilot/da_calculate_grady_pilot.inc
WRFV3/var/da/da_pilot/da_check_max_iv_pilot.inc
WRFV3/var/da/da_pilot/da_get_innov_vector_pilot.inc
WRFV3/var/da/da_pilot/da_jo_and_grady_pilot.inc
WRFV3/var/da/da_pilot/da_oi_stats_pilot.inc
WRFV3/var/da/da_pilot/da_pilot.f90
WRFV3/var/da/da_pilot/da_print_stats_pilot.inc
WRFV3/var/da/da_pilot/da_residual_pilot.inc
WRFV3/var/da/da_pilot/da_transform_xtoy_pilot.inc
WRFV3/var/da/da_pilot/da_transform_xtoy_pilot_adj.inc
WRFV3/var/da/da_physics/da_check_rh.inc
WRFV3/var/da/da_physics/da_check_rh_simple.inc
WRFV3/var/da/da_physics/da_condens_adj.inc
WRFV3/var/da/da_physics/da_condens_lin.inc
WRFV3/var/da/da_physics/da_evapo_lin.inc
WRFV3/var/da/da_physics/da_filter.inc
WRFV3/var/da/da_physics/da_filter_adj.inc
WRFV3/var/da/da_physics/da_find_layer.inc
WRFV3/var/da/da_physics/da_find_layer_adj.inc
WRFV3/var/da/da_physics/da_find_layer_tl.inc
WRFV3/var/da/da_physics/da_get_q_error.inc
WRFV3/var/da/da_physics/da_integrat_dz.inc
WRFV3/var/da/da_physics/da_julian_day.inc
WRFV3/var/da/da_physics/da_moist_phys_adj.inc
WRFV3/var/da/da_physics/da_moist_phys_lin.inc
WRFV3/var/da/da_physics/da_physics.f90
WRFV3/var/da/da_physics/da_prho_to_t_adj.inc
WRFV3/var/da/da_physics/da_prho_to_t_lin.inc
WRFV3/var/da/da_physics/da_pt_to_rho_adj.inc
WRFV3/var/da/da_physics/da_pt_to_rho_lin.inc
WRFV3/var/da/da_physics/da_roughness_from_lanu.inc
WRFV3/var/da/da_physics/da_sfc_pre.inc
WRFV3/var/da/da_physics/da_sfc_pre_adj.inc
WRFV3/var/da/da_physics/da_sfc_pre_lin.inc
WRFV3/var/da/da_physics/da_sfc_wtq.inc
WRFV3/var/da/da_physics/da_sfc_wtq_adj.inc
WRFV3/var/da/da_physics/da_sfc_wtq_lin.inc
WRFV3/var/da/da_physics/da_thickness.inc
WRFV3/var/da/da_physics/da_thickness_adj.inc
WRFV3/var/da/da_physics/da_thickness_tl.inc
WRFV3/var/da/da_physics/da_tp_to_qs.inc
WRFV3/var/da/da_physics/da_tp_to_qs1.inc
WRFV3/var/da/da_physics/da_tp_to_qs_adj.inc
WRFV3/var/da/da_physics/da_tp_to_qs_adj1.inc
WRFV3/var/da/da_physics/da_tp_to_qs_lin.inc
WRFV3/var/da/da_physics/da_tp_to_qs_lin1.inc
WRFV3/var/da/da_physics/da_tpq_to_rh.inc
WRFV3/var/da/da_physics/da_tpq_to_rh_lin.inc
WRFV3/var/da/da_physics/da_tpq_to_rh_lin1.inc
WRFV3/var/da/da_physics/da_tpq_to_slp.inc
WRFV3/var/da/da_physics/da_tpq_to_slp_adj.inc
WRFV3/var/da/da_physics/da_tpq_to_slp_lin.inc
WRFV3/var/da/da_physics/da_tprh_to_q_adj.inc
WRFV3/var/da/da_physics/da_tprh_to_q_adj1.inc
WRFV3/var/da/da_physics/da_tprh_to_q_lin.inc
WRFV3/var/da/da_physics/da_tprh_to_q_lin1.inc
WRFV3/var/da/da_physics/da_transform_xtogpsref.inc
WRFV3/var/da/da_physics/da_transform_xtogpsref_adj.inc
WRFV3/var/da/da_physics/da_transform_xtogpsref_lin.inc
WRFV3/var/da/da_physics/da_transform_xtopsfc.inc
WRFV3/var/da/da_physics/da_transform_xtopsfc_adj.inc
WRFV3/var/da/da_physics/da_transform_xtotpw.inc
WRFV3/var/da/da_physics/da_transform_xtotpw_adj.inc
WRFV3/var/da/da_physics/da_transform_xtowtq.inc
WRFV3/var/da/da_physics/da_transform_xtowtq_adj.inc
WRFV3/var/da/da_physics/da_transform_xtoztd.inc
WRFV3/var/da/da_physics/da_transform_xtoztd_adj.inc
WRFV3/var/da/da_physics/da_transform_xtoztd_lin.inc
WRFV3/var/da/da_physics/da_trh_to_td.inc
WRFV3/var/da/da_physics/da_tv_profile.inc
WRFV3/var/da/da_physics/da_tv_profile_adj.inc
WRFV3/var/da/da_physics/da_tv_profile_tl.inc
WRFV3/var/da/da_physics/da_uvprho_to_w_adj.inc
WRFV3/var/da/da_physics/da_uvprho_to_w_lin.inc
WRFV3/var/da/da_physics/da_wdt.inc
WRFV3/var/da/da_physics/da_wrf_tpq_2_slp.inc
WRFV3/var/da/da_physics/f_qv_from_rh.f90
WRFV3/var/da/da_par_util/da_alloc_and_copy_be_arrays.inc
WRFV3/var/da/da_par_util/da_copy_dims.inc
WRFV3/var/da/da_par_util/da_copy_tile_dims.inc
WRFV3/var/da/da_par_util/da_cv_to_global.inc
WRFV3/var/da/da_par_util/da_cv_to_vv.inc
WRFV3/var/da/da_par_util/da_deallocate_global_sonde_sfc.inc
WRFV3/var/da/da_par_util/da_deallocate_global_sound.inc
WRFV3/var/da/da_par_util/da_deallocate_global_synop.inc
WRFV3/var/da/da_par_util/da_generic_boilerplate.m4
WRFV3/var/da/da_par_util/da_generic_methods.inc
WRFV3/var/da/da_par_util/da_generic_typedefs.inc
WRFV3/var/da/da_par_util/da_pack_count_obs.inc
WRFV3/var/da/da_par_util/da_par_util.f90
WRFV3/var/da/da_par_util/da_par_util1.f90
WRFV3/var/da/da_par_util/da_patch_to_global_2d.inc
WRFV3/var/da/da_par_util/da_patch_to_global_3d.inc
WRFV3/var/da/da_par_util/da_proc_maxmin_combine.inc
WRFV3/var/da/da_par_util/da_proc_stats_combine.inc
WRFV3/var/da/da_par_util/da_proc_sum_int.inc
WRFV3/var/da/da_par_util/da_proc_sum_ints.inc
WRFV3/var/da/da_par_util/da_proc_sum_real.inc
WRFV3/var/da/da_par_util/da_system.inc
WRFV3/var/da/da_par_util/da_transpose_x2y.inc
WRFV3/var/da/da_par_util/da_transpose_x2y_v2.inc
WRFV3/var/da/da_par_util/da_transpose_x2z.inc
WRFV3/var/da/da_par_util/da_transpose_y2x.inc
WRFV3/var/da/da_par_util/da_transpose_y2x_v2.inc
WRFV3/var/da/da_par_util/da_transpose_y2z.inc
WRFV3/var/da/da_par_util/da_transpose_z2x.inc
WRFV3/var/da/da_par_util/da_transpose_z2y.inc
WRFV3/var/da/da_par_util/da_unpack_count_obs.inc
WRFV3/var/da/da_par_util/da_vv_to_cv.inc
WRFV3/var/da/da_par_util/da_wrf_dm_interface.inc
WRFV3/var/da/da_par_util/da_y_facade_to_global.inc
WRFV3/var/da/da_obs_io/da_final_write_filtered_obs.inc
WRFV3/var/da/da_obs_io/da_final_write_modified_filtered_obs.inc
WRFV3/var/da/da_obs_io/da_final_write_obs.inc
WRFV3/var/da/da_obs_io/da_final_write_y.inc
WRFV3/var/da/da_obs_io/da_join_iv_for_multi_inc.c
WRFV3/var/da/da_obs_io/da_obs_io.f90
WRFV3/var/da/da_obs_io/da_read_errfac.inc
WRFV3/var/da/da_obs_io/da_read_iv_for_multi_inc.inc
WRFV3/var/da/da_obs_io/da_read_obs_ascii.inc
WRFV3/var/da/da_obs_io/da_read_obs_bufr.inc
WRFV3/var/da/da_obs_io/da_read_obs_bufrgpsro.inc
WRFV3/var/da/da_obs_io/da_read_obs_radar.inc
WRFV3/var/da/da_obs_io/da_read_obs_rain.inc
WRFV3/var/da/da_obs_io/da_read_omb_tmp.inc
WRFV3/var/da/da_obs_io/da_read_rand_unit.inc
WRFV3/var/da/da_obs_io/da_read_y_unit.inc
WRFV3/var/da/da_obs_io/da_scan_obs_ascii.inc
WRFV3/var/da/da_obs_io/da_scan_obs_bufr.inc
WRFV3/var/da/da_obs_io/da_scan_obs_bufrgpsro.inc
WRFV3/var/da/da_obs_io/da_scan_obs_radar.inc
WRFV3/var/da/da_obs_io/da_scan_obs_rain.inc
WRFV3/var/da/da_obs_io/da_search_obs.inc
WRFV3/var/da/da_obs_io/da_write_filtered_obs.inc
WRFV3/var/da/da_obs_io/da_write_iv_for_multi_inc.inc
WRFV3/var/da/da_obs_io/da_write_modified_filtered_obs.inc
WRFV3/var/da/da_obs_io/da_write_noise_to_ob.inc
WRFV3/var/da/da_obs_io/da_write_obs.inc
WRFV3/var/da/da_obs_io/da_write_obs_etkf.inc
WRFV3/var/da/da_obs_io/da_write_y.inc
WRFV3/var/da/da_obs/.DA_Read_Obs.inc.swp
WRFV3/var/da/da_obs/da_add_noise_to_ob.inc
WRFV3/var/da/da_obs/da_check_missing.inc
WRFV3/var/da/da_obs/da_count_filtered_obs.inc
WRFV3/var/da/da_obs/da_fill_obs_structures.inc
WRFV3/var/da/da_obs/da_fill_obs_structures_rain.inc
WRFV3/var/da/da_obs/da_fm_decoder.inc
WRFV3/var/da/da_obs/da_mini_info_print.inc
WRFV3/var/da/da_obs/da_obs.f90
WRFV3/var/da/da_obs/da_obs_missing.inc
WRFV3/var/da/da_obs/da_obs_proc_station.inc
WRFV3/var/da/da_obs/da_obs_sensitivity.inc
WRFV3/var/da/da_obs/da_random_omb_all.inc
WRFV3/var/da/da_obs/da_set_obs_missing.inc
WRFV3/var/da/da_obs/da_setup_pseudo_obs.inc
WRFV3/var/da/da_obs/da_store_obs_grid_info.inc
WRFV3/var/da/da_obs/da_store_obs_grid_info_bufr.inc
WRFV3/var/da/da_obs/da_transform_xtoy.inc
WRFV3/var/da/da_obs/da_transform_xtoy_adj.inc
WRFV3/var/da/da_obs/da_use_obs_errfac.inc
WRFV3/var/da/da_mtgirs/da_ao_stats_mtgirs.inc
WRFV3/var/da/da_mtgirs/da_calculate_grady_mtgirs.inc
WRFV3/var/da/da_mtgirs/da_check_max_iv_mtgirs.inc
WRFV3/var/da/da_mtgirs/da_get_innov_vector_mtgirs.inc
WRFV3/var/da/da_mtgirs/da_jo_and_grady_mtgirs.inc
WRFV3/var/da/da_mtgirs/da_jo_mtgirs_uvtq.inc
WRFV3/var/da/da_mtgirs/da_mtgirs.f90
WRFV3/var/da/da_mtgirs/da_oi_stats_mtgirs.inc
WRFV3/var/da/da_mtgirs/da_print_stats_mtgirs.inc
WRFV3/var/da/da_mtgirs/da_residual_mtgirs.inc
WRFV3/var/da/da_mtgirs/da_transform_xtoy_mtgirs.inc
WRFV3/var/da/da_mtgirs/da_transform_xtoy_mtgirs_adj.inc
WRFV3/var/da/da_monitor/README
WRFV3/var/da/da_monitor/da_rad_diags.f90
WRFV3/var/da/da_minimisation/da_adjoint_sensitivity.inc
WRFV3/var/da/da_minimisation/da_amat_mul.inc
WRFV3/var/da/da_minimisation/da_calculate_gradj.inc
WRFV3/var/da/da_minimisation/da_calculate_grady.inc
WRFV3/var/da/da_minimisation/da_calculate_j.inc
WRFV3/var/da/da_minimisation/da_calculate_residual.inc
WRFV3/var/da/da_minimisation/da_dot.inc
WRFV3/var/da/da_minimisation/da_dot_cv.inc
WRFV3/var/da/da_minimisation/da_get_innov_vector.inc
WRFV3/var/da/da_minimisation/da_get_var_diagnostics.inc
WRFV3/var/da/da_minimisation/da_jo_and_grady.inc
WRFV3/var/da/da_minimisation/da_kmat_mul.inc
WRFV3/var/da/da_minimisation/da_lanczos_io.inc
WRFV3/var/da/da_minimisation/da_minimisation.f90
WRFV3/var/da/da_minimisation/da_minimise_cg.inc
WRFV3/var/da/da_minimisation/da_minimise_lz.inc
WRFV3/var/da/da_minimisation/da_read_basicstates.inc
WRFV3/var/da/da_minimisation/da_residual.inc
WRFV3/var/da/da_minimisation/da_sensitivity.inc
WRFV3/var/da/da_minimisation/da_swap_xtraj.inc
WRFV3/var/da/da_minimisation/da_transform_vtoy.inc
WRFV3/var/da/da_minimisation/da_transform_vtoy_adj.inc
WRFV3/var/da/da_minimisation/da_write_diagnostics.inc
WRFV3/var/da/da_metar/da_ao_stats_metar.inc
WRFV3/var/da/da_metar/da_calculate_grady_metar.inc
WRFV3/var/da/da_metar/da_check_max_iv_metar.inc
WRFV3/var/da/da_metar/da_get_innov_vector_metar.inc
WRFV3/var/da/da_metar/da_jo_and_grady_metar.inc
WRFV3/var/da/da_metar/da_metar.f90
WRFV3/var/da/da_metar/da_oi_stats_metar.inc
WRFV3/var/da/da_metar/da_print_stats_metar.inc
WRFV3/var/da/da_metar/da_residual_metar.inc
WRFV3/var/da/da_metar/da_transform_xtoy_metar.inc
WRFV3/var/da/da_metar/da_transform_xtoy_metar_adj.inc
WRFV3/var/da/da_main/da_esmf_finalize.inc
WRFV3/var/da/da_main/da_esmf_init.inc
WRFV3/var/da/da_main/da_esmf_run.inc
WRFV3/var/da/da_main/da_med_initialdata_input.inc
WRFV3/var/da/da_main/da_med_initialdata_output.inc
WRFV3/var/da/da_main/da_med_initialdata_output_lbc.inc
WRFV3/var/da/da_main/da_solve.inc
WRFV3/var/da/da_main/da_solve_init.inc
WRFV3/var/da/da_main/da_wrfvar_esmf.f90
WRFV3/var/da/da_main/da_wrfvar_esmf_super.f90
WRFV3/var/da/da_main/da_wrfvar_finalize.inc
WRFV3/var/da/da_main/da_wrfvar_init1.inc
WRFV3/var/da/da_main/da_wrfvar_init2.inc
WRFV3/var/da/da_main/da_wrfvar_interface.inc
WRFV3/var/da/da_main/da_wrfvar_io.f90
WRFV3/var/da/da_main/da_wrfvar_main.f90
WRFV3/var/da/da_main/da_wrfvar_run.inc
WRFV3/var/da/da_main/da_wrfvar_top.f90
WRFV3/var/da/da_interpolation/da_interp_2d_partial.inc
WRFV3/var/da/da_interpolation/da_interp_lin_2d.inc
WRFV3/var/da/da_interpolation/da_interp_lin_2d_adj.inc
WRFV3/var/da/da_interpolation/da_interp_lin_2d_adj_partial.inc
WRFV3/var/da/da_interpolation/da_interp_lin_2d_partial.inc
WRFV3/var/da/da_interpolation/da_interp_lin_3d.inc
WRFV3/var/da/da_interpolation/da_interp_lin_3d_adj.inc
WRFV3/var/da/da_interpolation/da_interp_msk_avg_2d_partial.inc
WRFV3/var/da/da_interpolation/da_interp_quad_2d_partial.inc
WRFV3/var/da/da_interpolation/da_interpolation.f90
WRFV3/var/da/da_interpolation/da_to_zk.inc
WRFV3/var/da/da_interpolation/da_to_zk_new.inc
WRFV3/var/da/da_grid_definitions/da_earth_2_model_wind.inc
WRFV3/var/da/da_grid_definitions/da_ffdduv.inc
WRFV3/var/da/da_grid_definitions/da_grid_definitions.f90
WRFV3/var/da/da_grid_definitions/da_ref_height.inc
WRFV3/var/da/da_grid_definitions/da_ref_pres.inc
WRFV3/var/da/da_grid_definitions/da_set_map_para.inc
WRFV3/var/da/da_gpsref/da_ao_stats_gpsref.inc
WRFV3/var/da/da_gpsref/da_calculate_grady_gpsref.inc
WRFV3/var/da/da_gpsref/da_check_max_iv_gpsref.inc
WRFV3/var/da/da_gpsref/da_get_innov_vector_gpsref.inc
WRFV3/var/da/da_gpsref/da_gpsref.f90
WRFV3/var/da/da_gpsref/da_jo_and_grady_gpsref.inc
WRFV3/var/da/da_gpsref/da_oi_stats_gpsref.inc
WRFV3/var/da/da_gpsref/da_print_stats_gpsref.inc
WRFV3/var/da/da_gpsref/da_residual_gpsref.inc
WRFV3/var/da/da_gpsref/da_transform_xtoy_gpsref.inc
WRFV3/var/da/da_gpsref/da_transform_xtoy_gpsref_adj.inc
WRFV3/var/da/da_gpspw/da_ao_stats_gpspw.inc
WRFV3/var/da/da_gpspw/da_calculate_grady_gpspw.inc
WRFV3/var/da/da_gpspw/da_check_max_iv_gpspw.inc
WRFV3/var/da/da_gpspw/da_get_innov_vector_gpspw.inc
WRFV3/var/da/da_gpspw/da_get_innov_vector_gpsztd.inc
WRFV3/var/da/da_gpspw/da_gpspw.f90
WRFV3/var/da/da_gpspw/da_jo_and_grady_gpspw.inc
WRFV3/var/da/da_gpspw/da_oi_stats_gpspw.inc
WRFV3/var/da/da_gpspw/da_print_stats_gpspw.inc
WRFV3/var/da/da_gpspw/da_residual_gpspw.inc
WRFV3/var/da/da_gpspw/da_transform_xtoy_gpspw.inc
WRFV3/var/da/da_gpspw/da_transform_xtoy_gpspw_adj.inc
WRFV3/var/da/da_gpspw/da_transform_xtoy_gpsztd.inc
WRFV3/var/da/da_gpspw/da_transform_xtoy_gpsztd_adj.inc
WRFV3/var/da/da_geoamv/da_ao_stats_geoamv.inc
WRFV3/var/da/da_geoamv/da_calculate_grady_geoamv.inc
WRFV3/var/da/da_geoamv/da_check_max_iv_geoamv.inc
WRFV3/var/da/da_geoamv/da_geoamv.f90
WRFV3/var/da/da_geoamv/da_get_innov_vector_geoamv.inc
WRFV3/var/da/da_geoamv/da_jo_and_grady_geoamv.inc
WRFV3/var/da/da_geoamv/da_oi_stats_geoamv.inc
WRFV3/var/da/da_geoamv/da_print_stats_geoamv.inc
WRFV3/var/da/da_geoamv/da_residual_geoamv.inc
WRFV3/var/da/da_geoamv/da_transform_xtoy_geoamv.inc
WRFV3/var/da/da_geoamv/da_transform_xtoy_geoamv_adj.inc
WRFV3/var/da/da_gen_be/da_create_bins.inc
WRFV3/var/da/da_gen_be/da_filter_regcoeffs.inc
WRFV3/var/da/da_gen_be/da_gen_be.f90
WRFV3/var/da/da_gen_be/da_get_field.inc
WRFV3/var/da/da_gen_be/da_get_height.inc
WRFV3/var/da/da_gen_be/da_get_trh.inc
WRFV3/var/da/da_gen_be/da_print_be_stats_h_global.inc
WRFV3/var/da/da_gen_be/da_print_be_stats_h_regional.inc
WRFV3/var/da/da_gen_be/da_print_be_stats_p.inc
WRFV3/var/da/da_gen_be/da_print_be_stats_v.inc
WRFV3/var/da/da_gen_be/da_readwrite_be_stage2.inc
WRFV3/var/da/da_gen_be/da_readwrite_be_stage3.inc
WRFV3/var/da/da_gen_be/da_readwrite_be_stage4.inc
WRFV3/var/da/da_gen_be/da_stage0_initialize.inc
WRFV3/var/da/da_ffts/da_ffts.f90
WRFV3/var/da/da_ffts/da_solve_poissoneqn_fct.inc
WRFV3/var/da/da_ffts/da_solve_poissoneqn_fct_adj.inc
WRFV3/var/da/da_ffts/da_solve_poissoneqn_fst.inc
WRFV3/var/da/da_ffts/da_solve_poissoneqn_fst_adj.inc
WRFV3/var/da/da_ffts/fft551.inc
WRFV3/var/da/da_ffts/fft661.inc
WRFV3/var/da/da_ffts/module_ffts.f90
WRFV3/var/da/da_ffts/qpassm.inc
WRFV3/var/da/da_etkf/da_etkf.f90
WRFV3/var/da/da_etkf/da_innerprod.inc
WRFV3/var/da/da_etkf/da_matmulti.inc
WRFV3/var/da/da_etkf/da_matmultiover.inc
WRFV3/var/da/da_etkf/da_solve_etkf.inc
WRFV3/var/da/da_dynamics/da_balance_cycloterm.inc
WRFV3/var/da/da_dynamics/da_balance_cycloterm_adj.inc
WRFV3/var/da/da_dynamics/da_balance_cycloterm_lin.inc
WRFV3/var/da/da_dynamics/da_balance_equation_adj.inc
WRFV3/var/da/da_dynamics/da_balance_equation_lin.inc
WRFV3/var/da/da_dynamics/da_balance_geoterm.inc
WRFV3/var/da/da_dynamics/da_balance_geoterm_adj.inc
WRFV3/var/da/da_dynamics/da_balance_geoterm_lin.inc
WRFV3/var/da/da_dynamics/da_dynamics.f90
WRFV3/var/da/da_dynamics/da_hydrostaticp_to_rho_adj.inc
WRFV3/var/da/da_dynamics/da_hydrostaticp_to_rho_lin.inc
WRFV3/var/da/da_dynamics/da_psichi_to_uv.inc
WRFV3/var/da/da_dynamics/da_psichi_to_uv_adj.inc
WRFV3/var/da/da_dynamics/da_uv_to_divergence.inc
WRFV3/var/da/da_dynamics/da_uv_to_divergence_adj.inc
WRFV3/var/da/da_dynamics/da_uv_to_vorticity.inc
WRFV3/var/da/da_dynamics/da_w_adjustment_adj.inc
WRFV3/var/da/da_dynamics/da_w_adjustment_lin.inc
WRFV3/var/da/da_dynamics/da_wz_base.inc
WRFV3/var/da/da_define_structures/da_allocate_background_errors.inc
WRFV3/var/da/da_define_structures/da_allocate_observations.inc
WRFV3/var/da/da_define_structures/da_allocate_observations_rain.inc
WRFV3/var/da/da_define_structures/da_allocate_y.inc
WRFV3/var/da/da_define_structures/da_allocate_y_rain.inc
WRFV3/var/da/da_define_structures/da_deallocate_background_errors.inc
WRFV3/var/da/da_define_structures/da_deallocate_observations.inc
WRFV3/var/da/da_define_structures/da_deallocate_y.inc
WRFV3/var/da/da_define_structures/da_define_structures.f90
WRFV3/var/da/da_define_structures/da_gauss_noise.inc
WRFV3/var/da/da_define_structures/da_initialize_cv.inc
WRFV3/var/da/da_define_structures/da_random_seed.inc
WRFV3/var/da/da_define_structures/da_zero_vp_type.inc
WRFV3/var/da/da_define_structures/da_zero_x.inc
WRFV3/var/da/da_define_structures/da_zero_y.inc
WRFV3/var/da/da_control/da_control.f90
WRFV3/var/da/da_buoy/da_ao_stats_buoy.inc
WRFV3/var/da/da_buoy/da_buoy.f90
WRFV3/var/da/da_buoy/da_calculate_grady_buoy.inc
WRFV3/var/da/da_buoy/da_check_max_iv_buoy.inc
WRFV3/var/da/da_buoy/da_get_innov_vector_buoy.inc
WRFV3/var/da/da_buoy/da_jo_and_grady_buoy.inc
WRFV3/var/da/da_buoy/da_oi_stats_buoy.inc
WRFV3/var/da/da_buoy/da_print_stats_buoy.inc
WRFV3/var/da/da_buoy/da_residual_buoy.inc
WRFV3/var/da/da_buoy/da_transform_xtoy_buoy.inc
WRFV3/var/da/da_buoy/da_transform_xtoy_buoy_adj.inc
WRFV3/var/da/da_bogus/da_ao_stats_bogus.inc
WRFV3/var/da/da_bogus/da_bogus.f90
WRFV3/var/da/da_bogus/da_calculate_grady_bogus.inc
WRFV3/var/da/da_bogus/da_check_max_iv_bogus.inc
WRFV3/var/da/da_bogus/da_get_innov_vector_bogus.inc
WRFV3/var/da/da_bogus/da_jo_and_grady_bogus.inc
WRFV3/var/da/da_bogus/da_oi_stats_bogus.inc
WRFV3/var/da/da_bogus/da_print_stats_bogus.inc
WRFV3/var/da/da_bogus/da_residual_bogus.inc
WRFV3/var/da/da_bogus/da_transform_xtoy_bogus.inc
WRFV3/var/da/da_bogus/da_transform_xtoy_bogus_adj.inc
WRFV3/var/da/da_biascorr_airmass/Makefile
WRFV3/var/da/da_biascorr_airmass/da_bias_airmass.f90
WRFV3/var/da/da_biascorr_airmass/da_bias_scan.f90
WRFV3/var/da/da_biascorr_airmass/da_bias_sele.f90
WRFV3/var/da/da_biascorr_airmass/da_bias_verif.f90
WRFV3/var/da/da_biascorr_airmass/pythag.f90
WRFV3/var/da/da_biascorr_airmass/rad_bias.f90
WRFV3/var/da/da_biascorr_airmass/regress_one.f90
WRFV3/var/da/da_biascorr_airmass/tqli.f90
WRFV3/var/da/da_biascorr_airmass/tred2.f90
WRFV3/var/da/da_airsr/da_airsr.f90
WRFV3/var/da/da_airsr/da_ao_stats_airsr.inc
WRFV3/var/da/da_airsr/da_calculate_grady_airsr.inc
WRFV3/var/da/da_airsr/da_check_max_iv_airsr.inc
WRFV3/var/da/da_airsr/da_get_innov_vector_airsr.inc
WRFV3/var/da/da_airsr/da_jo_airsr_tq.inc
WRFV3/var/da/da_airsr/da_jo_and_grady_airsr.inc
WRFV3/var/da/da_airsr/da_oi_stats_airsr.inc
WRFV3/var/da/da_airsr/da_print_stats_airsr.inc
WRFV3/var/da/da_airsr/da_residual_airsr.inc
WRFV3/var/da/da_airsr/da_transform_xtoy_airsr.inc
WRFV3/var/da/da_airsr/da_transform_xtoy_airsr_adj.inc
WRFV3/var/da/da_airep/da_airep.f90
WRFV3/var/da/da_airep/da_ao_stats_airep.inc
WRFV3/var/da/da_airep/da_calculate_grady_airep.inc
WRFV3/var/da/da_airep/da_check_max_iv_airep.inc
WRFV3/var/da/da_airep/da_get_innov_vector_airep.inc
WRFV3/var/da/da_airep/da_jo_and_grady_airep.inc
WRFV3/var/da/da_airep/da_oi_stats_airep.inc
WRFV3/var/da/da_airep/da_print_stats_airep.inc
WRFV3/var/da/da_airep/da_residual_airep.inc
WRFV3/var/da/da_airep/da_transform_xtoy_airep.inc
WRFV3/var/da/da_airep/da_transform_xtoy_airep_adj.inc
WRFV3/var/da/da_4dvar/da_4dvar.f90
WRFV3/var/da/da_4dvar/da_4dvar_io.inc
WRFV3/var/da/da_4dvar/da_4dvar_lbc.inc
WRFV3/var/da/da_4dvar/da_ad_model.inc
WRFV3/var/da/da_4dvar/da_finalize_model.inc
WRFV3/var/da/da_4dvar/da_nl_model.inc
WRFV3/var/da/da_4dvar/da_tl_model.inc
WRFV3/var/convertor/KMA_landmask_428_215
WRFV3/var/convertor/Makefile
WRFV3/var/convertor/average_be/
WRFV3/var/convertor/convert_nmm.F
WRFV3/var/convertor/convertor.tar
WRFV3/var/convertor/da_module_convert_tool/
WRFV3/var/convertor/decode_l2_airs/
WRFV3/var/convertor/ens_obs_var.f90
WRFV3/var/convertor/kma_netcdf/
WRFV3/var/convertor/kma_wave2grid/
WRFV3/var/convertor/kmabufr/
WRFV3/var/convertor/namelist.kma2netcdf
WRFV3/var/convertor/nmm_interface_convertor/
WRFV3/var/convertor/update_msf/
WRFV3/var/convertor/wave2grid_kma/
WRFV3/var/convertor/wave2grid_kma/BSSLZ1.inc
WRFV3/var/convertor/wave2grid_kma/CR8I2V.inc
WRFV3/var/convertor/wave2grid_kma/CVDATE.inc
WRFV3/var/convertor/wave2grid_kma/Einc_to_Ganl.inc
WRFV3/var/convertor/wave2grid_kma/GAUSS.inc
WRFV3/var/convertor/wave2grid_kma/GH2TV.inc
WRFV3/var/convertor/wave2grid_kma/GPLHGT.inc
WRFV3/var/convertor/wave2grid_kma/LT2GAU.inc
WRFV3/var/convertor/wave2grid_kma/MINMAX.inc
WRFV3/var/convertor/wave2grid_kma/MONTWO.inc
WRFV3/var/convertor/wave2grid_kma/MOVEC.inc
WRFV3/var/convertor/wave2grid_kma/OUTZ.inc
WRFV3/var/convertor/wave2grid_kma/PACK.inc
WRFV3/var/convertor/wave2grid_kma/PREGSM.F
WRFV3/var/convertor/wave2grid_kma/PREGSM.inc
WRFV3/var/convertor/wave2grid_kma/PREGSM1.inc
WRFV3/var/convertor/wave2grid_kma/PRESUB.inc
WRFV3/var/convertor/wave2grid_kma/REDANL.inc
WRFV3/var/convertor/wave2grid_kma/REDDAT.inc
WRFV3/var/convertor/wave2grid_kma/REDDAT_ASCII.inc
WRFV3/var/convertor/wave2grid_kma/REDDAT_BIN.inc
WRFV3/var/convertor/wave2grid_kma/REDGES.inc
WRFV3/var/convertor/wave2grid_kma/REDHED.inc
WRFV3/var/convertor/wave2grid_kma/RELHUM.inc
WRFV3/var/convertor/wave2grid_kma/RESET.inc
WRFV3/var/convertor/wave2grid_kma/SPLDIF3_H.inc
WRFV3/var/convertor/wave2grid_kma/TETEN.inc
WRFV3/var/convertor/wave2grid_kma/VPRM.inc
WRFV3/var/convertor/wave2grid_kma/WRTDAT.inc
WRFV3/var/convertor/wave2grid_kma/WRTEOF.inc
WRFV3/var/convertor/wave2grid_kma/WRTHED.inc
WRFV3/var/convertor/wave2grid_kma/ZE2TVE.inc
WRFV3/var/convertor/wave2grid_kma/ZMNLAT.inc
WRFV3/var/convertor/wave2grid_kma/ZMNT.inc
WRFV3/var/convertor/wave2grid_kma/module_wave2grid_kma.f90
WRFV3/var/convertor/wave2grid_kma/pvchkdv.F
WRFV3/var/convertor/update_msf/README.update_msf
WRFV3/var/convertor/update_msf/update_msf.c
WRFV3/var/convertor/nmm_interface_convertor/Makefile
WRFV3/var/convertor/nmm_interface_convertor/README
WRFV3/var/convertor/nmm_interface_convertor/add_increments_for_wrf_nmm.F
WRFV3/var/convertor/nmm_interface_convertor/compiler_macros
WRFV3/var/convertor/nmm_interface_convertor/constants.F
WRFV3/var/convertor/nmm_interface_convertor/convert_e2c.F
WRFV3/var/convertor/nmm_interface_convertor/gridmod.F
WRFV3/var/convertor/nmm_interface_convertor/kinds.F
WRFV3/var/convertor/nmm_interface_convertor/run_convert_e2c.ksh
WRFV3/var/convertor/kmabufr/Makefile
WRFV3/var/convertor/kmabufr/README.KMABUFR
WRFV3/var/convertor/kmabufr/flist
WRFV3/var/convertor/kmabufr/read_bufr.F
WRFV3/var/convertor/kma_wave2grid/BSSLZ1.inc
WRFV3/var/convertor/kma_wave2grid/CUT.inc
WRFV3/var/convertor/kma_wave2grid/FFT991.inc
WRFV3/var/convertor/kma_wave2grid/G2W.inc
WRFV3/var/convertor/kma_wave2grid/G2WDZ.inc
WRFV3/var/convertor/kma_wave2grid/G2WPP.inc
WRFV3/var/convertor/kma_wave2grid/GAUSS.inc
WRFV3/var/convertor/kma_wave2grid/GOUT.inc
WRFV3/var/convertor/kma_wave2grid/IDCMP.inc
WRFV3/var/convertor/kma_wave2grid/LGNDR1.inc
WRFV3/var/convertor/kma_wave2grid/LGNUV.inc
WRFV3/var/convertor/kma_wave2grid/LGNW2G.inc
WRFV3/var/convertor/kma_wave2grid/LT2GAU.inc
WRFV3/var/convertor/kma_wave2grid/MNMX.inc
WRFV3/var/convertor/kma_wave2grid/MOVEC.inc
WRFV3/var/convertor/kma_wave2grid/PACK.inc
WRFV3/var/convertor/kma_wave2grid/RADB2M.inc
WRFV3/var/convertor/kma_wave2grid/RADB3M.inc
WRFV3/var/convertor/kma_wave2grid/RADB4M.inc
WRFV3/var/convertor/kma_wave2grid/RADB5M.inc
WRFV3/var/convertor/kma_wave2grid/RADBGM.inc
WRFV3/var/convertor/kma_wave2grid/RADF2M.inc
WRFV3/var/convertor/kma_wave2grid/RADF3M.inc
WRFV3/var/convertor/kma_wave2grid/RADF4M.inc
WRFV3/var/convertor/kma_wave2grid/RADF5M.inc
WRFV3/var/convertor/kma_wave2grid/RADFGM.inc
WRFV3/var/convertor/kma_wave2grid/REDDAT.inc
WRFV3/var/convertor/kma_wave2grid/REDHED.inc
WRFV3/var/convertor/kma_wave2grid/REDIEG.inc
WRFV3/var/convertor/kma_wave2grid/REOWAV.inc
WRFV3/var/convertor/kma_wave2grid/REOWV.inc
WRFV3/var/convertor/kma_wave2grid/RESET.inc
WRFV3/var/convertor/kma_wave2grid/RFFTBM.inc
WRFV3/var/convertor/kma_wave2grid/RFFTFM.inc
WRFV3/var/convertor/kma_wave2grid/RFFTIM.inc
WRFV3/var/convertor/kma_wave2grid/RFTB1M.inc
WRFV3/var/convertor/kma_wave2grid/RFTB2M.inc
WRFV3/var/convertor/kma_wave2grid/RFTB9M.inc
WRFV3/var/convertor/kma_wave2grid/RFTF1M.inc
WRFV3/var/convertor/kma_wave2grid/RFTF2M.inc
WRFV3/var/convertor/kma_wave2grid/RFTF3M.inc
WRFV3/var/convertor/kma_wave2grid/RFTF9M.inc
WRFV3/var/convertor/kma_wave2grid/RFTI1M.inc
WRFV3/var/convertor/kma_wave2grid/SETARY.inc
WRFV3/var/convertor/kma_wave2grid/W2G.inc
WRFV3/var/convertor/kma_wave2grid/W2GCONV.inc
WRFV3/var/convertor/kma_wave2grid/W2GPXY.inc
WRFV3/var/convertor/kma_wave2grid/W2GUV.inc
WRFV3/var/convertor/kma_wave2grid/WAVMAG.inc
WRFV3/var/convertor/kma_wave2grid/WEIHT2.inc
WRFV3/var/convertor/kma_wave2grid/ZNME2PXX.inc
WRFV3/var/convertor/kma_wave2grid/module_kma_wave2grid.f90
WRFV3/var/convertor/kma_netcdf/kma2netcdf.f90
WRFV3/var/convertor/kma_netcdf/module_kma2netcdf_interface.f90
WRFV3/var/convertor/kma_netcdf/module_netcdf2kma_interface.f90
WRFV3/var/convertor/kma_netcdf/netcdf2kma.f90
WRFV3/var/convertor/decode_l2_airs/Makefile
WRFV3/var/convertor/decode_l2_airs/calc_rh.f90
WRFV3/var/convertor/decode_l2_airs/decode_airs.f90
WRFV3/var/convertor/decode_l2_airs/decode_l2_airs.README
WRFV3/var/convertor/decode_l2_airs/geth_newdate.c
WRFV3/var/convertor/decode_l2_airs/module_read_airs.f90
WRFV3/var/convertor/decode_l2_airs/qual_threshold.nl
WRFV3/var/convertor/decode_l2_airs/time_window.nl
WRFV3/var/convertor/da_module_convert_tool/da_convertor_v_interp.inc
WRFV3/var/convertor/da_module_convert_tool/da_module_convert_tool.f90
WRFV3/var/convertor/average_be/Makefile
WRFV3/var/convertor/average_be/README.average_be
WRFV3/var/convertor/average_be/average_be.F
WRFV3/var/convertor/average_be/da_1d_eigendecomposition.F
WRFV3/var/convertor/average_be/da_interpolate_regcoeff.F
WRFV3/var/convertor/average_be/da_interpolate_stats.F
WRFV3/var/convertor/average_be/module_be_type.F
WRFV3/var/convertor/average_be/module_readwrf.F
WRFV3/var/convertor/average_be/namelist.average_be
WRFV3/var/convertor/average_be/rd_be_cv_5.F
WRFV3/var/convertor/average_be/wr_be_cv_5.F
WRFV3/var/build/convertor.make
WRFV3/var/build/da.make
WRFV3/var/build/da_name_space.pl
WRFV3/var/build/decode_l2_airs.make
WRFV3/var/build/depend.txt
WRFV3/var/build/frame/
WRFV3/var/build/gen_be.make
WRFV3/var/build/inc/
WRFV3/var/build/makefile
WRFV3/var/build/setup.csh
WRFV3/var/build/setup.ksh
WRFV3/tools/CodeBase/
WRFV3/tools/DOMAIN_TIME_TEST/
WRFV3/tools/Makefile
WRFV3/tools/all_reg.csh
WRFV3/tools/build_codebase
WRFV3/tools/build_test.csh
WRFV3/tools/callgraph.page1
WRFV3/tools/callgraph.page2
WRFV3/tools/collapsd.gif
WRFV3/tools/danger
WRFV3/tools/data.c
WRFV3/tools/data.h
WRFV3/tools/daughter.gif
WRFV3/tools/debug_macro_toolchest
WRFV3/tools/exploded.gif
WRFV3/tools/four2eight.c
WRFV3/tools/fseek_test.c
WRFV3/tools/gen_allocs.c
WRFV3/tools/gen_args.c
WRFV3/tools/gen_comms.stub
WRFV3/tools/gen_comms_warning
WRFV3/tools/gen_config.c
WRFV3/tools/gen_defs.c
WRFV3/tools/gen_interp.c
WRFV3/tools/gen_mod_state_descr.c
WRFV3/tools/gen_model_data_ord.c
WRFV3/tools/gen_scalar_derefs.c
WRFV3/tools/gen_scalar_indices.c
WRFV3/tools/gen_streams.c
WRFV3/tools/gen_wrf_io.c
WRFV3/tools/index.page
WRFV3/tools/link_codebase_to_wrfbrowser
WRFV3/tools/misc.c
WRFV3/tools/mpi2_test.c
WRFV3/tools/mpi2_thread_test.c
WRFV3/tools/my_strtok.c
WRFV3/tools/nest_test.tar
WRFV3/tools/protos.h
WRFV3/tools/reg_parse.c
WRFV3/tools/registry.c
WRFV3/tools/registry.h
WRFV3/tools/regtest.csh
WRFV3/tools/regtest_esmf.csh
WRFV3/tools/regtest_hwrf.csh
WRFV3/tools/regtest_nmmnest.csh
WRFV3/tools/safe
WRFV3/tools/set_dim_strs.c
WRFV3/tools/source_for_pgi_windows.bash
WRFV3/tools/source_for_pgi_windows.csh
WRFV3/tools/standard.c
WRFV3/tools/subinfo
WRFV3/tools/sym.c
WRFV3/tools/sym.h
WRFV3/tools/symtab_gen.c
WRFV3/tools/test4_0_ESMFSST.lsf.csh
WRFV3/tools/test_compile.csh
WRFV3/tools/testomatic
WRFV3/tools/type.c
WRFV3/tools/DOMAIN_TIME_TEST/DOMAIN_TIME_TEST.csh
WRFV3/tools/DOMAIN_TIME_TEST/DOMAIN_TIME_TEST.jan00_12hr.correct
WRFV3/tools/CodeBase/Makefile
WRFV3/tools/CodeBase/callgraph.c
WRFV3/tools/CodeBase/deftab.c
WRFV3/tools/CodeBase/nocontf90.c
WRFV3/tools/CodeBase/subinfo_calls.c
WRFV3/tools/CodeBase/sym.c
WRFV3/tools/CodeBase/sym.h
WRFV3/tools/CodeBase/symtab_gen.c
WRFV3/tools/CodeBase/util.c
WRFV3/tools/CodeBase/wrfvar.c
WRFV3/test/em_b_wave/
WRFV3/test/em_esmf_exp/
WRFV3/test/em_fire/
WRFV3/test/em_grav2d_x/
WRFV3/test/em_heldsuarez/
WRFV3/test/em_hill2d_x/
WRFV3/test/em_les/
WRFV3/test/em_quarter_ss/
WRFV3/test/em_real/
WRFV3/test/em_scm_xy/
WRFV3/test/em_seabreeze2d_x/
WRFV3/test/em_squall2d_x/
WRFV3/test/em_squall2d_y/
WRFV3/test/em_tropical_cyclone/
WRFV3/test/exp_real/
WRFV3/test/nmm_real/
WRFV3/test/nmm_tropical_cyclone/
WRFV3/test/nmm_real/namelist.input
WRFV3/test/nmm_real/namelist.input.chem_nmm
WRFV3/test/nmm_real/tomorrow
WRFV3/test/exp_real/namelist.input
WRFV3/test/em_tropical_cyclone/README.tropical_cyclone
WRFV3/test/em_tropical_cyclone/input_sounding
WRFV3/test/em_tropical_cyclone/namelist.input
WRFV3/test/em_tropical_cyclone/run_me_first.csh
WRFV3/test/em_squall2d_y/input_sounding
WRFV3/test/em_squall2d_y/namelist.input
WRFV3/test/em_squall2d_x/input_sounding
WRFV3/test/em_squall2d_x/namelist.input
WRFV3/test/em_seabreeze2d_x/README.seabreeze
WRFV3/test/em_seabreeze2d_x/input_sounding
WRFV3/test/em_seabreeze2d_x/namelist.input
WRFV3/test/em_seabreeze2d_x/namelist.input.ideal
WRFV3/test/em_seabreeze2d_x/namelist.input.windspec
WRFV3/test/em_seabreeze2d_x/run_me_first.csh
WRFV3/test/em_seabreeze2d_x/windspec.in
WRFV3/test/em_scm_xy/GABLS_II_forcing.txt
WRFV3/test/em_scm_xy/README.scm
WRFV3/test/em_scm_xy/force_ideal.nc
WRFV3/test/em_scm_xy/forcing_file.cdl
WRFV3/test/em_scm_xy/input_soil
WRFV3/test/em_scm_xy/input_sounding
WRFV3/test/em_scm_xy/make_scm_forcing.ncl
WRFV3/test/em_scm_xy/namelist.input
WRFV3/test/em_scm_xy/run_me_first.csh
WRFV3/test/em_real/README.grid_fdda
WRFV3/test/em_real/README.obs_fdda
WRFV3/test/em_real/examples.namelist
WRFV3/test/em_real/landFilenames
WRFV3/test/em_real/namelist.input
WRFV3/test/em_real/namelist.input.4km
WRFV3/test/em_real/namelist.input.chem
WRFV3/test/em_real/namelist.input.fire
WRFV3/test/em_real/namelist.input.global
WRFV3/test/em_real/namelist.input.jan00
WRFV3/test/em_real/namelist.input.jun01
WRFV3/test/em_real/namelist.input.volc
WRFV3/test/em_real/run_1way.tar
WRFV3/test/em_real/run_2way.tar
WRFV3/test/em_real/run_restart.tar
WRFV3/test/em_real/sample.txt
WRFV3/test/em_quarter_ss/README.quarter_ss
WRFV3/test/em_quarter_ss/input_sounding
WRFV3/test/em_quarter_ss/namelist.input
WRFV3/test/em_quarter_ss/run_me_first.csh
WRFV3/test/em_les/README.les
WRFV3/test/em_les/input_sounding
WRFV3/test/em_les/input_sounding_free
WRFV3/test/em_les/input_sounding_meanwind
WRFV3/test/em_les/namelist.input
WRFV3/test/em_hill2d_x/input_sounding
WRFV3/test/em_hill2d_x/namelist.input
WRFV3/test/em_heldsuarez/README.heldsuarez
WRFV3/test/em_heldsuarez/namelist.input
WRFV3/test/em_grav2d_x/README.grav2d_x
WRFV3/test/em_grav2d_x/input_sounding
WRFV3/test/em_grav2d_x/input_sounding.um=0
WRFV3/test/em_grav2d_x/input_sounding.um=20
WRFV3/test/em_grav2d_x/namelist.input
WRFV3/test/em_grav2d_x/namelist.input.100m
WRFV3/test/em_grav2d_x/namelist.input.200m
WRFV3/test/em_grav2d_x/namelist.input.400m
WRFV3/test/em_fire/README.txt
WRFV3/test/em_fire/create_links.sh
WRFV3/test/em_fire/hill_simple/
WRFV3/test/em_fire/namelist.fire
WRFV3/test/em_fire/two_fires/
WRFV3/test/em_fire/two_fires/input_sounding
WRFV3/test/em_fire/two_fires/namelist.fire
WRFV3/test/em_fire/two_fires/namelist.input
WRFV3/test/em_fire/hill_simple/input_sounding
WRFV3/test/em_fire/hill_simple/namelist.fire
WRFV3/test/em_fire/hill_simple/namelist.input
WRFV3/test/em_esmf_exp/README_WRF_CPL_SST.txt
WRFV3/test/em_esmf_exp/WRF_CPL_SST.tar.gz
WRFV3/test/em_esmf_exp/namelist.input.jan00.ESMFSST
WRFV3/test/em_esmf_exp/namelist.input.jan00.NETCDFSST
WRFV3/test/em_b_wave/input_jet
WRFV3/test/em_b_wave/namelist.input
WRFV3/test/em_b_wave/namelist.input.backwards
WRFV3/test/em_b_wave/run_me_first.csh
WRFV3/test/em_b_wave/run_restart.tar
WRFV3/share/Makefile
WRFV3/share/bobrand.c
WRFV3/share/dfi.F
WRFV3/share/init_modules.F
WRFV3/share/input_wrf.F
WRFV3/share/interp_fcn.F
WRFV3/share/landread.c
WRFV3/share/landread.h
WRFV3/share/mediation_feedback_domain.F
WRFV3/share/mediation_force_domain.F
WRFV3/share/mediation_integrate.F
WRFV3/share/mediation_interp_domain.F
WRFV3/share/mediation_nest_move.F
WRFV3/share/mediation_wrfmain.F
WRFV3/share/module_MPP.F
WRFV3/share/module_bc.F
WRFV3/share/module_bc_time_utilities.F
WRFV3/share/module_check_a_mundo.F
WRFV3/share/module_compute_geop.F
WRFV3/share/module_date_time.F
WRFV3/share/module_get_file_names.F
WRFV3/share/module_interp_fcn.F
WRFV3/share/module_io_domain.F
WRFV3/share/module_io_domain_defs.m4
WRFV3/share/module_io_wrf.F
WRFV3/share/module_llxy.F
WRFV3/share/module_model_constants.F
WRFV3/share/module_optional_input.F
WRFV3/share/module_random.F
WRFV3/share/module_soil_pre.F
WRFV3/share/output_wrf.F
WRFV3/share/set_timekeeping.F
WRFV3/share/set_timekeeping_alarms.m4
WRFV3/share/set_timekeeping_defs.m4
WRFV3/share/setfeenv.c
WRFV3/share/sint.F
WRFV3/share/solve_em.int
WRFV3/share/solve_interface.F
WRFV3/share/solve_nmm.int
WRFV3/share/start_domain.F
WRFV3/share/start_domain_em.int
WRFV3/share/start_domain_nmm.int
WRFV3/share/track_driver.F
WRFV3/share/track_input.F
WRFV3/share/wrf_bdyin.F
WRFV3/share/wrf_bdyout.F
WRFV3/share/wrf_ext_read_field.F
WRFV3/share/wrf_ext_write_field.F
WRFV3/share/wrf_fddaobs_in.F
WRFV3/share/wrf_restartin.F
WRFV3/share/wrf_restartout.F
WRFV3/share/wrf_timeseries.F
WRFV3/share/wrf_tsin.F
WRFV3/run/CAM_ABS_DATA
WRFV3/run/CAM_AEROPT_DATA
WRFV3/run/ETAMPNEW_DATA
WRFV3/run/ETAMPNEW_DATA.expanded_rain
WRFV3/run/ETAMPNEW_DATA.expanded_rain_DBL
WRFV3/run/ETAMPNEW_DATA_DBL
WRFV3/run/GENPARM.TBL
WRFV3/run/LANDUSE.TBL
WRFV3/run/MPTABLE.TBL
WRFV3/run/README.namelist
WRFV3/run/README.tslist
WRFV3/run/RRTMG_LW_DATA
WRFV3/run/RRTMG_LW_DATA_DBL
WRFV3/run/RRTMG_SW_DATA
WRFV3/run/RRTMG_SW_DATA_DBL
WRFV3/run/RRTM_DATA
WRFV3/run/RRTM_DATA_DBL
WRFV3/run/SOILPARM.TBL
WRFV3/run/URBPARM.TBL
WRFV3/run/URBPARM_UZE.TBL
WRFV3/run/VEGPARM.TBL
WRFV3/run/co2_trans
WRFV3/run/grib2map.tbl
WRFV3/run/gribmap.txt
WRFV3/run/ozone.formatted
WRFV3/run/ozone_lat.formatted
WRFV3/run/ozone_plev.formatted
WRFV3/run/tr49t67
WRFV3/run/tr49t85
WRFV3/run/tr67t85
WRFV3/phys/Makefile
WRFV3/phys/fr_sfire_params_args.h
WRFV3/phys/fr_sfire_params_decl.h
WRFV3/phys/module_bl_acm.F
WRFV3/phys/module_bl_boulac.F
WRFV3/phys/module_bl_camuwpbl_driver.F
WRFV3/phys/module_bl_gfs.F
WRFV3/phys/module_bl_gfs2011.F
WRFV3/phys/module_bl_gwdo.F
WRFV3/phys/module_bl_mfshconvpbl.F
WRFV3/phys/module_bl_mrf.F
WRFV3/phys/module_bl_myjpbl.F
WRFV3/phys/module_bl_myjurb.F
WRFV3/phys/module_bl_mynn.F
WRFV3/phys/module_bl_qnsepbl.F
WRFV3/phys/module_bl_qnsepbl09.F
WRFV3/phys/module_bl_temf.F
WRFV3/phys/module_bl_ysu.F
WRFV3/phys/module_cam_bl_diffusion_solver.F
WRFV3/phys/module_cam_bl_eddy_diff.F
WRFV3/phys/module_cam_cldwat.F
WRFV3/phys/module_cam_constituents.F
WRFV3/phys/module_cam_error_function.F
WRFV3/phys/module_cam_esinti.F
WRFV3/phys/module_cam_gffgch.F
WRFV3/phys/module_cam_molec_diff.F
WRFV3/phys/module_cam_physconst.F
WRFV3/phys/module_cam_shr_const_mod.F
WRFV3/phys/module_cam_shr_kind_mod.F
WRFV3/phys/module_cam_support.F
WRFV3/phys/module_cam_trb_mtn_stress.F
WRFV3/phys/module_cam_upper_bc.F
WRFV3/phys/module_cam_wv_saturation.F
WRFV3/phys/module_cu_bmj.F
WRFV3/phys/module_cu_camuwshcu.F
WRFV3/phys/module_cu_camuwshcu_driver.F
WRFV3/phys/module_cu_camzm.F
WRFV3/phys/module_cu_camzm_driver.F
WRFV3/phys/module_cu_g3.F
WRFV3/phys/module_cu_gd.F
WRFV3/phys/module_cu_kf.F
WRFV3/phys/module_cu_kfeta.F
WRFV3/phys/module_cu_nsas.F
WRFV3/phys/module_cu_osas.F
WRFV3/phys/module_cu_sas.F
WRFV3/phys/module_cu_tiedtke.F
WRFV3/phys/module_cumulus_driver.F
WRFV3/phys/module_data_gocart_dust.F
WRFV3/phys/module_diagnostics.F
WRFV3/phys/module_fdda_psufddagd.F
WRFV3/phys/module_fdda_spnudging.F
WRFV3/phys/module_fddagd_driver.F
WRFV3/phys/module_fddaobs_driver.F
WRFV3/phys/module_fddaobs_rtfdda.F
WRFV3/phys/module_fr_sfire_atm.F
WRFV3/phys/module_fr_sfire_core.F
WRFV3/phys/module_fr_sfire_driver.F
WRFV3/phys/module_fr_sfire_driver_wrf.F
WRFV3/phys/module_fr_sfire_model.F
WRFV3/phys/module_fr_sfire_phys.F
WRFV3/phys/module_fr_sfire_util.F
WRFV3/phys/module_gfs_funcphys.F
WRFV3/phys/module_gfs_machine.F
WRFV3/phys/module_gfs_physcons.F
WRFV3/phys/module_gocart_seasalt.F
WRFV3/phys/module_microphysics_driver.F
WRFV3/phys/module_microphysics_zero_out.F
WRFV3/phys/module_mixactivate.F
WRFV3/phys/module_mp_HWRF.F
WRFV3/phys/module_mp_etanew.F
WRFV3/phys/module_mp_etaold.F
WRFV3/phys/module_mp_gsfcgce.F
WRFV3/phys/module_mp_kessler.F
WRFV3/phys/module_mp_lin.F
WRFV3/phys/module_mp_milbrandt2mom.F
WRFV3/phys/module_mp_morr_two_moment.F
WRFV3/phys/module_mp_nssl_2mom.F
WRFV3/phys/module_mp_sbu_ylin.F
WRFV3/phys/module_mp_thompson.F
WRFV3/phys/module_mp_wdm5.F
WRFV3/phys/module_mp_wdm6.F
WRFV3/phys/module_mp_wsm3.F
WRFV3/phys/module_mp_wsm3_accel.F
WRFV3/phys/module_mp_wsm5.F
WRFV3/phys/module_mp_wsm5_accel.F
WRFV3/phys/module_mp_wsm6.F
WRFV3/phys/module_pbl_driver.F
WRFV3/phys/module_physics_addtendc.F
WRFV3/phys/module_physics_init.F
WRFV3/phys/module_progtm.F
WRFV3/phys/module_ra_HWRF.F
WRFV3/phys/module_ra_cam.F
WRFV3/phys/module_ra_cam_support.F
WRFV3/phys/module_ra_flg.F
WRFV3/phys/module_ra_gfdleta.F
WRFV3/phys/module_ra_goddard.F
WRFV3/phys/module_ra_gsfcsw.F
WRFV3/phys/module_ra_hs.F
WRFV3/phys/module_ra_rrtm.F
WRFV3/phys/module_ra_rrtmg_lw.F
WRFV3/phys/module_ra_rrtmg_sw.F
WRFV3/phys/module_ra_sw.F
WRFV3/phys/module_radiation_driver.F
WRFV3/phys/module_sf_bem.F
WRFV3/phys/module_sf_bep.F
WRFV3/phys/module_sf_bep_bem.F
WRFV3/phys/module_sf_gfdl.F
WRFV3/phys/module_sf_gfs.F
WRFV3/phys/module_sf_idealscmsfclay.F
WRFV3/phys/module_sf_myjsfc.F
WRFV3/phys/module_sf_mynn.F
WRFV3/phys/module_sf_noah_seaice.F
WRFV3/phys/module_sf_noah_seaice_drv.F
WRFV3/phys/module_sf_noahdrv.F
WRFV3/phys/module_sf_noahlsm.F
WRFV3/phys/module_sf_noahlsm_glacial_only.F
WRFV3/phys/module_sf_noahmpdrv.F
WRFV3/phys/module_sf_noahmplsm.F
WRFV3/phys/module_sf_oml.F
WRFV3/phys/module_sf_pxlsm.F
WRFV3/phys/module_sf_pxlsm_data.F
WRFV3/phys/module_sf_pxsfclay.F
WRFV3/phys/module_sf_qnsesfc.F
WRFV3/phys/module_sf_ruclsm.F
WRFV3/phys/module_sf_scmflux.F
WRFV3/phys/module_sf_scmskintemp.F
WRFV3/phys/module_sf_sfcdiags.F
WRFV3/phys/module_sf_sfcdiags_ruclsm.F
WRFV3/phys/module_sf_sfclay.F
WRFV3/phys/module_sf_sfclayrev.F
WRFV3/phys/module_sf_slab.F
WRFV3/phys/module_sf_ssib.F
WRFV3/phys/module_sf_sstskin.F
WRFV3/phys/module_sf_temfsfclay.F
WRFV3/phys/module_sf_tmnupdate.F
WRFV3/phys/module_sf_urban.F
WRFV3/phys/module_shallowcu_driver.F
WRFV3/phys/module_surface_driver.F
WRFV3/phys/module_wind_fitch.F
WRFV3/phys/module_wind_generic.F
WRFV3/phys/wsm5.cu.c
WRFV3/phys/wsm5_gpu.cu.c
WRFV3/main/Makefile
WRFV3/main/convert_em.F
WRFV3/main/ideal_em.F
WRFV3/main/ideal_nmm.F
WRFV3/main/module_wrf_top.F
WRFV3/main/ndown_em.F
WRFV3/main/nup_em.F
WRFV3/main/real_em.F
WRFV3/main/real_nmm.F
WRFV3/main/tc_em.F
WRFV3/main/wrf.F
WRFV3/main/wrf_ESMFMod.F
WRFV3/main/wrf_SST_ESMF.F
WRFV3/inc/bench_solve_em_def.h
WRFV3/inc/bench_solve_em_end.h
WRFV3/inc/bench_solve_em_init.h
WRFV3/inc/deref_kludge.h
WRFV3/inc/intio_tags.h
WRFV3/inc/rsl_cpp_flags
WRFV3/inc/streams.h
WRFV3/inc/version_decl
WRFV3/frame/Makefile
WRFV3/frame/collect_on_comm.c
WRFV3/frame/hires_timer.c
WRFV3/frame/libmassv.F
WRFV3/frame/loop_based_x_shift_code.h
WRFV3/frame/loop_based_y_shift_code.h
WRFV3/frame/md_calls.m4
WRFV3/frame/module_alloc_space.h
WRFV3/frame/module_alloc_space_0.F
WRFV3/frame/module_alloc_space_1.F
WRFV3/frame/module_alloc_space_2.F
WRFV3/frame/module_alloc_space_3.F
WRFV3/frame/module_alloc_space_4.F
WRFV3/frame/module_alloc_space_5.F
WRFV3/frame/module_alloc_space_6.F
WRFV3/frame/module_alloc_space_7.F
WRFV3/frame/module_alloc_space_8.F
WRFV3/frame/module_alloc_space_9.F
WRFV3/frame/module_comm_dm.F
WRFV3/frame/module_comm_dm_0.F
WRFV3/frame/module_comm_dm_1.F
WRFV3/frame/module_comm_dm_2.F
WRFV3/frame/module_comm_dm_3.F
WRFV3/frame/module_comm_dm_4.F
WRFV3/frame/module_comm_nesting_dm.F
WRFV3/frame/module_configure.F
WRFV3/frame/module_dm_stubs.F
WRFV3/frame/module_dm_warning
WRFV3/frame/module_domain.F
WRFV3/frame/module_domain_type.F
WRFV3/frame/module_driver_constants.F
WRFV3/frame/module_integrate.F
WRFV3/frame/module_internal_header_util.F
WRFV3/frame/module_io.F
WRFV3/frame/module_io_quilt.F
WRFV3/frame/module_machine.F
WRFV3/frame/module_nesting.F
WRFV3/frame/module_quilt_outbuf_ops.F
WRFV3/frame/module_sm.F
WRFV3/frame/module_streams.F
WRFV3/frame/module_tiles.F
WRFV3/frame/module_timing.F
WRFV3/frame/module_wrf_error.F
WRFV3/frame/nl_access_routines.F
WRFV3/frame/nl_get_0_routines.F
WRFV3/frame/nl_get_1_routines.F
WRFV3/frame/nl_get_2_routines.F
WRFV3/frame/nl_get_3_routines.F
WRFV3/frame/nl_get_4_routines.F
WRFV3/frame/nl_get_5_routines.F
WRFV3/frame/nl_get_6_routines.F
WRFV3/frame/nl_get_7_routines.F
WRFV3/frame/nl_set_0_routines.F
WRFV3/frame/nl_set_1_routines.F
WRFV3/frame/nl_set_2_routines.F
WRFV3/frame/nl_set_3_routines.F
WRFV3/frame/nl_set_4_routines.F
WRFV3/frame/nl_set_5_routines.F
WRFV3/frame/nl_set_6_routines.F
WRFV3/frame/nl_set_7_routines.F
WRFV3/frame/pack_utils.c
WRFV3/frame/wrf_debug.F
WRFV3/frame/wrf_num_bytes_between.c
WRFV3/frame/wrf_shutdown.F
WRFV3/frame/xxx_template_ioapi.F
WRFV3/external/IOAPI
WRFV3/external/Makefile
WRFV3/external/RSL_LITE/
WRFV3/external/atm_ocn/
WRFV3/external/esmf_time_f90/
WRFV3/external/fftpack/
WRFV3/external/io_esmf/
WRFV3/external/io_grib1/
WRFV3/external/io_grib2/
WRFV3/external/io_grib_share/
WRFV3/external/io_int/
WRFV3/external/io_mcel/
WRFV3/external/io_netcdf/
WRFV3/external/io_phdf5/
WRFV3/external/io_pnetcdf/
WRFV3/external/ioapi_share/
WRFV3/external/ioapi_share/makefile
WRFV3/external/ioapi_share/wrf_io_flags.h
WRFV3/external/ioapi_share/wrf_status_codes.h
WRFV3/external/io_pnetcdf/README
WRFV3/external/io_pnetcdf/WRFIO.doc
WRFV3/external/io_pnetcdf/ext_pnc_get_dom_ti.code
WRFV3/external/io_pnetcdf/ext_pnc_get_var_td.code
WRFV3/external/io_pnetcdf/ext_pnc_get_var_ti.code
WRFV3/external/io_pnetcdf/ext_pnc_put_dom_ti.code
WRFV3/external/io_pnetcdf/ext_pnc_put_var_td.code
WRFV3/external/io_pnetcdf/ext_pnc_put_var_ti.code
WRFV3/external/io_pnetcdf/field_routines.F90
WRFV3/external/io_pnetcdf/makefile
WRFV3/external/io_pnetcdf/module_wrfsi_static.F90
WRFV3/external/io_pnetcdf/testWRFRead.F90
WRFV3/external/io_pnetcdf/testWRFWrite.F90
WRFV3/external/io_pnetcdf/transpose.code
WRFV3/external/io_pnetcdf/wrf_io.F90
WRFV3/external/io_phdf5/INSTALL.htm
WRFV3/external/io_phdf5/Makefile
WRFV3/external/io_phdf5/README.phdf5
WRFV3/external/io_phdf5/wrf-phdf5.F90
WRFV3/external/io_phdf5/wrf-phdf5attr.F90
WRFV3/external/io_phdf5/wrf-phdf5attr.F90btg
WRFV3/external/io_phdf5/wrf-phdf5support.F90
WRFV3/external/io_netcdf/README
WRFV3/external/io_netcdf/WRFIO.doc
WRFV3/external/io_netcdf/diffwrf.F90
WRFV3/external/io_netcdf/ext_ncd_get_dom_ti.code
WRFV3/external/io_netcdf/ext_ncd_get_var_td.code
WRFV3/external/io_netcdf/ext_ncd_get_var_ti.code
WRFV3/external/io_netcdf/ext_ncd_put_dom_ti.code
WRFV3/external/io_netcdf/ext_ncd_put_var_td.code
WRFV3/external/io_netcdf/ext_ncd_put_var_ti.code
WRFV3/external/io_netcdf/field_routines.F90
WRFV3/external/io_netcdf/makefile
WRFV3/external/io_netcdf/module_wrfsi_static.F90
WRFV3/external/io_netcdf/testWRFRead.F90
WRFV3/external/io_netcdf/testWRFWrite.F90
WRFV3/external/io_netcdf/transpose.code
WRFV3/external/io_netcdf/vort.F90
WRFV3/external/io_netcdf/wrf_io.F90
WRFV3/external/io_mcel/configure.wrf.example
WRFV3/external/io_mcel/ext_mcel_open_for_read.F90
WRFV3/external/io_mcel/ext_mcel_open_for_write.F90
WRFV3/external/io_mcel/ext_mcel_read_field.F90
WRFV3/external/io_mcel/ext_mcel_write_field.F90
WRFV3/external/io_mcel/io_mcel.F90
WRFV3/external/io_mcel/makefile
WRFV3/external/io_mcel/timeconvert.c
WRFV3/external/io_int/diffwrf.F
WRFV3/external/io_int/io_int.F90
WRFV3/external/io_int/makefile
WRFV3/external/io_grib_share/Makefile
WRFV3/external/io_grib_share/TEST_RESULTS
WRFV3/external/io_grib_share/build/
WRFV3/external/io_grib_share/get_region_center.c
WRFV3/external/io_grib_share/get_region_center.h
WRFV3/external/io_grib_share/gridnav.c
WRFV3/external/io_grib_share/gridnav.h
WRFV3/external/io_grib_share/io_grib_share.F
WRFV3/external/io_grib_share/open_file.c
WRFV3/external/io_grib_share/wrf_io_flags.h
WRFV3/external/io_grib_share/wrf_projection.h
WRFV3/external/io_grib_share/wrf_status_codes.h
WRFV3/external/io_grib_share/build/application_rules.mk
WRFV3/external/io_grib_share/build/binary_rules.mk
WRFV3/external/io_grib_share/build/compile_rules.mk
WRFV3/external/io_grib_share/build/config_rules.mk
WRFV3/external/io_grib_share/build/depend_rules.mk
WRFV3/external/io_grib_share/build/library_rules.mk
WRFV3/external/io_grib_share/build/package_rules.mk
WRFV3/external/io_grib_share/build/script_rules.mk
WRFV3/external/io_grib_share/build/tcl_script_rules.mk
WRFV3/external/io_grib_share/build/utest_rules.mk
WRFV3/external/io_grib_share/build/utility_rules.mk
WRFV3/external/io_grib2/Makefile
WRFV3/external/io_grib2/README.io_grib2
WRFV3/external/io_grib2/bacio-1.3/
WRFV3/external/io_grib2/g2lib/
WRFV3/external/io_grib2/grib2tbls_types.F
WRFV3/external/io_grib2/io_grib2.F
WRFV3/external/io_grib2/read_grib2map.F
WRFV3/external/io_grib2/test_read_grib2map.F
WRFV3/external/io_grib2/g2lib/CHANGES
WRFV3/external/io_grib2/g2lib/Makefile
WRFV3/external/io_grib2/g2lib/README
WRFV3/external/io_grib2/g2lib/addfield.F
WRFV3/external/io_grib2/g2lib/addgrid.F
WRFV3/external/io_grib2/g2lib/addlocal.F
WRFV3/external/io_grib2/g2lib/cmplxpack.F
WRFV3/external/io_grib2/g2lib/compack.F
WRFV3/external/io_grib2/g2lib/comunpack.F
WRFV3/external/io_grib2/g2lib/dec_jpeg2000.c
WRFV3/external/io_grib2/g2lib/dec_png.c
WRFV3/external/io_grib2/g2lib/drstemplates.F
WRFV3/external/io_grib2/g2lib/enc_jpeg2000.c
WRFV3/external/io_grib2/g2lib/enc_png.c
WRFV3/external/io_grib2/g2lib/g2grids.F
WRFV3/external/io_grib2/g2lib/gb_info.F
WRFV3/external/io_grib2/g2lib/gbytesc.F
WRFV3/external/io_grib2/g2lib/gdt2gds.F
WRFV3/external/io_grib2/g2lib/getdim.F
WRFV3/external/io_grib2/g2lib/getfield.F
WRFV3/external/io_grib2/g2lib/getg2i.F
WRFV3/external/io_grib2/g2lib/getg2ir.F
WRFV3/external/io_grib2/g2lib/getgb2.F
WRFV3/external/io_grib2/g2lib/getgb2l.F
WRFV3/external/io_grib2/g2lib/getgb2p.F
WRFV3/external/io_grib2/g2lib/getgb2r.F
WRFV3/external/io_grib2/g2lib/getgb2rp.F
WRFV3/external/io_grib2/g2lib/getgb2s.F
WRFV3/external/io_grib2/g2lib/getidx.F
WRFV3/external/io_grib2/g2lib/getlocal.F
WRFV3/external/io_grib2/g2lib/getpoly.F
WRFV3/external/io_grib2/g2lib/gettemplates.F
WRFV3/external/io_grib2/g2lib/gf_free.F
WRFV3/external/io_grib2/g2lib/gf_getfld.F
WRFV3/external/io_grib2/g2lib/gf_unpack1.F
WRFV3/external/io_grib2/g2lib/gf_unpack2.F
WRFV3/external/io_grib2/g2lib/gf_unpack3.F
WRFV3/external/io_grib2/g2lib/gf_unpack4.F
WRFV3/external/io_grib2/g2lib/gf_unpack5.F
WRFV3/external/io_grib2/g2lib/gf_unpack6.F
WRFV3/external/io_grib2/g2lib/gf_unpack7.F
WRFV3/external/io_grib2/g2lib/grib2.doc
WRFV3/external/io_grib2/g2lib/gribcreate.F
WRFV3/external/io_grib2/g2lib/gribend.F
WRFV3/external/io_grib2/g2lib/gribinfo.F
WRFV3/external/io_grib2/g2lib/gribmod.F
WRFV3/external/io_grib2/g2lib/gridtemplates.F
WRFV3/external/io_grib2/g2lib/ixgb2.F
WRFV3/external/io_grib2/g2lib/jpcpack.F
WRFV3/external/io_grib2/g2lib/jpcunpack.F
WRFV3/external/io_grib2/g2lib/misspack.F
WRFV3/external/io_grib2/g2lib/mkieee.F
WRFV3/external/io_grib2/g2lib/mova2i.c
WRFV3/external/io_grib2/g2lib/pack_gp.F
WRFV3/external/io_grib2/g2lib/params.F
WRFV3/external/io_grib2/g2lib/pdstemplates.F
WRFV3/external/io_grib2/g2lib/pngpack.F
WRFV3/external/io_grib2/g2lib/pngunpack.F
WRFV3/external/io_grib2/g2lib/proto.h
WRFV3/external/io_grib2/g2lib/putgb2.F
WRFV3/external/io_grib2/g2lib/rdieee.F
WRFV3/external/io_grib2/g2lib/realloc.F
WRFV3/external/io_grib2/g2lib/reduce.F
WRFV3/external/io_grib2/g2lib/simpack.F
WRFV3/external/io_grib2/g2lib/simunpack.F
WRFV3/external/io_grib2/g2lib/skgb.F
WRFV3/external/io_grib2/g2lib/specpack.F
WRFV3/external/io_grib2/g2lib/specunpack.F
WRFV3/external/io_grib2/g2lib/utest/
WRFV3/external/io_grib2/g2lib/utest/Makefile
WRFV3/external/io_grib2/g2lib/utest/test_g2lib.F
WRFV3/external/io_grib2/bacio-1.3/Makefile
WRFV3/external/io_grib2/bacio-1.3/README
WRFV3/external/io_grib2/bacio-1.3/bacio.v1.3.c
WRFV3/external/io_grib2/bacio-1.3/baciof.F
WRFV3/external/io_grib2/bacio-1.3/baciof.h
WRFV3/external/io_grib2/bacio-1.3/clib.h
WRFV3/external/io_grib1/MEL_grib1/
WRFV3/external/io_grib1/Makefile
WRFV3/external/io_grib1/README.io_grib1
WRFV3/external/io_grib1/WGRIB/
WRFV3/external/io_grib1/build/
WRFV3/external/io_grib1/diffwrf
WRFV3/external/io_grib1/grib1_routines.c
WRFV3/external/io_grib1/grib1_routines.h
WRFV3/external/io_grib1/grib1_util/
WRFV3/external/io_grib1/gribmap.c
WRFV3/external/io_grib1/gribmap.h
WRFV3/external/io_grib1/io_grib1.F
WRFV3/external/io_grib1/test.grb
WRFV3/external/io_grib1/test_grib1_routines.F
WRFV3/external/io_grib1/test_gribmap.F90
WRFV3/external/io_grib1/test_grid_info.F90
WRFV3/external/io_grib1/test_io_grib1.F
WRFV3/external/io_grib1/test_read_gribmap.c
WRFV3/external/io_grib1/test_write_grib.c
WRFV3/external/io_grib1/trim.c
WRFV3/external/io_grib1/wrf_status_codes.h
WRFV3/external/io_grib1/grib1_util/Makefile
WRFV3/external/io_grib1/grib1_util/alloc_2d.c
WRFV3/external/io_grib1/grib1_util/alloc_2d.h
WRFV3/external/io_grib1/grib1_util/cfortran.h
WRFV3/external/io_grib1/grib1_util/dump
WRFV3/external/io_grib1/grib1_util/gribsize.incl
WRFV3/external/io_grib1/grib1_util/read_grib.c
WRFV3/external/io_grib1/grib1_util/read_grib.h
WRFV3/external/io_grib1/grib1_util/test_advance_time_str.c
WRFV3/external/io_grib1/grib1_util/test_rg_gribmap.c
WRFV3/external/io_grib1/grib1_util/write_grib.c
WRFV3/external/io_grib1/WGRIB/BDSunpk.c
WRFV3/external/io_grib1/WGRIB/Changes
WRFV3/external/io_grib1/WGRIB/Makefile
WRFV3/external/io_grib1/WGRIB/PDS_date.c
WRFV3/external/io_grib1/WGRIB/PDStimes.c
WRFV3/external/io_grib1/WGRIB/README
WRFV3/external/io_grib1/WGRIB/bds.h
WRFV3/external/io_grib1/WGRIB/bms.h
WRFV3/external/io_grib1/WGRIB/cnames.c
WRFV3/external/io_grib1/WGRIB/cnames.h
WRFV3/external/io_grib1/WGRIB/cptectable_254.c
WRFV3/external/io_grib1/WGRIB/dwdtable_002.c
WRFV3/external/io_grib1/WGRIB/dwdtable_201.c
WRFV3/external/io_grib1/WGRIB/dwdtable_202.c
WRFV3/external/io_grib1/WGRIB/dwdtable_203.c
WRFV3/external/io_grib1/WGRIB/ec_ext.c
WRFV3/external/io_grib1/WGRIB/ectable_128.c
WRFV3/external/io_grib1/WGRIB/ectable_129.c
WRFV3/external/io_grib1/WGRIB/ectable_130.c
WRFV3/external/io_grib1/WGRIB/ectable_131.c
WRFV3/external/io_grib1/WGRIB/ectable_140.c
WRFV3/external/io_grib1/WGRIB/ectable_150.c
WRFV3/external/io_grib1/WGRIB/ectable_151.c
WRFV3/external/io_grib1/WGRIB/ectable_160.c
WRFV3/external/io_grib1/WGRIB/ectable_170.c
WRFV3/external/io_grib1/WGRIB/ectable_180.c
WRFV3/external/io_grib1/WGRIB/ensemble.c
WRFV3/external/io_grib1/WGRIB/flt2ieee.c
WRFV3/external/io_grib1/WGRIB/gds.h
WRFV3/external/io_grib1/WGRIB/gds_grid.c
WRFV3/external/io_grib1/WGRIB/grib.h
WRFV3/external/io_grib1/WGRIB/gribtable.c
WRFV3/external/io_grib1/WGRIB/ibm2flt.c
WRFV3/external/io_grib1/WGRIB/intpower.c
WRFV3/external/io_grib1/WGRIB/levels.c
WRFV3/external/io_grib1/WGRIB/missing.c
WRFV3/external/io_grib1/WGRIB/nceptab_129.c
WRFV3/external/io_grib1/WGRIB/nceptab_130.c
WRFV3/external/io_grib1/WGRIB/nceptab_131.c
WRFV3/external/io_grib1/WGRIB/nceptable_opn.c
WRFV3/external/io_grib1/WGRIB/nceptable_reanal.c
WRFV3/external/io_grib1/WGRIB/ombtable.c
WRFV3/external/io_grib1/WGRIB/pds4.h
WRFV3/external/io_grib1/WGRIB/readgrib.c
WRFV3/external/io_grib1/WGRIB/seekgrib.c
WRFV3/external/io_grib1/WGRIB/src2all
WRFV3/external/io_grib1/WGRIB/wgrib_main.c
WRFV3/external/io_grib1/WGRIB/wrtieee.c
WRFV3/external/io_grib1/MEL_grib1/FTP_getfile.c
WRFV3/external/io_grib1/MEL_grib1/Makefile
WRFV3/external/io_grib1/MEL_grib1/README
WRFV3/external/io_grib1/MEL_grib1/apply_bitmap.c
WRFV3/external/io_grib1/MEL_grib1/display_gribhdr.c
WRFV3/external/io_grib1/MEL_grib1/dprints.h
WRFV3/external/io_grib1/MEL_grib1/gbyte.c
WRFV3/external/io_grib1/MEL_grib1/grib.h
WRFV3/external/io_grib1/MEL_grib1/grib_dec.c
WRFV3/external/io_grib1/MEL_grib1/grib_enc.c
WRFV3/external/io_grib1/MEL_grib1/grib_lookup.h
WRFV3/external/io_grib1/MEL_grib1/grib_seek.c
WRFV3/external/io_grib1/MEL_grib1/grib_uthin.c
WRFV3/external/io_grib1/MEL_grib1/gribfuncs.h
WRFV3/external/io_grib1/MEL_grib1/gribgetbds.c
WRFV3/external/io_grib1/MEL_grib1/gribgetbms.c
WRFV3/external/io_grib1/MEL_grib1/gribgetgds.c
WRFV3/external/io_grib1/MEL_grib1/gribgetpds.c
WRFV3/external/io_grib1/MEL_grib1/gribhdr2file.c
WRFV3/external/io_grib1/MEL_grib1/gribputbds.c
WRFV3/external/io_grib1/MEL_grib1/gribputgds.c
WRFV3/external/io_grib1/MEL_grib1/gribputpds.c
WRFV3/external/io_grib1/MEL_grib1/hdr_print.c
WRFV3/external/io_grib1/MEL_grib1/init_dec_struct.c
WRFV3/external/io_grib1/MEL_grib1/init_enc_struct.c
WRFV3/external/io_grib1/MEL_grib1/init_gribhdr.c
WRFV3/external/io_grib1/MEL_grib1/init_struct.c
WRFV3/external/io_grib1/MEL_grib1/input.h
WRFV3/external/io_grib1/MEL_grib1/isdb.h
WRFV3/external/io_grib1/MEL_grib1/ld_dec_lookup.c
WRFV3/external/io_grib1/MEL_grib1/ld_enc_input.c
WRFV3/external/io_grib1/MEL_grib1/ld_enc_lookup.c
WRFV3/external/io_grib1/MEL_grib1/ld_grib_origctrs.c
WRFV3/external/io_grib1/MEL_grib1/make_default_grbfn.c
WRFV3/external/io_grib1/MEL_grib1/make_grib_log.c
WRFV3/external/io_grib1/MEL_grib1/map_lvl.c
WRFV3/external/io_grib1/MEL_grib1/map_parm.c
WRFV3/external/io_grib1/MEL_grib1/pack_spatial.c
WRFV3/external/io_grib1/MEL_grib1/prt_badmsg.c
WRFV3/external/io_grib1/MEL_grib1/prt_inp_struct.c
WRFV3/external/io_grib1/MEL_grib1/set_bytes.c
WRFV3/external/io_grib1/MEL_grib1/swap.c
WRFV3/external/io_grib1/MEL_grib1/test_set_bytes.c
WRFV3/external/io_grib1/MEL_grib1/upd_child_errmsg.c
WRFV3/external/io_esmf/README.io_esmf
WRFV3/external/io_esmf/TODO.list
WRFV3/external/io_esmf/ext_esmf_open_for_read.F90
WRFV3/external/io_esmf/ext_esmf_open_for_write.F90
WRFV3/external/io_esmf/ext_esmf_read_field.F90
WRFV3/external/io_esmf/ext_esmf_write_field.F90
WRFV3/external/io_esmf/io_esmf.F90
WRFV3/external/io_esmf/makefile
WRFV3/external/io_esmf/module_esmf_extensions.F90
WRFV3/external/io_esmf/module_symbols_util.F90
WRFV3/external/io_esmf/module_utility.F90
WRFV3/external/fftpack/77to90.csh
WRFV3/external/fftpack/README
WRFV3/external/fftpack/convert.f90
WRFV3/external/fftpack/fftpack5/
WRFV3/external/fftpack/fftpack5/Makefile
WRFV3/external/fftpack/fftpack5/Makefile-orig
WRFV3/external/fftpack/fftpack5/README
WRFV3/external/fftpack/fftpack5/c1f2kb.F
WRFV3/external/fftpack/fftpack5/c1f2kf.F
WRFV3/external/fftpack/fftpack5/c1f3kb.F
WRFV3/external/fftpack/fftpack5/c1f3kf.F
WRFV3/external/fftpack/fftpack5/c1f4kb.F
WRFV3/external/fftpack/fftpack5/c1f4kf.F
WRFV3/external/fftpack/fftpack5/c1f5kb.F
WRFV3/external/fftpack/fftpack5/c1f5kf.F
WRFV3/external/fftpack/fftpack5/c1fgkb.F
WRFV3/external/fftpack/fftpack5/c1fgkf.F
WRFV3/external/fftpack/fftpack5/c1fm1b.F
WRFV3/external/fftpack/fftpack5/c1fm1f.F
WRFV3/external/fftpack/fftpack5/cfft1b.F
WRFV3/external/fftpack/fftpack5/cfft1f.F
WRFV3/external/fftpack/fftpack5/cfft1i.F
WRFV3/external/fftpack/fftpack5/cfft2b.F
WRFV3/external/fftpack/fftpack5/cfft2f.F
WRFV3/external/fftpack/fftpack5/cfft2i.F
WRFV3/external/fftpack/fftpack5/cfftmb.F
WRFV3/external/fftpack/fftpack5/cfftmf.F
WRFV3/external/fftpack/fftpack5/cfftmi.F
WRFV3/external/fftpack/fftpack5/cmf2kb.F
WRFV3/external/fftpack/fftpack5/cmf2kf.F
WRFV3/external/fftpack/fftpack5/cmf3kb.F
WRFV3/external/fftpack/fftpack5/cmf3kf.F
WRFV3/external/fftpack/fftpack5/cmf4kb.F
WRFV3/external/fftpack/fftpack5/cmf4kf.F
WRFV3/external/fftpack/fftpack5/cmf5kb.F
WRFV3/external/fftpack/fftpack5/cmf5kf.F
WRFV3/external/fftpack/fftpack5/cmfgkb.F
WRFV3/external/fftpack/fftpack5/cmfgkf.F
WRFV3/external/fftpack/fftpack5/cmfm1b.F
WRFV3/external/fftpack/fftpack5/cmfm1f.F
WRFV3/external/fftpack/fftpack5/cosq1b.F
WRFV3/external/fftpack/fftpack5/cosq1f.F
WRFV3/external/fftpack/fftpack5/cosq1i.F
WRFV3/external/fftpack/fftpack5/cosqb1.F
WRFV3/external/fftpack/fftpack5/cosqf1.F
WRFV3/external/fftpack/fftpack5/cosqmb.F
WRFV3/external/fftpack/fftpack5/cosqmf.F
WRFV3/external/fftpack/fftpack5/cosqmi.F
WRFV3/external/fftpack/fftpack5/cost1b.F
WRFV3/external/fftpack/fftpack5/cost1f.F
WRFV3/external/fftpack/fftpack5/cost1i.F
WRFV3/external/fftpack/fftpack5/costb1.F
WRFV3/external/fftpack/fftpack5/costf1.F
WRFV3/external/fftpack/fftpack5/costmb.F
WRFV3/external/fftpack/fftpack5/costmf.F
WRFV3/external/fftpack/fftpack5/costmi.F
WRFV3/external/fftpack/fftpack5/factor.F
WRFV3/external/fftpack/fftpack5/mcfti1.F
WRFV3/external/fftpack/fftpack5/mcsqb1.F
WRFV3/external/fftpack/fftpack5/mcsqf1.F
WRFV3/external/fftpack/fftpack5/mcstb1.F
WRFV3/external/fftpack/fftpack5/mcstf1.F
WRFV3/external/fftpack/fftpack5/mradb2.F
WRFV3/external/fftpack/fftpack5/mradb3.F
WRFV3/external/fftpack/fftpack5/mradb4.F
WRFV3/external/fftpack/fftpack5/mradb5.F
WRFV3/external/fftpack/fftpack5/mradbg.F
WRFV3/external/fftpack/fftpack5/mradf2.F
WRFV3/external/fftpack/fftpack5/mradf3.F
WRFV3/external/fftpack/fftpack5/mradf4.F
WRFV3/external/fftpack/fftpack5/mradf5.F
WRFV3/external/fftpack/fftpack5/mradfg.F
WRFV3/external/fftpack/fftpack5/mrftb1.F
WRFV3/external/fftpack/fftpack5/mrftf1.F
WRFV3/external/fftpack/fftpack5/mrfti1.F
WRFV3/external/fftpack/fftpack5/msntb1.F
WRFV3/external/fftpack/fftpack5/msntf1.F
WRFV3/external/fftpack/fftpack5/r1f2kb.F
WRFV3/external/fftpack/fftpack5/r1f2kf.F
WRFV3/external/fftpack/fftpack5/r1f3kb.F
WRFV3/external/fftpack/fftpack5/r1f3kf.F
WRFV3/external/fftpack/fftpack5/r1f4kb.F
WRFV3/external/fftpack/fftpack5/r1f4kf.F
WRFV3/external/fftpack/fftpack5/r1f5kb.F
WRFV3/external/fftpack/fftpack5/r1f5kf.F
WRFV3/external/fftpack/fftpack5/r1fgkb.F
WRFV3/external/fftpack/fftpack5/r1fgkf.F
WRFV3/external/fftpack/fftpack5/rfft1b.F
WRFV3/external/fftpack/fftpack5/rfft1f.F
WRFV3/external/fftpack/fftpack5/rfft1i.F
WRFV3/external/fftpack/fftpack5/rfft2b.F
WRFV3/external/fftpack/fftpack5/rfft2f.F
WRFV3/external/fftpack/fftpack5/rfft2i.F
WRFV3/external/fftpack/fftpack5/rfftb1.F
WRFV3/external/fftpack/fftpack5/rfftf1.F
WRFV3/external/fftpack/fftpack5/rffti1.F
WRFV3/external/fftpack/fftpack5/rfftmb.F
WRFV3/external/fftpack/fftpack5/rfftmf.F
WRFV3/external/fftpack/fftpack5/rfftmi.F
WRFV3/external/fftpack/fftpack5/sinq1b.F
WRFV3/external/fftpack/fftpack5/sinq1f.F
WRFV3/external/fftpack/fftpack5/sinq1i.F
WRFV3/external/fftpack/fftpack5/sinqmb.F
WRFV3/external/fftpack/fftpack5/sinqmf.F
WRFV3/external/fftpack/fftpack5/sinqmi.F
WRFV3/external/fftpack/fftpack5/sint1b.F
WRFV3/external/fftpack/fftpack5/sint1f.F
WRFV3/external/fftpack/fftpack5/sint1i.F
WRFV3/external/fftpack/fftpack5/sintb1.F
WRFV3/external/fftpack/fftpack5/sintf1.F
WRFV3/external/fftpack/fftpack5/sintmb.F
WRFV3/external/fftpack/fftpack5/sintmf.F
WRFV3/external/fftpack/fftpack5/sintmi.F
WRFV3/external/fftpack/fftpack5/tables.F
WRFV3/external/fftpack/fftpack5/xercon.F
WRFV3/external/fftpack/fftpack5/xerfft.F
WRFV3/external/esmf_time_f90/ESMF_Alarm.F90
WRFV3/external/esmf_time_f90/ESMF_AlarmClock.F90
WRFV3/external/esmf_time_f90/ESMF_Base.F90
WRFV3/external/esmf_time_f90/ESMF_BaseTime.F90
WRFV3/external/esmf_time_f90/ESMF_Calendar.F90
WRFV3/external/esmf_time_f90/ESMF_Clock.F90
WRFV3/external/esmf_time_f90/ESMF_Fraction.F90
WRFV3/external/esmf_time_f90/ESMF_Macros.inc
WRFV3/external/esmf_time_f90/ESMF_Mod.F90
WRFV3/external/esmf_time_f90/ESMF_Stubs.F90
WRFV3/external/esmf_time_f90/ESMF_Time.F90
WRFV3/external/esmf_time_f90/ESMF_TimeInterval.F90
WRFV3/external/esmf_time_f90/ESMF_TimeMgr.inc
WRFV3/external/esmf_time_f90/Makefile
WRFV3/external/esmf_time_f90/Meat.F90
WRFV3/external/esmf_time_f90/Test1.F90
WRFV3/external/esmf_time_f90/Test1.out.correct
WRFV3/external/esmf_time_f90/module_symbols_util.F90
WRFV3/external/esmf_time_f90/module_utility.F90
WRFV3/external/esmf_time_f90/testall.csh
WRFV3/external/atm_ocn/Makefile
WRFV3/external/atm_ocn/atm_comm.F
WRFV3/external/atm_ocn/atm_comm_pom.F
WRFV3/external/atm_ocn/atm_tiles.F
WRFV3/external/atm_ocn/cmpcomm.F
WRFV3/external/atm_ocn/module_PATCH_QUILT.F
WRFV3/external/atm_ocn/mpi_more.F
WRFV3/external/RSL_LITE/buf_for_proc.c
WRFV3/external/RSL_LITE/c_code.c
WRFV3/external/RSL_LITE/cycle.c
WRFV3/external/RSL_LITE/f_pack.F90
WRFV3/external/RSL_LITE/f_xpose.F90
WRFV3/external/RSL_LITE/gen_comms.c
WRFV3/external/RSL_LITE/makefile
WRFV3/external/RSL_LITE/module_dm.F
WRFV3/external/RSL_LITE/period.c
WRFV3/external/RSL_LITE/rsl_bcast.c
WRFV3/external/RSL_LITE/rsl_lite.h
WRFV3/external/RSL_LITE/rsl_malloc.c
WRFV3/external/RSL_LITE/swap.c
WRFV3/external/RSL_LITE/task_for_point.c
WRFV3/external/RSL_LITE/tfp_tester.F
WRFV3/dyn_nmm/BALANCE_COMS.F
WRFV3/dyn_nmm/BALANCE_PARS.F
WRFV3/dyn_nmm/BUCKETS.F
WRFV3/dyn_nmm/CLTEND.F
WRFV3/dyn_nmm/DSTRB.F
WRFV3/dyn_nmm/Makefile
WRFV3/dyn_nmm/NMM_NEST_UTILS1.F
WRFV3/dyn_nmm/RDTEMP.F
WRFV3/dyn_nmm/adve_optim.h
WRFV3/dyn_nmm/adve_orig.h
WRFV3/dyn_nmm/init_modules_nmm.F
WRFV3/dyn_nmm/module_ADVECTION.F
WRFV3/dyn_nmm/module_BC_NMM.F
WRFV3/dyn_nmm/module_BNDRY_COND.F
WRFV3/dyn_nmm/module_CLDWTR.F
WRFV3/dyn_nmm/module_CTLBLK.F
WRFV3/dyn_nmm/module_DIFFUSION_NMM.F
WRFV3/dyn_nmm/module_GWD.F
WRFV3/dyn_nmm/module_HIFREQ.F
WRFV3/dyn_nmm/module_IGWAVE_ADJUST.F
WRFV3/dyn_nmm/module_INDX.F
WRFV3/dyn_nmm/module_MPP.F
WRFV3/dyn_nmm/module_MPPINIT.F
WRFV3/dyn_nmm/module_NEST_UTIL.F
WRFV3/dyn_nmm/module_NONHY_DYNAM.F
WRFV3/dyn_nmm/module_PHYSICS_CALLS.F
WRFV3/dyn_nmm/module_PRECIP_ADJUST.F
WRFV3/dyn_nmm/module_SMOOTH_TERRAIN.F
WRFV3/dyn_nmm/module_TERRAIN.F
WRFV3/dyn_nmm/module_TIMERS.F
WRFV3/dyn_nmm/module_ZEROX.F
WRFV3/dyn_nmm/module_initialize_real.F
WRFV3/dyn_nmm/module_initialize_tropical_cyclone.F
WRFV3/dyn_nmm/module_si_io_nmm.F
WRFV3/dyn_nmm/nmm_loop_basemacros.h
WRFV3/dyn_nmm/nmm_loop_macros.h
WRFV3/dyn_nmm/shift_domain_nmm.F
WRFV3/dyn_nmm/solve_nmm.F
WRFV3/dyn_nmm/start_domain_nmm.F
WRFV3/dyn_exp/Makefile
WRFV3/dyn_exp/README
WRFV3/dyn_exp/init_modules_exp.F
WRFV3/dyn_exp/module_exp.F
WRFV3/dyn_exp/module_initialize_exp.F
WRFV3/dyn_exp/solve_exp.F
WRFV3/dyn_em/Makefile
WRFV3/dyn_em/README.tenddec
WRFV3/dyn_em/adapt_timestep_em.F
WRFV3/dyn_em/couple_or_uncouple_em.F
WRFV3/dyn_em/init_modules_em.F
WRFV3/dyn_em/interp_domain_em.F
WRFV3/dyn_em/module_advect_em.F
WRFV3/dyn_em/module_avgflx_em.F
WRFV3/dyn_em/module_bc_em.F
WRFV3/dyn_em/module_big_step_utilities_em.F
WRFV3/dyn_em/module_convtrans_prep.F
WRFV3/dyn_em/module_damping_em.F
WRFV3/dyn_em/module_diffusion_em.F
WRFV3/dyn_em/module_em.F
WRFV3/dyn_em/module_first_rk_step_part1.F
WRFV3/dyn_em/module_first_rk_step_part2.F
WRFV3/dyn_em/module_force_scm.F
WRFV3/dyn_em/module_init_utilities.F
WRFV3/dyn_em/module_initialize_b_wave.F
WRFV3/dyn_em/module_initialize_fire.F
WRFV3/dyn_em/module_initialize_grav2d_x.F
WRFV3/dyn_em/module_initialize_heldsuarez.F
WRFV3/dyn_em/module_initialize_hill2d_x.F
WRFV3/dyn_em/module_initialize_les.F
WRFV3/dyn_em/module_initialize_quarter_ss.F
WRFV3/dyn_em/module_initialize_real.F
WRFV3/dyn_em/module_initialize_scm_xy.F
WRFV3/dyn_em/module_initialize_seabreeze2d_x.F
WRFV3/dyn_em/module_initialize_squall2d_x.F
WRFV3/dyn_em/module_initialize_squall2d_y.F
WRFV3/dyn_em/module_initialize_tropical_cyclone.F
WRFV3/dyn_em/module_polarfft.F
WRFV3/dyn_em/module_positive_definite.F
WRFV3/dyn_em/module_sfs_driver.F
WRFV3/dyn_em/module_sfs_nba.F
WRFV3/dyn_em/module_small_step_em.F
WRFV3/dyn_em/module_solvedebug_em.F
WRFV3/dyn_em/module_stoch.F
WRFV3/dyn_em/module_wps_io_arw.F
WRFV3/dyn_em/namelist_remappings_em.h
WRFV3/dyn_em/nest_init_utils.F
WRFV3/dyn_em/shift_domain_em.F
WRFV3/dyn_em/solve_em.F
WRFV3/dyn_em/start_em.F
WRFV3/arch/Config.pl
WRFV3/arch/Config_new.pl
WRFV3/arch/Config_old.pl
WRFV3/arch/README.canonical_stanza
WRFV3/arch/SOURCEME_WINCCS_WRF
WRFV3/arch/archive_configure.defaults
WRFV3/arch/conf_tokens
WRFV3/arch/config_old
WRFV3/arch/configure_new.defaults
WRFV3/arch/configure_old.defaults
WRFV3/arch/cray_csd.sed
WRFV3/arch/md_calls.inc
WRFV3/arch/no_file_line.sed
WRFV3/arch/noopt_exceptions
WRFV3/arch/noopt_exceptions_f
WRFV3/arch/postamble_new
WRFV3/arch/postamble_old
WRFV3/arch/preamble_new
WRFV3/arch/preamble_old
WRFV3/arch/standard.sed
WRFV3/arch/win_mpif.h
WRFV3/Registry/Registry.CONVERT
WRFV3/Registry/Registry.EM
WRFV3/Registry/Registry.EM_CHEM
WRFV3/Registry/Registry.EM_COMMON
WRFV3/Registry/Registry.NMM
WRFV3/Registry/Registry.NMM_CHEM
WRFV3/Registry/Registry.NMM_HWRF
WRFV3/Registry/Registry.NMM_NEST
WRFV3/Registry/Registry.wrfvar
WRFV3/Registry/registry.avgflx
WRFV3/Registry/registry.cam
WRFV3/Registry/registry.chem
WRFV3/Registry/registry.dimspec
WRFV3/Registry/registry.fire
WRFV3/Registry/registry.io_boilerplate
WRFV3/Registry/registry.les
WRFV3/Registry/registry.ssib
WRFV3/Registry/registry.stoch
checking for perl5... no
checking for perl... found /usr/bin/perl (perl)
Will use NETCDF in dir: /usr
PHDF5 not set in environment. Will configure WRF for use without.
which: no timex in (/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib64/java/bin:/usr/lib64/java/jre/bin:/usr/lib64/java/bin:/usr/lib64/kde4/libexec:/usr/lib64/qt/bin:/usr/share/texmf/bin:.)


More information about the Wrf-users mailing list