<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hi <br><br>I'm trying to compile wps using the precompiled beta version 6.1.0. of NCL (i have no problem with version 6.0.0)<br><br>Ugo<br><br>here my configure file <br><br><br># configure.wps<br>#<br># This file was automatically generated by the configure script in the<br># top level directory. You may make changes to the settings in this<br># file but be aware they will be overwritten each time you run configure.<br># Ordinarily, it is necessary to run configure once, when the code is<br># first installed.<br>#<br># To permanently change options, change the settings for your platform<br># in the file arch/configure.defaults, the preamble, and the postamble -<br># then rerun configure.<br>#<br><br>.SUFFIXES: .F .f .c .o<br><br>SHELL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /bin/sh<br><br>NCARG_LIBS&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =&nbsp;&nbsp;&nbsp; -L$(NCARG_ROOT)/lib -lncarg -lncarg_gks -lncarg_c \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; -L/usr/X11R6/lib -lX11<br><br>NCARG_LIBS2&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =&nbsp;&nbsp;&nbsp; # May be overridden by architecture specific value below<br><br>FDEFS&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =&nbsp;&nbsp;&nbsp; -DUSE_JPEG2000 -DUSE_PNG<br><br># Listing of options that are usually independent of machine type.<br># When necessary, these are over-ridden by each architecture.<br><br>ARFLAGS&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =&nbsp;&nbsp;&nbsp; <br><br>PERL&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =&nbsp;&nbsp;&nbsp; perl<br><br>RANLIB&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =&nbsp;&nbsp;&nbsp; echo<br><br>WRF_DIR&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =&nbsp;&nbsp;&nbsp; ../WRFV3<br><br>WRF_INCLUDE&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -I$(WRF_DIR)/external/io_netcdf \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -I$(WRF_DIR)/external/io_grib_share \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -I$(WRF_DIR)/external/io_grib1 \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -I$(WRF_DIR)/external/io_int \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -I$(WRF_DIR)/inc<br><br>WRF_LIB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -L$(WRF_DIR)/external/io_grib1 -lio_grib1 \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -L$(WRF_DIR)/external/io_grib_share -lio_grib_share \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -L$(WRF_DIR)/external/io_int -lwrfio_int \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -L$(WRF_DIR)/external/io_netcdf -lwrfio_nf \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -L$(NETCDF)/lib&nbsp; -lnetcdf<br><br>#### Architecture specific settings ####<br><br>COMPRESSION_LIBS&nbsp;&nbsp;&nbsp; =&nbsp; # intentionally left blank, fill in COMPRESSION_LIBS below<br><br>COMPRESSION_INC&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =&nbsp; # intentionally left blank, fill in COMPRESSION_INC below<br><br>#<br>#&nbsp;&nbsp; Settings for Linux x86_64, gfortran&nbsp;&nbsp;&nbsp; (dmpar) <br>#<br>#<br>COMPRESSION_LIBS&nbsp;&nbsp;&nbsp; = -L/usr/lib64 -ljasper -lpng -lz<br>COMPRESSION_INC&nbsp;&nbsp;&nbsp;&nbsp; = -I/usr/include/jasper<br>FDEFS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = -DUSE_JPEG2000 -DUSE_PNG<br>SFC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = gfortran<br>SCC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = gcc<br>DM_FC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = mpif90 -f90=gfortran<br>DM_CC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = mpicc -cc=gcc <br>FC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = $(DM_FC) <br>CC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = $(DM_CC)<br>LD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = $(FC)<br>FFLAGS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = -ffree-form -O -fconvert=big-endian -frecord-marker=4<br>F77FLAGS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = -ffixed-form -O -fconvert=big-endian -frecord-marker=4<br>FCSUFFIX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = <br>FNGFLAGS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = $(FFLAGS)<br>LDFLAGS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =<br>CFLAGS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =<br>CPP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = /usr/bin/cpp -C -P -traditional<br>CPPFLAGS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI<br>RANLIB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = ranlib <br><br>########################################################################################################################<br>#<br>#&nbsp;&nbsp;&nbsp; Macros, these should be generic for all machines<br><br>LN&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =&nbsp;&nbsp;&nbsp; ln -sf<br>MAKE&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =&nbsp;&nbsp;&nbsp; make -i -r<br>RM&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; = &nbsp;&nbsp;&nbsp; /bin/rm -f<br>CP&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; = &nbsp;&nbsp;&nbsp; /bin/cp<br>AR&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =&nbsp;&nbsp;&nbsp; ar ru<br><br>.IGNORE:<br>.SUFFIXES: .c .f .F .o<br><br>#&nbsp;&nbsp;&nbsp; There is probably no reason to modify these rules<br><br>.c.o:<br>&nbsp;&nbsp;&nbsp; $(RM) $@<br>&nbsp;&nbsp;&nbsp; $(CC) $(CPPFLAGS) $(CFLAGS) -c $&lt;&nbsp;&nbsp;&nbsp; <br><br>.f.o:<br>&nbsp;&nbsp;&nbsp; $(RM) $@ $*.mod<br>&nbsp;&nbsp;&nbsp; $(FC) $(F77FLAGS) -c $&lt; $(WRF_INCLUDE)<br><br>.F.o:<br>&nbsp;&nbsp;&nbsp; $(RM) $@ $*.mod<br>&nbsp;&nbsp;&nbsp; $(CPP) $(CPPFLAGS) $(FDEFS) $(WRF_INCLUDE) $&lt; &gt; $*.f90<br>&nbsp;&nbsp;&nbsp; $(FC) $(FFLAGS) -c $*.f90 $(WRF_INCLUDE)<br>#&nbsp;&nbsp;&nbsp; $(RM) $*.f90<br><br><br><br>here my log<br><br>**** Compiling WPS and all utilities ****<br>&nbsp;<br>make[1]: Entering directory `/usr/local/bin/WPS/geogrid/src'<br>/bin/rm -f cio.o<br>mpicc -cc=gcc&nbsp; -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID&nbsp; -c cio.c&nbsp;&nbsp;&nbsp; <br>/bin/rm -f wrf_debug.o wrf_debug.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc wrf_debug.F &gt; wrf_debug.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c wrf_debug.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f parallel_module.o parallel_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc parallel_module.F &gt; parallel_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c parallel_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f module_debug.o module_debug.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc module_debug.F &gt; module_debug.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c module_debug.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f bitarray_module.o bitarray_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc bitarray_module.F &gt; bitarray_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c bitarray_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f constants_module.o constants_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc constants_module.F &gt; constants_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c constants_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f module_stringutil.o module_stringutil.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc module_stringutil.F &gt; module_stringutil.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c module_stringutil.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f hash_module.o hash_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc hash_module.F &gt; hash_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c hash_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f misc_definitions_module.o misc_definitions_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc misc_definitions_module.F &gt; misc_definitions_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c misc_definitions_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f gridinfo_module.o gridinfo_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc gridinfo_module.F &gt; gridinfo_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c gridinfo_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f module_map_utils.o module_map_utils.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc module_map_utils.F &gt; module_map_utils.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c module_map_utils.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f list_module.o list_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc list_module.F &gt; list_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c list_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f llxy_module.o llxy_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc llxy_module.F &gt; llxy_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c llxy_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f source_data_module.o source_data_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc source_data_module.F &gt; source_data_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c source_data_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f output_module.o output_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc output_module.F &gt; output_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c output_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f queue_module.o queue_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc queue_module.F &gt; queue_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c queue_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f interp_module.o interp_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc interp_module.F &gt; interp_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c interp_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f proc_point_module.o proc_point_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc proc_point_module.F &gt; proc_point_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c proc_point_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f smooth_module.o smooth_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc smooth_module.F &gt; smooth_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c smooth_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f process_tile_module.o process_tile_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc process_tile_module.F &gt; process_tile_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c process_tile_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f geogrid.o geogrid.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc geogrid.F &gt; geogrid.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c geogrid.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f read_geogrid.o<br>mpicc -cc=gcc&nbsp; -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID&nbsp; -c read_geogrid.c&nbsp;&nbsp;&nbsp; <br>read_geogrid.c:23:1: warning: "BIG_ENDIAN" redefined<br>In file included from /usr/include/sys/types.h:217,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from /usr/include/stdlib.h:320,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from read_geogrid.c:12:<br>/usr/include/endian.h:47:1: warning: this is the location of the previous definition<br>read_geogrid.c:24:1: warning: "LITTLE_ENDIAN" redefined<br>/usr/include/endian.h:46:1: warning: this is the location of the previous definition<br>read_geogrid.c: In function ‘read_geogrid_’:<br>read_geogrid.c:123: warning: left shift count &gt;= width of type<br>mpif90 -f90=gfortran&nbsp;&nbsp; -o geogrid.exe cio.o wrf_debug.o bitarray_module.o constants_module.o module_stringutil.o geogrid.o gridinfo_module.o hash_module.o interp_module.o list_module.o llxy_module.o misc_definitions_module.o module_debug.o module_map_utils.o output_module.o parallel_module.o process_tile_module.o proc_point_module.o queue_module.o read_geogrid.o smooth_module.o source_data_module.o \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; /usr/local/bin/WPS/../WRFV3/frame/module_driver_constants.o \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; /usr/local/bin/WPS/../WRFV3/frame/pack_utils.o /usr/local/bin/WPS/../WRFV3/frame/module_machine.o \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; /usr/local/bin/WPS/../WRFV3/frame/module_internal_header_util.o \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; -L/usr/local/bin/WPS/../WRFV3/external/io_grib1 -lio_grib1 -L/usr/local/bin/WPS/../WRFV3/external/io_grib_share -lio_grib_share -L/usr/local/bin/WPS/../WRFV3/external/io_int -lwrfio_int -L/usr/local/bin/WPS/../WRFV3/external/io_netcdf -lwrfio_nf -L/usr/lib&nbsp; -lnetcdf \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>make[1]: Leaving directory `/usr/local/bin/WPS/geogrid/src'<br>( cd src/ngl ; make -i -r DEV_TOP="/usr/local/bin/WPS" CC="gcc" FC="gfortran" RANLIB="ranlib " all )<br>make[1]: Entering directory `/usr/local/bin/WPS/ungrib/src/ngl'<br>( cd w3 ; make -i -r DEV_TOP="/usr/local/bin/WPS" all ; ranlib&nbsp; libw3.a )<br>make[2]: Entering directory `/usr/local/bin/WPS/ungrib/src/ngl/w3'<br>Makefile:44: warning: overriding commands for target `.f.o'<br>/usr/local/bin/WPS/configure.wps:98: warning: ignoring old commands for target `.f.o'<br>Makefile:48: warning: overriding commands for target `.c.o'<br>/usr/local/bin/WPS/configure.wps:94: warning: ignoring old commands for target `.c.o'<br>/bin/rm -f bacio_module.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c bacio_module.f <br>/bin/rm -f getgb.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c getgb.f <br>/bin/rm -f getgbmh.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c getgbmh.f <br>/bin/rm -f putgbex.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c putgbex.f <br>/bin/rm -f w3fi73.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c w3fi73.f <br>/bin/rm -f getgb1r.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c getgb1r.f <br>/bin/rm -f getgbmp.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c getgbmp.f <br>/bin/rm -f putgbn.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c putgbn.f <br>/bin/rm -f w3fi74.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c w3fi74.f <br>/bin/rm -f getgb1re.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c getgb1re.f <br>/bin/rm -f getgbp.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c getgbp.f <br>/bin/rm -f r63w72.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c r63w72.f <br>/bin/rm -f w3fi75.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c w3fi75.f <br>/bin/rm -f getgb1s.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c getgb1s.f <br>/bin/rm -f getgi.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c getgi.f <br>/bin/rm -f sbyte.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c sbyte.f <br>/bin/rm -f w3fi76.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c w3fi76.f <br>/bin/rm -f getgbe.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c getgbe.f <br>/bin/rm -f getgir.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c getgir.f <br>/bin/rm -f sbytes.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c sbytes.f <br>/bin/rm -f w3fi82.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c w3fi82.f <br>/bin/rm -f getgbeh.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c getgbeh.f <br>/bin/rm -f idsdef.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c idsdef.f <br>/bin/rm -f w3fi83.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c w3fi83.f <br>/bin/rm -f getgbem.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c getgbem.f <br>/bin/rm -f iw3jdn.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c iw3jdn.f <br>/bin/rm -f w3difdat.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c w3difdat.f <br>/bin/rm -f w3fs26.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c w3fs26.f <br>/bin/rm -f getgbemh.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c getgbemh.f <br>/bin/rm -f ixgb.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c ixgb.f <br>/bin/rm -f w3doxdat.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c w3doxdat.f <br>/bin/rm -f w3log.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c w3log.f <br>/bin/rm -f getgbemp.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c getgbemp.f <br>/bin/rm -f lengds.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c lengds.f <br>/bin/rm -f w3fi01.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c w3fi01.f <br>/bin/rm -f w3movdat.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c w3movdat.f <br>/bin/rm -f getgbens.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c getgbens.f <br>/bin/rm -f pdsens.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c pdsens.f <br>/bin/rm -f w3fi58.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c w3fi58.f <br>/bin/rm -f w3reddat.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c w3reddat.f <br>/bin/rm -f getgbep.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c getgbep.f <br>/bin/rm -f pdseup.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c pdseup.f <br>/bin/rm -f w3fi59.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c w3fi59.f <br>/bin/rm -f w3tagb.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c w3tagb.f <br>/bin/rm -f errmsg.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c errmsg.f <br>/bin/rm -f getgbex.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c getgbex.f <br>/bin/rm -f putgb.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c putgb.f <br>/bin/rm -f w3fi63.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c w3fi63.f <br>/bin/rm -f gbytes.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c gbytes.f <br>/bin/rm -f getgbexm.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c getgbexm.f <br>/bin/rm -f putgbe.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c putgbe.f <br>/bin/rm -f w3fi68.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c w3fi68.f <br>/bin/rm -f gbytes_char.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c gbytes_char.f <br>/bin/rm -f getgbh.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c getgbh.f <br>/bin/rm -f putgben.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c putgben.f <br>/bin/rm -f getbit.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c getbit.f <br>/bin/rm -f getgbm.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c getgbm.f <br>/bin/rm -f putgbens.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c putgbens.f <br>/bin/rm -f w3fi72.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c w3fi72.f <br>/bin/rm -f fparsei.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c fparsei.f <br>/bin/rm -f fparser.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c fparser.f <br>/bin/rm -f instrument.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c instrument.f <br>/bin/rm -f start.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c start.f <br>/bin/rm -f summary.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c summary.f <br>/bin/rm -f w3utcdat.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c w3utcdat.f <br>/bin/rm -f w3fs21.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c w3fs21.f <br>/bin/rm -f w3locdat.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c w3locdat.f <br>/bin/rm -f w3fi71.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c w3fi71.f <br>/bin/rm -f baciof.o<br>gfortran -ffixed-form -O -fconvert=big-endian -frecord-marker=4 -c baciof.f <br>/bin/rm -f bacio.v1.3.o<br>gcc&nbsp; -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -c bacio.v1.3.c <br>/bin/rm -f errexit.o<br>gcc&nbsp; -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -c errexit.c <br>ar ru&nbsp; libw3.a bacio_module.o getgb.o&nbsp;&nbsp;&nbsp;&nbsp; getgbmh.o&nbsp;&nbsp; putgbex.o&nbsp;&nbsp; w3fi73.o getgb1r.o&nbsp;&nbsp; getgbmp.o&nbsp;&nbsp; putgbn.o&nbsp;&nbsp;&nbsp; w3fi74.o getgb1re.o&nbsp; getgbp.o&nbsp;&nbsp;&nbsp; r63w72.o&nbsp;&nbsp;&nbsp; w3fi75.o getgb1s.o&nbsp;&nbsp; getgi.o&nbsp;&nbsp;&nbsp;&nbsp; sbyte.o&nbsp;&nbsp;&nbsp;&nbsp; w3fi76.o getgbe.o&nbsp;&nbsp;&nbsp; getgir.o&nbsp;&nbsp;&nbsp; sbytes.o&nbsp;&nbsp;&nbsp; w3fi82.o getgbeh.o&nbsp;&nbsp; idsdef.o&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; w3fi83.o getgbem.o&nbsp;&nbsp; iw3jdn.o&nbsp;&nbsp;&nbsp; w3difdat.o&nbsp; w3fs26.o getgbemh.o&nbsp; ixgb.o&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; w3doxdat.o&nbsp; w3log.o getgbemp.o&nbsp; lengds.o&nbsp;&nbsp;&nbsp; w3fi01.o&nbsp;&nbsp;&nbsp; w3movdat.o getgbens.o&nbsp; pdsens.o&nbsp;&nbsp;&nbsp; w3fi58.o&nbsp;&nbsp;&nbsp; w3reddat.o getgbep.o&nbsp;&nbsp; pdseup.o&nbsp;&nbsp;&nbsp; w3fi59.o&nbsp;&nbsp;&nbsp; w3tagb.o errmsg.o&nbsp;&nbsp;&nbsp; getgbex.o&nbsp;&nbsp; putgb.o&nbsp;&nbsp;&nbsp;&nbsp; w3fi63.o gbytes.o&nbsp;&nbsp;&nbsp; getgbexm.o&nbsp; putgbe.o&nbsp;&nbsp;&nbsp; w3fi68.o gbytes_char.o&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; getgbh.o&nbsp;&nbsp;&nbsp; putgben.o getbit.o&nbsp;&nbsp;&nbsp; getgbm.o&nbsp;&nbsp;&nbsp; putgbens.o&nbsp; w3fi72.o fparsei.o&nbsp;&nbsp; fparser.o&nbsp;&nbsp; instrument.o start.o&nbsp;&nbsp;&nbsp;&nbsp; summary.o&nbsp;&nbsp; w3utcdat.o&nbsp; w3fs21.o w3locdat.o&nbsp; w3fi71.o&nbsp;&nbsp;&nbsp; baciof.o bacio.v1.3.o errexit.o<br>ar: creating libw3.a<br>ranlib&nbsp; libw3.a<br>make[2]: Leaving directory `/usr/local/bin/WPS/ungrib/src/ngl/w3'<br>ln -sf w3/libw3.a .<br>( cd g2 ; make -i -r DEV_TOP="/usr/local/bin/WPS" all ; ranlib&nbsp; libg2_4.a )<br>make[2]: Entering directory `/usr/local/bin/WPS/ungrib/src/ngl/g2'<br>Makefile:67: warning: overriding commands for target `.F.o'<br>/usr/local/bin/WPS/configure.wps:102: warning: ignoring old commands for target `.F.o'<br>Makefile:72: warning: overriding commands for target `.f.o'<br>/usr/local/bin/WPS/configure.wps:98: warning: ignoring old commands for target `.f.o'<br>Makefile:75: warning: overriding commands for target `.c.o'<br>/usr/local/bin/WPS/configure.wps:94: warning: ignoring old commands for target `.c.o'<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 gridtemplates.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 pdstemplates.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 drstemplates.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 gribmod.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 realloc.f<br>/usr/bin/cpp -C -P -traditional -DUSE_JPEG2000 -DUSE_PNG addfield.F &gt; addfield.f90<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 addfield.f90<br>/bin/rm -f addfield.f90<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 addgrid.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 addlocal.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 getfield.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 gb_info.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 gf_getfld.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 gf_free.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 gf_unpack1.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 gf_unpack2.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 gf_unpack3.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 gf_unpack4.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 gf_unpack5.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 gf_unpack6.f<br>/usr/bin/cpp -C -P -traditional -DUSE_JPEG2000 -DUSE_PNG gf_unpack7.F &gt; gf_unpack7.f90<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 gf_unpack7.f90<br>/bin/rm -f gf_unpack7.f90<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 gettemplates.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 getlocal.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 getdim.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 getpoly.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 gribcreate.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 gribend.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 gribinfo.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 mkieee.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 rdieee.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 simpack.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 simunpack.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 cmplxpack.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 compack.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 misspack.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 pack_gp.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 reduce.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 comunpack.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 specpack.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 specunpack.f<br>/usr/bin/cpp -C -P -traditional -DUSE_JPEG2000 -DUSE_PNG jpcpack.F &gt; jpcpack.f90<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 jpcpack.f90<br>/bin/rm -f jpcpack.f90<br>/usr/bin/cpp -C -P -traditional -DUSE_JPEG2000 -DUSE_PNG jpcunpack.F &gt; jpcunpack.f90<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 jpcunpack.f90<br>/bin/rm -f jpcunpack.f90<br>gcc -c&nbsp; -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -I/usr/include/jasper -DUSE_JPEG2000 -DUSE_PNG -D__64BIT__ enc_jpeg2000.c<br>gcc -c&nbsp; -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -I/usr/include/jasper -DUSE_JPEG2000 -DUSE_PNG -D__64BIT__ dec_jpeg2000.c<br>/usr/bin/cpp -C -P -traditional -DUSE_JPEG2000 -DUSE_PNG pngpack.F &gt; pngpack.f90<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 pngpack.f90<br>/bin/rm -f pngpack.f90<br>/usr/bin/cpp -C -P -traditional -DUSE_JPEG2000 -DUSE_PNG pngunpack.F &gt; pngunpack.f90<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 pngunpack.f90<br>/bin/rm -f pngunpack.f90<br>gcc -c&nbsp; -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -I/usr/include/jasper -DUSE_JPEG2000 -DUSE_PNG -D__64BIT__ enc_png.c<br>gcc -c&nbsp; -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -I/usr/include/jasper -DUSE_JPEG2000 -DUSE_PNG -D__64BIT__ dec_png.c<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 gbytesc.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 skgb.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 ixgb2.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 getidx.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 getg2i.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 getg2ir.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 getgb2s.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 getgb2r.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 getgb2l.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 getgb2.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 getgb2p.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 getgb2rp.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 putgb2.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 g2grids.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 gdt2gds.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 params.f<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 params_ecmwf.f<br>gcc -c&nbsp; -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -I/usr/include/jasper -DUSE_JPEG2000 -DUSE_PNG -D__64BIT__ mova2i.c<br>/bin/rm -f libg2_4.a<br>ar ru&nbsp; libg2_4.a gridtemplates.o pdstemplates.o drstemplates.o gribmod.o realloc.o addfield.o addgrid.o addlocal.o getfield.o gb_info.o gf_getfld.o gf_free.o gf_unpack1.o gf_unpack2.o gf_unpack3.o gf_unpack4.o gf_unpack5.o gf_unpack6.o gf_unpack7.o gettemplates.o getlocal.o getdim.o getpoly.o gribcreate.o gribend.o gribinfo.o mkieee.o rdieee.o simpack.o simunpack.o cmplxpack.o compack.o misspack.o pack_gp.o reduce.o comunpack.o specpack.o specunpack.o jpcpack.o jpcunpack.o enc_jpeg2000.o dec_jpeg2000.o pngpack.o pngunpack.o enc_png.o dec_png.o gbytesc.o skgb.o ixgb2.o getidx.o getg2i.o getg2ir.o getgb2s.o getgb2r.o getgb2l.o getgb2.o getgb2p.o getgb2rp.o putgb2.o g2grids.o gdt2gds.o params.o params_ecmwf.o mova2i.o<br>ar: creating libg2_4.a<br>ranlib&nbsp; libg2_4.a<br>make[2]: Leaving directory `/usr/local/bin/WPS/ungrib/src/ngl/g2'<br>ln -sf g2/libg2_4.a .<br>make[1]: Leaving directory `/usr/local/bin/WPS/ungrib/src/ngl'<br>( cd src ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if [ "" = yes ] ; then \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WRF_DIR2=../WRFV3 ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WRF_DIR2=/usr/local/bin/WPS/../WRFV3 ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; make -i -r ungrib.exe \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; WRF_DIR="$WRF_DIR2" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FC="gfortran" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CC="mpicc -cc=gcc " \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CPP="/usr/bin/cpp -C -P -traditional" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FFLAGS="-ffree-form -O -fconvert=big-endian -frecord-marker=4" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CFLAGS="" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; LDFLAGS="" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CPPFLAGS="-D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UNGRIB" )<br>make[1]: Entering directory `/usr/local/bin/WPS/ungrib/src'<br>Makefile:90: warning: overriding commands for target `.F.o'<br>../../configure.wps:102: warning: ignoring old commands for target `.F.o'<br>Makefile:95: warning: overriding commands for target `.c.o'<br>../../configure.wps:94: warning: ignoring old commands for target `.c.o'<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG misc_definitions_module.F &gt; misc_definitions_module.f90<br>gfortran -c -ffree-form -O -fconvert=big-endian -frecord-marker=4 misc_definitions_module.f90<br>/bin/rm -f debug_cio.o<br>mpicc -cc=gcc&nbsp; -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UNGRIB&nbsp; -c debug_cio.c<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG module_debug.F &gt; module_debug.f90<br>gfortran -c -ffree-form -O -fconvert=big-endian -frecord-marker=4 module_debug.f90<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG module_stringutil.F &gt; module_stringutil.f90<br>gfortran -c -ffree-form -O -fconvert=big-endian -frecord-marker=4 module_stringutil.f90<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG table.F &gt; table.f90<br>gfortran -c -ffree-form -O -fconvert=big-endian -frecord-marker=4 table.f90<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG module_datarray.F &gt; module_datarray.f90<br>gfortran -c -ffree-form -O -fconvert=big-endian -frecord-marker=4 module_datarray.f90<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG gridinfo.F &gt; gridinfo.f90<br>gfortran -c -ffree-form -O -fconvert=big-endian -frecord-marker=4 gridinfo.f90<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG new_storage.F &gt; new_storage.f90<br>gfortran -c -ffree-form -O -fconvert=big-endian -frecord-marker=4 new_storage.f90<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG filelist.F &gt; filelist.f90<br>gfortran -c -ffree-form -O -fconvert=big-endian -frecord-marker=4 filelist.f90<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG ungrib.F &gt; ungrib.f90<br>gfortran -c -ffree-form -O -fconvert=big-endian -frecord-marker=4 ungrib.f90<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG output.F &gt; output.f90<br>gfortran -c -ffree-form -O -fconvert=big-endian -frecord-marker=4 output.f90<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG rrpr.F &gt; rrpr.f90<br>gfortran -c -ffree-form -O -fconvert=big-endian -frecord-marker=4 rrpr.f90<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG rd_grib1.F &gt; rd_grib1.f90<br>gfortran -c -ffree-form -O -fconvert=big-endian -frecord-marker=4 rd_grib1.f90<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG file_delete.F &gt; file_delete.f90<br>gfortran -c -ffree-form -O -fconvert=big-endian -frecord-marker=4 file_delete.f90<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG datint.F &gt; datint.f90<br>gfortran -c -ffree-form -O -fconvert=big-endian -frecord-marker=4 datint.f90<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UNGRIB rd_grib2.F &gt; rd_grib2.f90<br>gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4&nbsp; rd_grib2.f90 -I. -I./ngl/g2<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG build_hdate.F &gt; build_hdate.f90<br>gfortran -c -ffree-form -O -fconvert=big-endian -frecord-marker=4 build_hdate.f90<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG geth_newdate.F &gt; geth_newdate.f90<br>gfortran -c -ffree-form -O -fconvert=big-endian -frecord-marker=4 geth_newdate.f90<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG geth_idts.F &gt; geth_idts.f90<br>gfortran -c -ffree-form -O -fconvert=big-endian -frecord-marker=4 geth_idts.f90<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG swap.F &gt; swap.f90<br>gfortran -c -ffree-form -O -fconvert=big-endian -frecord-marker=4 swap.f90<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG parse_table.F &gt; parse_table.f90<br>gfortran -c -ffree-form -O -fconvert=big-endian -frecord-marker=4 parse_table.f90<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG gbytesys.F &gt; gbytesys.f90<br>gfortran -c -ffree-form -O -fconvert=big-endian -frecord-marker=4 gbytesys.f90<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG gribcode.F &gt; gribcode.f90<br>gfortran -c -ffree-form -O -fconvert=big-endian -frecord-marker=4 gribcode.f90<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG read_namelist.F &gt; read_namelist.f90<br>gfortran -c -ffree-form -O -fconvert=big-endian -frecord-marker=4 read_namelist.f90<br>/bin/rm -f cio.o<br>mpicc -cc=gcc&nbsp; -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UNGRIB&nbsp; -c cio.c<br>cio.c:67: warning: return type defaults to ‘int’<br>cio.c:132: warning: return type defaults to ‘int’<br>cio.c: In function ‘bn_seek_’:<br>cio.c:148: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘off_t’<br>cio.c: At top level:<br>cio.c:167: warning: return type defaults to ‘int’<br>cio.c:202: warning: return type defaults to ‘int’<br>cio.c:244: warning: return type defaults to ‘int’<br>/bin/rm -f libpgu.a<br>ar ru libpgu.a build_hdate.o geth_newdate.o geth_idts.o swap.o table.o parse_table.o gbytesys.o gribcode.o read_namelist.o cio.o<br>ar: creating libpgu.a<br>ranlib&nbsp; libpgu.a<br>/bin/rm -f ungrib.exe<br>if [ -z&nbsp; ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; gfortran -o ungrib.exe&nbsp; misc_definitions_module.o debug_cio.o module_debug.o module_stringutil.o table.o module_datarray.o gridinfo.o new_storage.o filelist.o ungrib.o output.o rrpr.o rd_grib1.o file_delete.o datint.o rd_grib2.o&nbsp; \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; -L./ngl -lw3 -lg2_4 \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; -L/usr/lib64 -ljasper -lpng -lz \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; -L. -lpgu ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; gfortran -o ungrib.exe&nbsp; misc_definitions_module.o debug_cio.o module_debug.o module_stringutil.o table.o module_datarray.o gridinfo.o new_storage.o filelist.o ungrib.o output.o rrpr.o rd_grib1.o file_delete.o datint.o rd_grib2.o&nbsp; \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ./ngl/w3/libw3.a ./ngl/g2/libg2_4.a \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; -L/usr/lib64 -ljasper -lpng -lz \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; libpgu.a ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fi<br>make[1]: Leaving directory `/usr/local/bin/WPS/ungrib/src'<br>if [ -h ungrib.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /bin/rm -f ungrib.exe ; \<br>&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; if [ -h ../ungrib.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; /bin/rm -f ../ungrib.exe ; \<br>&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; if [ -e src/ungrib.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ln -sf src/ungrib.exe . ; \<br>&nbsp;&nbsp;&nbsp; fi<br>make[1]: Entering directory `/usr/local/bin/WPS/metgrid/src'<br>/bin/rm -f cio.o<br>mpicc -cc=gcc&nbsp; -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID&nbsp; -c cio.c&nbsp;&nbsp;&nbsp; <br>/bin/rm -f wrf_debug.o wrf_debug.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc wrf_debug.F &gt; wrf_debug.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c wrf_debug.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f parallel_module.o parallel_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc parallel_module.F &gt; parallel_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c parallel_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f module_debug.o module_debug.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc module_debug.F &gt; module_debug.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c module_debug.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f bitarray_module.o bitarray_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc bitarray_module.F &gt; bitarray_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c bitarray_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f constants_module.o constants_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc constants_module.F &gt; constants_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c constants_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f datatype_module.o datatype_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc datatype_module.F &gt; datatype_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c datatype_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f module_stringutil.o module_stringutil.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc module_stringutil.F &gt; module_stringutil.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c module_stringutil.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f misc_definitions_module.o misc_definitions_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc misc_definitions_module.F &gt; misc_definitions_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c misc_definitions_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f gridinfo_module.o gridinfo_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc gridinfo_module.F &gt; gridinfo_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c gridinfo_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f list_module.o list_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc list_module.F &gt; list_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c list_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f interp_option_module.o interp_option_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc interp_option_module.F &gt; interp_option_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c interp_option_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f module_date_pack.o module_date_pack.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc module_date_pack.F &gt; module_date_pack.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c module_date_pack.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f queue_module.o queue_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc queue_module.F &gt; queue_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c queue_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f input_module.o input_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc input_module.F &gt; input_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c input_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f interp_module.o interp_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc interp_module.F &gt; interp_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c interp_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f module_map_utils.o module_map_utils.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc module_map_utils.F &gt; module_map_utils.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c module_map_utils.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f llxy_module.o llxy_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc llxy_module.F &gt; llxy_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c llxy_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f module_mergesort.o module_mergesort.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc module_mergesort.F &gt; module_mergesort.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c module_mergesort.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f minheap_module.o minheap_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc minheap_module.F &gt; minheap_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c minheap_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f storage_module.o storage_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc storage_module.F &gt; storage_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c storage_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f output_module.o output_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc output_module.F &gt; output_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c output_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f met_data_module.o met_data_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc met_data_module.F &gt; met_data_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c met_data_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f read_met_module.o read_met_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc read_met_module.F &gt; read_met_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c read_met_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f rotate_winds_module.o rotate_winds_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc rotate_winds_module.F &gt; rotate_winds_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c rotate_winds_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f process_domain_module.o process_domain_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc process_domain_module.F &gt; process_domain_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c process_domain_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f metgrid.o metgrid.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc metgrid.F &gt; metgrid.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c metgrid.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f write_met_module.o write_met_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc write_met_module.F &gt; write_met_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c write_met_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>mpif90 -f90=gfortran&nbsp;&nbsp; -o metgrid.exe cio.o wrf_debug.o bitarray_module.o constants_module.o datatype_module.o module_stringutil.o gridinfo_module.o metgrid.o input_module.o interp_module.o interp_option_module.o list_module.o llxy_module.o met_data_module.o minheap_module.o misc_definitions_module.o module_date_pack.o module_debug.o module_map_utils.o module_mergesort.o output_module.o parallel_module.o process_domain_module.o queue_module.o read_met_module.o rotate_winds_module.o storage_module.o write_met_module.o \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/local/bin/WPS/../WRFV3/frame/module_driver_constants.o \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; /usr/local/bin/WPS/../WRFV3/frame/pack_utils.o /usr/local/bin/WPS/../WRFV3/frame/module_machine.o \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; /usr/local/bin/WPS/../WRFV3/frame/module_internal_header_util.o \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -L/usr/local/bin/WPS/../WRFV3/external/io_grib1 -lio_grib1 -L/usr/local/bin/WPS/../WRFV3/external/io_grib_share -lio_grib_share -L/usr/local/bin/WPS/../WRFV3/external/io_int -lwrfio_int -L/usr/local/bin/WPS/../WRFV3/external/io_netcdf -lwrfio_nf -L/usr/lib&nbsp; -lnetcdf \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>make[1]: Leaving directory `/usr/local/bin/WPS/metgrid/src'<br>( cd src/ngl ; make -i -r DEV_TOP="/usr/local/bin/WPS" CC="gcc" FC="gfortran" RANLIB="ranlib " all )<br>make[1]: Entering directory `/usr/local/bin/WPS/ungrib/src/ngl'<br>make[1]: Nothing to be done for `all'.<br>make[1]: Leaving directory `/usr/local/bin/WPS/ungrib/src/ngl'<br>( cd src ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if [ "" = yes ] ; then \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WRF_DIR2=../WRFV3 ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WRF_DIR2=/usr/local/bin/WPS/../WRFV3 ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; make -i -r g1print.exe \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; WRF_DIR="$WRF_DIR2" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FC="gfortran" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CC="mpicc -cc=gcc " \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CPP="/usr/bin/cpp -C -P -traditional" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FFLAGS="-ffree-form -O -fconvert=big-endian -frecord-marker=4" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CFLAGS="" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; LDFLAGS="" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CPPFLAGS="-D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GRIBUTIL" )<br>make[1]: Entering directory `/usr/local/bin/WPS/ungrib/src'<br>Makefile:90: warning: overriding commands for target `.F.o'<br>../../configure.wps:102: warning: ignoring old commands for target `.F.o'<br>Makefile:95: warning: overriding commands for target `.c.o'<br>../../configure.wps:94: warning: ignoring old commands for target `.c.o'<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GRIBUTIL -DUSE_JPEG2000 -DUSE_PNG g1print.F &gt; g1print.f90<br>gfortran -c -ffree-form -O -fconvert=big-endian -frecord-marker=4 g1print.f90<br>g1print.f90:645.70:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'VSTR','M FLX','LMH','LMV','SGLYR','NLAT','ELON','UMAS','VMAS','XPRATE',&amp;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:584.63:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'GWREC','QREC ','SNOWT','VBDSF','VDDSF','NBDSF','NDDSF','SNFALB',&amp;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:585.57:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'RLYRS','M FLX','&nbsp;&nbsp; ','&nbsp;&nbsp; ','&nbsp;&nbsp;&nbsp;&nbsp; ','NLAT','ELON','FLDCAP','ACOND','SNOA<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:586.65:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'CCOND','LAI','SFCRH','SALBD','&nbsp;&nbsp;&nbsp; ','&nbsp;&nbsp;&nbsp; ','NDVI','DRIP','VBSALB','VWSA<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:586.74:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'CCOND','LAI','SFCRH','SALBD','&nbsp;&nbsp;&nbsp; ','&nbsp;&nbsp;&nbsp; ','NDVI','DRIP','VBSALB','VWSA<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:587.7:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'NBSALB','NWSALB','FRZR','FROZR','TSNOW','MTERH','&nbsp;&nbsp; ','SBSNO','EVBS','E<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:587.16:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'NBSALB','NWSALB','FRZR','FROZR','TSNOW','MTERH','&nbsp;&nbsp; ','SBSNO','EVBS','E<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:588.15:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'VTCIN','VTCAPE','RSMIN','DSWRF','DLWRF','&nbsp;&nbsp; ','MSTAV','SFEXC','&nbsp;&nbsp;&nbsp;&nbsp; ','<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:592.30:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'SNOWC','SNOT','POROS','SBT112','SBT113','SBT114','SBT115','&nbsp;&nbsp;&nbsp;&nbsp; ','RCS'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:592.39:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'SNOWC','SNOT','POROS','SBT112','SBT113','SBT114','SBT115','&nbsp;&nbsp;&nbsp;&nbsp; ','RCS'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:592.48:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'SNOWC','SNOT','POROS','SBT112','SBT113','SBT114','SBT115','&nbsp;&nbsp;&nbsp;&nbsp; ','RCS'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:592.57:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'SNOWC','SNOT','POROS','SBT112','SBT113','SBT114','SBT115','&nbsp;&nbsp;&nbsp;&nbsp; ','RCS'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:560.22:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'ETSRG','RHPW','OZMAX1','OZMAX8','PDMAX1','PDMAX24','MAXREF','MXUPHL','M<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:560.31:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'ETSRG','RHPW','OZMAX1','OZMAX8','PDMAX1','PDMAX24','MAXREF','MXUPHL','M<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:560.40:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'ETSRG','RHPW','OZMAX1','OZMAX8','PDMAX1','PDMAX24','MAXREF','MXUPHL','M<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:560.49:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'ETSRG','RHPW','OZMAX1','OZMAX8','PDMAX1','PDMAX24','MAXREF','MXUPHL','M<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:560.59:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'ETSRG','RHPW','OZMAX1','OZMAX8','PDMAX1','PDMAX24','MAXREF','MXUPHL','M<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:560.68:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'ETSRG','RHPW','OZMAX1','OZMAX8','PDMAX1','PDMAX24','MAXREF','MXUPHL','M<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:560.77:<br><br>&nbsp;&nbsp;&nbsp;&nbsp; 'ETSRG','RHPW','OZMAX1','OZMAX8','PDMAX1','PDMAX24','MAXREF','MXUPHL','MAX<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp; <br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:561.7:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'MAXDVV','MAXVIG','RETOP','VRATE','TCSRG20','TCSRG30','TCSRG40','TCSRG50<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:561.16:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'MAXDVV','MAXVIG','RETOP','VRATE','TCSRG20','TCSRG30','TCSRG40','TCSRG50<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:561.41:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'MAXDVV','MAXVIG','RETOP','VRATE','TCSRG20','TCSRG30','TCSRG40','TCSRG50<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:561.51:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'MAXDVV','MAXVIG','RETOP','VRATE','TCSRG20','TCSRG30','TCSRG40','TCSRG50<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:561.61:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'MAXDVV','MAXVIG','RETOP','VRATE','TCSRG20','TCSRG30','TCSRG40','TCSRG50<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:561.71:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'MAXDVV','MAXVIG','RETOP','VRATE','TCSRG20','TCSRG30','TCSRG40','TCSRG50<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:561.81:<br><br>&nbsp;'MAXDVV','MAXVIG','RETOP','VRATE','TCSRG20','TCSRG30','TCSRG40','TCSRG50','TCS<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:562.7:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'TCSRG70','TCSRG80','TCSRG90','HINDX','DIFTEN','PSPCP','MAXUW','MAXVW','<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:562.17:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'TCSRG70','TCSRG80','TCSRG90','HINDX','DIFTEN','PSPCP','MAXUW','MAXVW','<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:562.27:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'TCSRG70','TCSRG80','TCSRG90','HINDX','DIFTEN','PSPCP','MAXUW','MAXVW','<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: initialization string truncated to match variable at (1)<br>g1print.f90:562.45:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'TCSRG70','TCSRG80','TCSRG90','HINDX','DIFTEN','PSPCP','MAXUW','MAXVW','<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: initialization string truncated to match variable at (1)<br>gfortran -o g1print.exe&nbsp; g1print.o gribcode.o module_debug.o debug_cio.o libpgu.a<br>make[1]: Leaving directory `/usr/local/bin/WPS/ungrib/src'<br>if [ -h g1print.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /bin/rm -f g1print.exe ; \<br>&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; if [ -h ../g1print.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; /bin/rm -f ../g1print.exe ; \<br>&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; if [ -e src/g1print.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ln -sf src/g1print.exe . ; \<br>&nbsp;&nbsp;&nbsp; fi<br>( cd src/ngl ; make -i -r DEV_TOP="/usr/local/bin/WPS" CC="gcc" FC="gfortran" RANLIB="ranlib " all )<br>make[1]: Entering directory `/usr/local/bin/WPS/ungrib/src/ngl'<br>make[1]: Nothing to be done for `all'.<br>make[1]: Leaving directory `/usr/local/bin/WPS/ungrib/src/ngl'<br>( cd src ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if [ "" = yes ] ; then \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WRF_DIR2=../WRFV3 ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WRF_DIR2=/usr/local/bin/WPS/../WRFV3 ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; make -i -r g2print.exe \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; WRF_DIR="$WRF_DIR2" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FC="gfortran" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CC="mpicc -cc=gcc " \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CPP="/usr/bin/cpp -C -P -traditional" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FFLAGS="-ffree-form -O -fconvert=big-endian -frecord-marker=4" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CFLAGS="" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; LDFLAGS="" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CPPFLAGS="-D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GRIBUTIL" )<br>make[1]: Entering directory `/usr/local/bin/WPS/ungrib/src'<br>Makefile:90: warning: overriding commands for target `.F.o'<br>../../configure.wps:102: warning: ignoring old commands for target `.F.o'<br>Makefile:95: warning: overriding commands for target `.c.o'<br>../../configure.wps:94: warning: ignoring old commands for target `.c.o'<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GRIBUTIL g2print.F &gt; g2print.f90<br>gfortran -c -ffree-form -O -fconvert=big-endian -frecord-marker=4&nbsp; g2print.f90 -I. -I./ngl/g2<br>if [ -z&nbsp; ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; gfortran -o g2print.exe&nbsp; g2print.o \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; filelist.o gridinfo.o \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; -L. -lpgu \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; -L./ngl -lw3 -lg2_4 \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; -L/usr/lib64 -ljasper -lpng -lz ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; gfortran -o g2print.exe&nbsp; g2print.o \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; filelist.o gridinfo.o \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; libpgu.a&nbsp; \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ./ngl/w3/libw3.a ./ngl/g2/libg2_4.a \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; -L/usr/lib64 -ljasper -lpng -lz ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fi<br>make[1]: Leaving directory `/usr/local/bin/WPS/ungrib/src'<br>if [ -h g2print.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /bin/rm -f g2print.exe ; \<br>&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; if [ -h ../g2print.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; /bin/rm -f ../g2print.exe ; \<br>&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; if [ -e src/g2print.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ln -sf src/g2print.exe . ; \<br>&nbsp;&nbsp;&nbsp; fi<br>( cd src ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if [ "" = yes ] ; then \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WRF_DIR2=../WRFV3 ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WRF_DIR2=/usr/local/bin/WPS/../WRFV3 ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; make -i -r plotfmt.exe \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; WRF_DIR="$WRF_DIR2" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FC="mpif90 -f90=gfortran " \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CC="mpicc -cc=gcc " \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CPP="/usr/bin/cpp -C -P -traditional" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FFLAGS="-ffree-form -O -fconvert=big-endian -frecord-marker=4" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CFLAGS="" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; LDFLAGS="" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CPPFLAGS="-D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UTIL" )<br>make[1]: Entering directory `/usr/local/bin/WPS/util/src'<br>/bin/rm -f misc_definitions_module.o misc_definitions_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UTIL -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc misc_definitions_module.F &gt; misc_definitions_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c misc_definitions_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f met_data_module.o met_data_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UTIL -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc met_data_module.F &gt; met_data_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c met_data_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f constants_module.o constants_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UTIL -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc constants_module.F &gt; constants_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c constants_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f cio.o<br>mpicc -cc=gcc&nbsp; -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UTIL&nbsp; -c cio.c&nbsp;&nbsp;&nbsp; <br>/bin/rm -f module_debug.o module_debug.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UTIL -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc module_debug.F &gt; module_debug.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c module_debug.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f read_met_module.o read_met_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UTIL -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc read_met_module.F &gt; read_met_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c read_met_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UTIL plotfmt.F &gt; plotfmt.f90<br>gfortran -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c plotfmt.f90<br>gfortran -o plotfmt.exe&nbsp; plotfmt.o read_met_module.o module_debug.o \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; misc_definitions_module.o cio.o met_data_module.o \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; -L/usr/local/bin/ncl/lib -libncarg -libncarg_gks -libncarg_c -L/usr/X11R6/lib -lX11 <br>/usr/bin/ld: cannot find -libncarg<br>collect2: ld returned 1 exit status<br>make[1]: [plotfmt.exe] Error 1 (ignored)<br>make[1]: Leaving directory `/usr/local/bin/WPS/util/src'<br>if [ -h plotfmt.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; /bin/rm -f plotfmt.exe ; \<br>&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; if [ -h ../plotfmt.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; /bin/rm -f ../plotfmt.exe ; \<br>&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; if [ -e src/plotfmt.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ln -sf src/plotfmt.exe . ; \<br>&nbsp;&nbsp;&nbsp; fi<br>( cd src ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if [ "" = yes ] ; then \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WRF_DIR2=../WRFV3 ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WRF_DIR2=/usr/local/bin/WPS/../WRFV3 ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; make -i -r rd_intermediate.exe \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; WRF_DIR="$WRF_DIR2" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FC="mpif90 -f90=gfortran " \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CC="mpicc -cc=gcc " \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CPP="/usr/bin/cpp -C -P -traditional" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FFLAGS="-ffree-form -O -fconvert=big-endian -frecord-marker=4" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CFLAGS="" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; LDFLAGS="" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CPPFLAGS="-D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UTIL" )<br>make[1]: Entering directory `/usr/local/bin/WPS/util/src'<br>/bin/rm -f rd_intermediate.o rd_intermediate.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UTIL -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc rd_intermediate.F &gt; rd_intermediate.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c rd_intermediate.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>gfortran -o rd_intermediate.exe&nbsp; rd_intermediate.o read_met_module.o \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; module_debug.o misc_definitions_module.o cio.o met_data_module.o constants_module.o<br>make[1]: Leaving directory `/usr/local/bin/WPS/util/src'<br>if [ -h rd_intermediate.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; /bin/rm -f rd_intermediate.exe ; \<br>&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; if [ -h ../rd_intermediate.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; /bin/rm -f ../rd_intermediate.exe ; \<br>&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; if [ -e src/rd_intermediate.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ln -sf src/rd_intermediate.exe . ; \<br>&nbsp;&nbsp;&nbsp; fi<br>( cd src ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if [ "" = yes ] ; then \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WRF_DIR2=../WRFV3 ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WRF_DIR2=/usr/local/bin/WPS/../WRFV3 ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; make -i -r plotgrids.exe \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; WRF_DIR="$WRF_DIR2" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FC="mpif90 -f90=gfortran " \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CC="mpicc -cc=gcc " \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CPP="/usr/bin/cpp -C -P -traditional" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FFLAGS="-ffree-form -O -fconvert=big-endian -frecord-marker=4" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CFLAGS="" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; LDFLAGS="" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CPPFLAGS="-D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UTIL" )<br>make[1]: Entering directory `/usr/local/bin/WPS/util/src'<br>/bin/rm -f module_map_utils.o module_map_utils.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UTIL -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc module_map_utils.F &gt; module_map_utils.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c module_map_utils.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/cp plotgrids.F plotgrids.f90<br>gfortran -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c plotgrids.f90<br>gfortran -o plotgrids.exe&nbsp; module_map_utils.o module_debug.o cio.o constants_module.o misc_definitions_module.o \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; plotgrids.o -L/usr/local/bin/ncl/lib -libncarg -libncarg_gks -libncarg_c -L/usr/X11R6/lib -lX11 <br>/usr/bin/ld: cannot find -libncarg<br>collect2: ld returned 1 exit status<br>make[1]: [plotgrids.exe] Error 1 (ignored)<br>make[1]: Leaving directory `/usr/local/bin/WPS/util/src'<br>if [ -h plotgrids.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; /bin/rm -f plotgrids.exe ; \<br>&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; if [ -h ../plotgrids.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; /bin/rm -f ../plotgrids.exe ; \<br>&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; if [ -e src/plotgrids.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ln -sf src/plotgrids.exe . ; \<br>&nbsp;&nbsp;&nbsp; fi<br>( cd src ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if [ "" = yes ] ; then \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WRF_DIR2=../WRFV3 ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WRF_DIR2=/usr/local/bin/WPS/../WRFV3 ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; make -i -r mod_levs.exe \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; WRF_DIR="$WRF_DIR2" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FC="mpif90 -f90=gfortran " \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CC="mpicc -cc=gcc " \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CPP="/usr/bin/cpp -C -P -traditional" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FFLAGS="-ffree-form -O -fconvert=big-endian -frecord-marker=4" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CFLAGS="" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; LDFLAGS="" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CPPFLAGS="-D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UTIL" )<br>make[1]: Entering directory `/usr/local/bin/WPS/util/src'<br>/bin/rm -f write_met_module.o write_met_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UTIL -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc write_met_module.F &gt; write_met_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c write_met_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f mod_levs.o mod_levs.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UTIL -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc mod_levs.F &gt; mod_levs.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c mod_levs.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>gfortran -o mod_levs.exe&nbsp; mod_levs.o module_debug.o read_met_module.o \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; write_met_module.o misc_definitions_module.o cio.o met_data_module.o constants_module.o<br>make[1]: Leaving directory `/usr/local/bin/WPS/util/src'<br>if [ -h mod_levs.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; /bin/rm -f mod_levs.exe ; \<br>&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; if [ -h ../mod_levs.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; /bin/rm -f ../mod_levs.exe ; \<br>&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; if [ -e src/mod_levs.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ln -sf src/mod_levs.exe . ; \<br>&nbsp;&nbsp;&nbsp; fi<br>( cd src ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if [ "" = yes ] ; then \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WRF_DIR2=../WRFV3 ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WRF_DIR2=/usr/local/bin/WPS/../WRFV3 ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; make -i -r avg_tsfc.exe \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; WRF_DIR="$WRF_DIR2" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FC="mpif90 -f90=gfortran " \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CC="mpicc -cc=gcc " \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CPP="/usr/bin/cpp -C -P -traditional" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FFLAGS="-ffree-form -O -fconvert=big-endian -frecord-marker=4" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CFLAGS="" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; LDFLAGS="" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CPPFLAGS="-D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UTIL" )<br>make[1]: Entering directory `/usr/local/bin/WPS/util/src'<br>/bin/rm -f gridinfo_module.o gridinfo_module.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UTIL -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc gridinfo_module.F &gt; gridinfo_module.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c gridinfo_module.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f module_date_pack.o module_date_pack.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UTIL -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc module_date_pack.F &gt; module_date_pack.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c module_date_pack.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f avg_tsfc.o avg_tsfc.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UTIL -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc avg_tsfc.F &gt; avg_tsfc.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c avg_tsfc.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>gfortran&nbsp; -o avg_tsfc.exe avg_tsfc.o cio.o module_debug.o gridinfo_module.o \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; read_met_module.o write_met_module.o module_date_pack.o \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; misc_definitions_module.o met_data_module.o constants_module.o<br>make[1]: Leaving directory `/usr/local/bin/WPS/util/src'<br>if [ -h avg_tsfc.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; /bin/rm -f avg_tsfc.exe ; \<br>&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; if [ -h ../avg_tsfc.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; /bin/rm -f ../avg_tsfc.exe ; \<br>&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; if [ -e src/avg_tsfc.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ln -sf src/avg_tsfc.exe . ; \<br>&nbsp;&nbsp;&nbsp; fi<br>( cd src ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if [ "" = yes ] ; then \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WRF_DIR2=../WRFV3 ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WRF_DIR2=/usr/local/bin/WPS/../WRFV3 ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; make -i -r calc_ecmwf_p.exe \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; WRF_DIR="$WRF_DIR2" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FC="mpif90 -f90=gfortran " \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CC="mpicc -cc=gcc " \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CPP="/usr/bin/cpp -C -P -traditional" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FFLAGS="-ffree-form -O -fconvert=big-endian -frecord-marker=4" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CFLAGS="" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; LDFLAGS="" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CPPFLAGS="-D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UTIL" )<br>make[1]: Entering directory `/usr/local/bin/WPS/util/src'<br>/bin/rm -f module_stringutil.o module_stringutil.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UTIL -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc module_stringutil.F &gt; module_stringutil.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c module_stringutil.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>/bin/rm -f calc_ecmwf_p.o calc_ecmwf_p.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UTIL -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc calc_ecmwf_p.F &gt; calc_ecmwf_p.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c calc_ecmwf_p.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>gfortran&nbsp; -o calc_ecmwf_p.exe calc_ecmwf_p.o cio.o module_debug.o module_stringutil.o gridinfo_module.o \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; read_met_module.o write_met_module.o module_date_pack.o \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; misc_definitions_module.o met_data_module.o constants_module.o<br>make[1]: Leaving directory `/usr/local/bin/WPS/util/src'<br>if [ -h calc_ecmwf_p.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; /bin/rm -f calc_ecmwf_p.exe ; \<br>&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; if [ -h ../calc_ecmwf_p.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; /bin/rm -f ../calc_ecmwf_p.exe ; \<br>&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; if [ -e src/calc_ecmwf_p.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ln -sf src/calc_ecmwf_p.exe . ; \<br>&nbsp;&nbsp;&nbsp; fi<br>( cd src ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if [ "" = yes ] ; then \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WRF_DIR2=../WRFV3 ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WRF_DIR2=/usr/local/bin/WPS/../WRFV3 ; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; make -i -r height_ukmo.exe \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; WRF_DIR="$WRF_DIR2" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FC="mpif90 -f90=gfortran " \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CC="mpicc -cc=gcc " \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CPP="/usr/bin/cpp -C -P -traditional" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FFLAGS="-ffree-form -O -fconvert=big-endian -frecord-marker=4" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CFLAGS="" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; LDFLAGS="" \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CPPFLAGS="-D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UTIL" )<br>make[1]: Entering directory `/usr/local/bin/WPS/util/src'<br>/bin/rm -f height_ukmo.o height_ukmo.mod<br>/usr/bin/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UTIL -DUSE_JPEG2000 -DUSE_PNG -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc height_ukmo.F &gt; height_ukmo.f90<br>mpif90 -f90=gfortran&nbsp; -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c height_ukmo.f90 -I/usr/local/bin/WPS/../WRFV3/external/io_netcdf -I/usr/local/bin/WPS/../WRFV3/external/io_grib_share -I/usr/local/bin/WPS/../WRFV3/external/io_grib1 -I/usr/local/bin/WPS/../WRFV3/external/io_int -I/usr/local/bin/WPS/../WRFV3/inc<br>gfortran&nbsp; -o height_ukmo.exe height_ukmo.o cio.o module_debug.o gridinfo_module.o \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; read_met_module.o write_met_module.o module_date_pack.o \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; misc_definitions_module.o met_data_module.o constants_module.o<br>make[1]: Leaving directory `/usr/local/bin/WPS/util/src'<br>if [ -h height_ukmo.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; /bin/rm -f height_ukmo.exe ; \<br>&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; if [ -h ../height_ukmo.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; /bin/rm -f ../height_ukmo.exe ; \<br>&nbsp;&nbsp;&nbsp; fi ; \<br>&nbsp;&nbsp;&nbsp; if [ -e src/height_ukmo.exe ] ; then \<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ln -sf src/height_ukmo.exe . ; \<br>&nbsp;&nbsp;&nbsp; fi<br><br>                                               </div></body>
</html>